primeiro commit
All checks were successful
Build and Push Image / Build and push image (push) Successful in 3m5s
All checks were successful
Build and Push Image / Build and push image (push) Successful in 3m5s
This commit is contained in:
21
veloren/assets/common/items/charms/burning_charm.ron
Normal file
21
veloren/assets/common/items/charms/burning_charm.ron
Normal file
@@ -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: [],
|
||||
)
|
||||
21
veloren/assets/common/items/charms/frozen_charm.ron
Normal file
21
veloren/assets/common/items/charms/frozen_charm.ron
Normal file
@@ -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: [],
|
||||
)
|
||||
20
veloren/assets/common/items/charms/lifesteal_charm.ron
Normal file
20
veloren/assets/common/items/charms/lifesteal_charm.ron
Normal file
@@ -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