Home · item · FastSwimPotion

Increases your Movement speed under water by 30% for 20s.

Properties

type
Potion
sellPrice
1
rarity
Common

Referenced by

Raw data
{
  "gfx": {
    "file": "UI/Portraits/Items/Potion/Items_Loot_Potion_PotionMinor_Swim.prefab.png",
    "size": 256,
    "x": 0,
    "y": 0
  },
  "id": "FastSwimPotion",
  "texts": {
    "desc": "Increases your [MoveSpeedFactor] under water by 30% for 20s.",
    "name": "Fast Swim Potion"
  },
  "visuals": {
    "modelPath": "Items/Loot/Potion/PotionMinor_Swim.prefab"
  },
  "type": "Potion",
  "aptitudes": [],
  "sellPrice": 1,
  "rarity": "Common",
  "affixes": [],
  "skills": [],
  "props": {
    "effects": [
      {
        "resource": [],
        "status": [
          {
            "ref": "FastSwimPotion",
            "duration": 20
          }
        ]
      }
    ]
  },
  "_xrefs": [
    {
      "from_sheet": "craft",
      "from_id": "FastSwimPotion",
      "via_field": "item"
    }
  ]
}