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:
20
veloren/assets/common/items/weapons/sceptre/amethyst.ron
Normal file
20
veloren/assets/common/items/weapons/sceptre/amethyst.ron
Normal file
@@ -0,0 +1,20 @@
|
||||
ItemDef(
|
||||
legacy_name: "Amethyst Staff",
|
||||
legacy_description: "Its stone is the closest thing from perfection",
|
||||
kind: Tool((
|
||||
kind: Sceptre,
|
||||
hands: Two,
|
||||
stats: (
|
||||
equip_time_secs: 0.4,
|
||||
power: 1.8,
|
||||
effect_power: 1.5,
|
||||
speed: 1.2,
|
||||
range: 1.0,
|
||||
energy_efficiency: 1.0,
|
||||
buff_strength: 1.0,
|
||||
),
|
||||
)),
|
||||
quality: Epic,
|
||||
tags: [],
|
||||
ability_spec: None,
|
||||
)
|
||||
20
veloren/assets/common/items/weapons/sceptre/belzeshrub.ron
Normal file
20
veloren/assets/common/items/weapons/sceptre/belzeshrub.ron
Normal file
@@ -0,0 +1,20 @@
|
||||
ItemDef(
|
||||
legacy_name: "Belzeshrub the Broom God",
|
||||
legacy_description: "'Is it... alive?'",
|
||||
kind: Tool((
|
||||
kind: Sceptre,
|
||||
hands: Two,
|
||||
stats: (
|
||||
equip_time_secs: 0.4,
|
||||
power: 2.5,
|
||||
effect_power: 1.0,
|
||||
speed: 0.8,
|
||||
range: 1.0,
|
||||
energy_efficiency: 1.0,
|
||||
buff_strength: 1.0,
|
||||
),
|
||||
)),
|
||||
quality: Artifact,
|
||||
tags: [],
|
||||
ability_spec: None,
|
||||
)
|
||||
20
veloren/assets/common/items/weapons/sceptre/caduceus.ron
Normal file
20
veloren/assets/common/items/weapons/sceptre/caduceus.ron
Normal file
@@ -0,0 +1,20 @@
|
||||
ItemDef(
|
||||
legacy_name: "Caduceus",
|
||||
legacy_description: "The snakes seem to be alive",
|
||||
kind: Tool((
|
||||
kind: Sceptre,
|
||||
hands: Two,
|
||||
stats: (
|
||||
equip_time_secs: 0.4,
|
||||
power: 2.25,
|
||||
effect_power: 1.0,
|
||||
speed: 0.6,
|
||||
range: 1.0,
|
||||
energy_efficiency: 1.0,
|
||||
buff_strength: 1.0,
|
||||
),
|
||||
)),
|
||||
quality: Legendary,
|
||||
tags: [],
|
||||
ability_spec: None,
|
||||
)
|
||||
22
veloren/assets/common/items/weapons/sceptre/root_evil.ron
Normal file
22
veloren/assets/common/items/weapons/sceptre/root_evil.ron
Normal file
@@ -0,0 +1,22 @@
|
||||
ItemDef(
|
||||
legacy_name: "The Root of Evil",
|
||||
legacy_description: "'Everything comes at a price...'",
|
||||
kind: Tool((
|
||||
kind: Sceptre,
|
||||
hands: Two,
|
||||
stats: (
|
||||
equip_time_secs: 0.4,
|
||||
power: 1.45,
|
||||
effect_power: 1.0,
|
||||
speed: 0.65,
|
||||
range: 1.0,
|
||||
energy_efficiency: 1.0,
|
||||
buff_strength: 1.0,
|
||||
),
|
||||
)),
|
||||
quality: Epic,
|
||||
tags: [
|
||||
Cultist,
|
||||
],
|
||||
ability_spec: None,
|
||||
)
|
||||
@@ -0,0 +1,20 @@
|
||||
ItemDef(
|
||||
legacy_name: "Velorite Sceptre",
|
||||
legacy_description: "Heals your allies with the mystical Velorite aura.",
|
||||
kind: Tool((
|
||||
kind: Sceptre,
|
||||
hands: Two,
|
||||
stats: (
|
||||
equip_time_secs: 0.4,
|
||||
power: 1.45,
|
||||
effect_power: 1.5,
|
||||
speed: 0.65,
|
||||
range: 1.0,
|
||||
energy_efficiency: 1.0,
|
||||
buff_strength: 1.0,
|
||||
),
|
||||
)),
|
||||
quality: Epic,
|
||||
tags: [],
|
||||
ability_spec: None,
|
||||
)
|
||||
@@ -0,0 +1,20 @@
|
||||
ItemDef(
|
||||
legacy_name: "Naturalist Walking Stick",
|
||||
legacy_description: "Heals your allies with the power of nature.",
|
||||
kind: Tool((
|
||||
kind: Sceptre,
|
||||
hands: Two,
|
||||
stats: (
|
||||
equip_time_secs: 0.4,
|
||||
power: 0.45,
|
||||
effect_power: 0.1,
|
||||
speed: 0.95,
|
||||
range: 0.95,
|
||||
energy_efficiency: 1.0,
|
||||
buff_strength: 0.9,
|
||||
),
|
||||
)),
|
||||
quality: Low,
|
||||
tags: [],
|
||||
ability_spec: None,
|
||||
)
|
||||
Reference in New Issue
Block a user