FareverDB

Fast Swim Potion

FastSwimPotioncommon

Note: not all rarities may be available for every item.

Recipe

Level
4
Crafting points
+15
Inputs

Increases your [MoveSpeedFactor] under water by 30% for 20s.

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