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:
10
veloren/assets/common/items/boss_drops/exp_flask.ron
Normal file
10
veloren/assets/common/items/boss_drops/exp_flask.ron
Normal file
@@ -0,0 +1,10 @@
|
||||
ItemDef(
|
||||
legacy_name: "Flask of Velorite Dust",
|
||||
legacy_description: "Take with plenty of water",
|
||||
kind: Ingredient(
|
||||
// Descriptor not needed
|
||||
descriptor: "",
|
||||
),
|
||||
quality: High,
|
||||
tags: [Potion],
|
||||
)
|
||||
13
veloren/assets/common/items/boss_drops/lantern.ron
Normal file
13
veloren/assets/common/items/boss_drops/lantern.ron
Normal file
@@ -0,0 +1,13 @@
|
||||
ItemDef(
|
||||
legacy_name: "Magic Lantern",
|
||||
legacy_description: "Illuminates even the darkest dungeon\nA great monster was slain for this item",
|
||||
kind: Lantern(
|
||||
(
|
||||
color: (r: 128, g: 26, b: 255),
|
||||
strength_thousandths: 8500,
|
||||
flicker_thousandths: 300,
|
||||
),
|
||||
),
|
||||
quality: Epic,
|
||||
tags: [Utility],
|
||||
)
|
||||
28
veloren/assets/common/items/boss_drops/potions.ron
Normal file
28
veloren/assets/common/items/boss_drops/potions.ron
Normal file
@@ -0,0 +1,28 @@
|
||||
ItemDef(
|
||||
legacy_name: "Potent Potion",
|
||||
legacy_description: "A potent healing potion.",
|
||||
kind: Consumable(
|
||||
kind: Drink,
|
||||
effects: All([
|
||||
Buff((
|
||||
kind: Potion,
|
||||
data: (
|
||||
strength: 100.0,
|
||||
duration: Some(1),
|
||||
),
|
||||
cat_ids: [Natural],
|
||||
)),
|
||||
Buff((
|
||||
kind: PotionSickness,
|
||||
data: (
|
||||
strength: 0.33,
|
||||
duration: Some(45),
|
||||
delay: Some(1)
|
||||
),
|
||||
cat_ids: [Natural],
|
||||
)),
|
||||
])
|
||||
),
|
||||
quality: High,
|
||||
tags: [Potion],
|
||||
)
|
||||
10
veloren/assets/common/items/boss_drops/xp_potion.ron
Normal file
10
veloren/assets/common/items/boss_drops/xp_potion.ron
Normal file
@@ -0,0 +1,10 @@
|
||||
ItemDef(
|
||||
legacy_name: "Potion of Skill",
|
||||
legacy_description: "It doesn't seem to be doing anything...",
|
||||
kind: Ingredient(
|
||||
// Descriptor not needed
|
||||
descriptor: "",
|
||||
),
|
||||
quality: High,
|
||||
tags: [Potion],
|
||||
)
|
||||
Reference in New Issue
Block a user