trade_bot/assets/common/items/charms/frozen_charm.ron
Jeff 545f8c6643
All checks were successful
Publish / rust (push) Successful in 6m0s
Publish / docker (push) Successful in 31s
Update assets
2024-08-08 17:03:53 -04:00

22 lines
552 B
Plaintext

ItemDef(
legacy_name: "Freezing Charm",
legacy_description: "Let your enemies feel the sting of cold as you freeze them in their tracks.",
kind: Consumable(
kind: Charm,
effects: All([
Buff((
kind: Frigid,
data: (
strength: 0.4,
duration: Some(20),
secondary_duration: Some(5),
),
cat_ids: [RemoveOnAttack],
)),
])
),
quality: Legendary,
tags: [Charm],
)