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/dagger/basic_0.ron
Normal file
20
veloren/assets/common/items/weapons/dagger/basic_0.ron
Normal file
@@ -0,0 +1,20 @@
|
||||
ItemDef(
|
||||
legacy_name: "Suspicious Paper Knife",
|
||||
legacy_description: "Opens letters quickly.",
|
||||
kind: Tool((
|
||||
kind: Dagger,
|
||||
hands: One,
|
||||
stats: (
|
||||
equip_time_secs: 0.0,
|
||||
power: 1.8,
|
||||
effect_power: 2.0,
|
||||
speed: 1.0,
|
||||
range: 1.0,
|
||||
energy_efficiency: 1.0,
|
||||
buff_strength: 1.0,
|
||||
),
|
||||
)),
|
||||
quality: High,
|
||||
tags: [],
|
||||
ability_spec: None,
|
||||
)
|
||||
20
veloren/assets/common/items/weapons/dagger/cultist_0.ron
Normal file
20
veloren/assets/common/items/weapons/dagger/cultist_0.ron
Normal file
@@ -0,0 +1,20 @@
|
||||
ItemDef(
|
||||
legacy_name: "Magical Cultist Dagger",
|
||||
legacy_description: "This belonged to an evil Cult Leader.",
|
||||
kind: Tool((
|
||||
kind: Dagger,
|
||||
hands: One,
|
||||
stats: (
|
||||
equip_time_secs: 0.0,
|
||||
power: 2.0,
|
||||
effect_power: 1.0,
|
||||
speed: 1.0,
|
||||
range: 1.0,
|
||||
energy_efficiency: 1.0,
|
||||
buff_strength: 1.0,
|
||||
),
|
||||
)),
|
||||
quality: Epic,
|
||||
tags: [],
|
||||
ability_spec: None,
|
||||
)
|
||||
@@ -0,0 +1,20 @@
|
||||
ItemDef(
|
||||
legacy_name: "Rusty Dagger",
|
||||
legacy_description: "Easily concealed.",
|
||||
kind: Tool((
|
||||
kind: Dagger,
|
||||
hands: One,
|
||||
stats: (
|
||||
equip_time_secs: 0.3,
|
||||
power: 1.0,
|
||||
effect_power: 0.5,
|
||||
speed: 1.0,
|
||||
range: 1.0,
|
||||
energy_efficiency: 1.0,
|
||||
buff_strength: 1.0,
|
||||
),
|
||||
)),
|
||||
quality: Moderate,
|
||||
tags: [],
|
||||
ability_spec: None,
|
||||
)
|
||||
Reference in New Issue
Block a user