This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
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,
|
||||
tags: [],
|
||||
)
|
||||
@@ -0,0 +1,21 @@
|
||||
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: [],
|
||||
)
|
||||
@@ -0,0 +1,20 @@
|
||||
ItemDef(
|
||||
legacy_name: "Siphon Charm",
|
||||
legacy_description: "Siphon your target life and use it for your own.",
|
||||
kind: Consumable(
|
||||
kind: Charm,
|
||||
effects: All([
|
||||
Buff((
|
||||
kind: Lifesteal,
|
||||
data: (
|
||||
strength: 0.4,
|
||||
duration: Some(20),
|
||||
),
|
||||
cat_ids: [RemoveOnAttack],
|
||||
)),
|
||||
|
||||
])
|
||||
),
|
||||
quality: Legendary,
|
||||
tags: [],
|
||||
)
|
||||
Reference in New Issue
Block a user