veloren/assets/common/items/consumable/potion_big.ron
Monty 5362000de4 adjusted potions, refined level up message animation
fixed incorrect translation used on axe double strike regen skill

Changed migration so that skills and skill groups foreign key to entity_id instead of character_id
2021-01-19 08:08:14 -05:00

22 lines
510 B
Plaintext

ItemDef(
name: "Large Potion",
description: "Restores 200 Health",
kind: Consumable(
kind: "PotionLarge",
effect: [
Buff((
kind: Potion,
data: (
strength: 1000.0,
duration: Some((
secs: 1,
nanos: 0,
)),
),
cat_ids: [Natural],
)),
]
),
quality: Common,
)