Home · item · MinorVelocityPotion
Increases your Movement speed by 50% for 10s.
Properties
Referenced by
craft (1)
Raw data
{
"gfx": {
"file": "UI/Portraits/Items/Potion/Items_Loot_Potion_PotionMinor_Velocity.prefab.png",
"size": 256,
"x": 0,
"y": 0
},
"id": "MinorVelocityPotion",
"texts": {
"desc": "Increases your [MoveSpeedFactor] by 50% for 10s.",
"name": "Minor Velocity Potion"
},
"visuals": {
"modelPath": "Items/Loot/Potion/PotionMinor_Velocity.prefab"
},
"type": "Potion",
"aptitudes": [],
"sellPrice": 1,
"rarity": "Common",
"affixes": [],
"skills": [],
"props": {
"effects": [
{
"resource": [],
"status": [
{
"ref": "MinorVelocityPotion_Status",
"duration": 10
}
]
}
]
},
"_xrefs": [
{
"from_sheet": "craft",
"from_id": "MinorVelocityPotion",
"via_field": "item"
}
]
}