2024-07-03 23:04:49 +00:00
|
|
|
ItemDef(
|
|
|
|
legacy_name: "Blazing Charm",
|
|
|
|
legacy_description: "Flame is your ally, harness its power to burn your foes.",
|
|
|
|
kind: Consumable(
|
|
|
|
kind: Charm,
|
|
|
|
effects: All([
|
|
|
|
Buff((
|
|
|
|
kind: Flame,
|
|
|
|
data: (
|
|
|
|
strength: 0.4,
|
|
|
|
duration: Some(20),
|
|
|
|
secondary_duration: Some(5),
|
|
|
|
),
|
|
|
|
cat_ids: [RemoveOnAttack],
|
|
|
|
)),
|
|
|
|
|
|
|
|
])
|
|
|
|
),
|
|
|
|
quality: Legendary,
|
2024-09-02 05:11:47 +00:00
|
|
|
tags: [Charm],
|
2024-07-03 23:04:49 +00:00
|
|
|
)
|