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:
22
veloren/assets/common/items/tool/craftsman_hammer.ron
Normal file
22
veloren/assets/common/items/tool/craftsman_hammer.ron
Normal file
@@ -0,0 +1,22 @@
|
||||
ItemDef(
|
||||
legacy_name: "Craftsman Hammer",
|
||||
legacy_description: "Used to craft various items.",
|
||||
kind: Tool((
|
||||
kind: Hammer,
|
||||
hands: One,
|
||||
stats: (
|
||||
equip_time_secs: 0.25,
|
||||
power: 0.2,
|
||||
effect_power: 0.25,
|
||||
speed: 1.5,
|
||||
range: 1.0,
|
||||
energy_efficiency: 1.0,
|
||||
buff_strength: 1.0,
|
||||
),
|
||||
)),
|
||||
quality: Common,
|
||||
tags: [
|
||||
CraftingTool,
|
||||
],
|
||||
ability_spec: None,
|
||||
)
|
||||
20
veloren/assets/common/items/tool/instruments/double_bass.ron
Normal file
20
veloren/assets/common/items/tool/instruments/double_bass.ron
Normal file
@@ -0,0 +1,20 @@
|
||||
ItemDef(
|
||||
legacy_name: "Double Bass",
|
||||
legacy_description: "Wooden Bass.",
|
||||
kind: Tool((
|
||||
kind: Instrument,
|
||||
hands: Two,
|
||||
stats: (
|
||||
equip_time_secs: 0.4,
|
||||
power: 0.0,
|
||||
effect_power: 1.0,
|
||||
speed: 1.0,
|
||||
range: 0.0,
|
||||
energy_efficiency: 1.0,
|
||||
buff_strength: 1.0,
|
||||
),
|
||||
)),
|
||||
quality: Common,
|
||||
tags: [Utility],
|
||||
ability_spec: Some(Custom("DoubleBass")),
|
||||
)
|
||||
20
veloren/assets/common/items/tool/instruments/flute.ron
Normal file
20
veloren/assets/common/items/tool/instruments/flute.ron
Normal file
@@ -0,0 +1,20 @@
|
||||
ItemDef(
|
||||
legacy_name: "Flute",
|
||||
legacy_description: "Wooden Flute.",
|
||||
kind: Tool((
|
||||
kind: Instrument,
|
||||
hands: Two,
|
||||
stats: (
|
||||
equip_time_secs: 0.4,
|
||||
power: 0.0,
|
||||
effect_power: 1.0,
|
||||
speed: 1.0,
|
||||
range: 0.0,
|
||||
energy_efficiency: 1.0,
|
||||
buff_strength: 1.0,
|
||||
),
|
||||
)),
|
||||
quality: Common,
|
||||
tags: [Utility],
|
||||
ability_spec: Some(Custom("Flute")),
|
||||
)
|
||||
20
veloren/assets/common/items/tool/instruments/glass_flute.ron
Normal file
20
veloren/assets/common/items/tool/instruments/glass_flute.ron
Normal file
@@ -0,0 +1,20 @@
|
||||
ItemDef(
|
||||
legacy_name: "Glass Flute",
|
||||
legacy_description: "What's the Cardinal doing with it?",
|
||||
kind: Tool((
|
||||
kind: Instrument,
|
||||
hands: Two,
|
||||
stats: (
|
||||
equip_time_secs: 0.4,
|
||||
power: 0.0,
|
||||
effect_power: 1.0,
|
||||
speed: 1.0,
|
||||
range: 0.0,
|
||||
energy_efficiency: 1.0,
|
||||
buff_strength: 1.0,
|
||||
),
|
||||
)),
|
||||
quality: Legendary,
|
||||
tags: [Utility],
|
||||
ability_spec: Some(Custom("GlassFlute")),
|
||||
)
|
||||
20
veloren/assets/common/items/tool/instruments/guitar.ron
Normal file
20
veloren/assets/common/items/tool/instruments/guitar.ron
Normal file
@@ -0,0 +1,20 @@
|
||||
ItemDef(
|
||||
legacy_name: "Guitar",
|
||||
legacy_description: "Wooden Guitar.",
|
||||
kind: Tool((
|
||||
kind: Instrument,
|
||||
hands: Two,
|
||||
stats: (
|
||||
equip_time_secs: 0.4,
|
||||
power: 0.0,
|
||||
effect_power: 1.0,
|
||||
speed: 1.0,
|
||||
range: 0.0,
|
||||
energy_efficiency: 1.0,
|
||||
buff_strength: 1.0,
|
||||
),
|
||||
)),
|
||||
quality: Common,
|
||||
tags: [Utility],
|
||||
ability_spec: Some(Custom("Guitar")),
|
||||
)
|
||||
20
veloren/assets/common/items/tool/instruments/guitar_dark.ron
Normal file
20
veloren/assets/common/items/tool/instruments/guitar_dark.ron
Normal file
@@ -0,0 +1,20 @@
|
||||
ItemDef(
|
||||
legacy_name: "Dark Guitar",
|
||||
legacy_description: "Sounds edgy.",
|
||||
kind: Tool((
|
||||
kind: Instrument,
|
||||
hands: Two,
|
||||
stats: (
|
||||
equip_time_secs: 0.4,
|
||||
power: 0.0,
|
||||
effect_power: 1.0,
|
||||
speed: 1.0,
|
||||
range: 0.0,
|
||||
energy_efficiency: 1.0,
|
||||
buff_strength: 1.0,
|
||||
),
|
||||
)),
|
||||
quality: Legendary,
|
||||
tags: [Utility],
|
||||
ability_spec: Some(Custom("DarkGuitar")),
|
||||
)
|
||||
@@ -0,0 +1,20 @@
|
||||
ItemDef(
|
||||
legacy_name: "Icy Talharpa",
|
||||
legacy_description: "Icy Talharpa.",
|
||||
kind: Tool((
|
||||
kind: Instrument,
|
||||
hands: Two,
|
||||
stats: (
|
||||
equip_time_secs: 0.4,
|
||||
power: 0.0,
|
||||
effect_power: 1.0,
|
||||
speed: 1.0,
|
||||
range: 0.0,
|
||||
energy_efficiency: 1.0,
|
||||
buff_strength: 1.0,
|
||||
),
|
||||
)),
|
||||
quality: Legendary,
|
||||
tags: [Utility],
|
||||
ability_spec: Some(Custom("IcyTalharpa")),
|
||||
)
|
||||
20
veloren/assets/common/items/tool/instruments/kalimba.ron
Normal file
20
veloren/assets/common/items/tool/instruments/kalimba.ron
Normal file
@@ -0,0 +1,20 @@
|
||||
ItemDef(
|
||||
legacy_name: "Kalimba",
|
||||
legacy_description: "Wooden Kalimba.",
|
||||
kind: Tool((
|
||||
kind: Instrument,
|
||||
hands: Two,
|
||||
stats: (
|
||||
equip_time_secs: 0.4,
|
||||
power: 0.0,
|
||||
effect_power: 1.0,
|
||||
speed: 1.0,
|
||||
range: 0.0,
|
||||
energy_efficiency: 1.0,
|
||||
buff_strength: 1.0,
|
||||
),
|
||||
)),
|
||||
quality: Common,
|
||||
tags: [Utility],
|
||||
ability_spec: Some(Custom("Kalimba")),
|
||||
)
|
||||
20
veloren/assets/common/items/tool/instruments/lute.ron
Normal file
20
veloren/assets/common/items/tool/instruments/lute.ron
Normal file
@@ -0,0 +1,20 @@
|
||||
ItemDef(
|
||||
legacy_name: "Lute",
|
||||
legacy_description: "Wooden Lute.",
|
||||
kind: Tool((
|
||||
kind: Instrument,
|
||||
hands: Two,
|
||||
stats: (
|
||||
equip_time_secs: 0.4,
|
||||
power: 0.0,
|
||||
effect_power: 1.0,
|
||||
speed: 1.0,
|
||||
range: 0.0,
|
||||
energy_efficiency: 1.0,
|
||||
buff_strength: 1.0,
|
||||
),
|
||||
)),
|
||||
quality: Common,
|
||||
tags: [Utility],
|
||||
ability_spec: Some(Custom("Lute")),
|
||||
)
|
||||
20
veloren/assets/common/items/tool/instruments/lyre.ron
Normal file
20
veloren/assets/common/items/tool/instruments/lyre.ron
Normal file
@@ -0,0 +1,20 @@
|
||||
ItemDef(
|
||||
legacy_name: "Lyre",
|
||||
legacy_description: "Wooden Lyre.",
|
||||
kind: Tool((
|
||||
kind: Instrument,
|
||||
hands: Two,
|
||||
stats: (
|
||||
equip_time_secs: 0.4,
|
||||
power: 0.0,
|
||||
effect_power: 1.0,
|
||||
speed: 1.0,
|
||||
range: 0.0,
|
||||
energy_efficiency: 1.0,
|
||||
buff_strength: 1.0,
|
||||
),
|
||||
)),
|
||||
quality: Common,
|
||||
tags: [Utility],
|
||||
ability_spec: Some(Custom("Lyre")),
|
||||
)
|
||||
20
veloren/assets/common/items/tool/instruments/melodica.ron
Normal file
20
veloren/assets/common/items/tool/instruments/melodica.ron
Normal file
@@ -0,0 +1,20 @@
|
||||
ItemDef(
|
||||
legacy_name: "Melodica",
|
||||
legacy_description: "Wooden Melodica.",
|
||||
kind: Tool((
|
||||
kind: Instrument,
|
||||
hands: Two,
|
||||
stats: (
|
||||
equip_time_secs: 0.4,
|
||||
power: 0.0,
|
||||
effect_power: 1.0,
|
||||
speed: 1.0,
|
||||
range: 0.0,
|
||||
energy_efficiency: 1.0,
|
||||
buff_strength: 1.0,
|
||||
),
|
||||
)),
|
||||
quality: Common,
|
||||
tags: [Utility],
|
||||
ability_spec: Some(Custom("Melodica")),
|
||||
)
|
||||
20
veloren/assets/common/items/tool/instruments/shamisen.ron
Normal file
20
veloren/assets/common/items/tool/instruments/shamisen.ron
Normal file
@@ -0,0 +1,20 @@
|
||||
ItemDef(
|
||||
legacy_name: "Shamisen",
|
||||
legacy_description: "Shamisen.",
|
||||
kind: Tool((
|
||||
kind: Instrument,
|
||||
hands: Two,
|
||||
stats: (
|
||||
equip_time_secs: 0.4,
|
||||
power: 0.0,
|
||||
effect_power: 1.0,
|
||||
speed: 1.0,
|
||||
range: 0.0,
|
||||
energy_efficiency: 1.0,
|
||||
buff_strength: 1.0,
|
||||
),
|
||||
)),
|
||||
quality: Legendary,
|
||||
tags: [Utility],
|
||||
ability_spec: Some(Custom("Shamisen")),
|
||||
)
|
||||
20
veloren/assets/common/items/tool/instruments/sitar.ron
Normal file
20
veloren/assets/common/items/tool/instruments/sitar.ron
Normal file
@@ -0,0 +1,20 @@
|
||||
ItemDef(
|
||||
legacy_name: "Sitar",
|
||||
legacy_description: "Wooden Sitar.",
|
||||
kind: Tool((
|
||||
kind: Instrument,
|
||||
hands: Two,
|
||||
stats: (
|
||||
equip_time_secs: 0.4,
|
||||
power: 0.0,
|
||||
effect_power: 1.0,
|
||||
speed: 1.0,
|
||||
range: 0.0,
|
||||
energy_efficiency: 1.0,
|
||||
buff_strength: 1.0,
|
||||
),
|
||||
)),
|
||||
quality: Common,
|
||||
tags: [Utility],
|
||||
ability_spec: Some(Custom("Sitar")),
|
||||
)
|
||||
@@ -0,0 +1,20 @@
|
||||
ItemDef(
|
||||
legacy_name: "Steeldrum",
|
||||
legacy_description: "Steeldrum.",
|
||||
kind: Tool((
|
||||
kind: Instrument,
|
||||
hands: Two,
|
||||
stats: (
|
||||
equip_time_secs: 0.4,
|
||||
power: 0.0,
|
||||
effect_power: 1.0,
|
||||
speed: 1.0,
|
||||
range: 0.0,
|
||||
energy_efficiency: 1.0,
|
||||
buff_strength: 1.0,
|
||||
),
|
||||
)),
|
||||
quality: Legendary,
|
||||
tags: [Utility],
|
||||
ability_spec: Some(Custom("Steeltonguedrum")),
|
||||
)
|
||||
20
veloren/assets/common/items/tool/instruments/washboard.ron
Normal file
20
veloren/assets/common/items/tool/instruments/washboard.ron
Normal file
@@ -0,0 +1,20 @@
|
||||
ItemDef(
|
||||
legacy_name: "Washboard",
|
||||
legacy_description: "Washboard.",
|
||||
kind: Tool((
|
||||
kind: Instrument,
|
||||
hands: Two,
|
||||
stats: (
|
||||
equip_time_secs: 0.4,
|
||||
power: 0.0,
|
||||
effect_power: 1.0,
|
||||
speed: 1.0,
|
||||
range: 0.0,
|
||||
energy_efficiency: 1.0,
|
||||
buff_strength: 1.0,
|
||||
),
|
||||
)),
|
||||
quality: Common,
|
||||
tags: [Utility],
|
||||
ability_spec: Some(Custom("Washboard")),
|
||||
)
|
||||
@@ -0,0 +1,20 @@
|
||||
ItemDef(
|
||||
legacy_name: "Wildskin Drum",
|
||||
legacy_description: "one, two, you know what to do!",
|
||||
kind: Tool((
|
||||
kind: Instrument,
|
||||
hands: Two,
|
||||
stats: (
|
||||
equip_time_secs: 0.4,
|
||||
power: 0.0,
|
||||
effect_power: 1.0,
|
||||
speed: 1.0,
|
||||
range: 0.0,
|
||||
energy_efficiency: 1.0,
|
||||
buff_strength: 1.0,
|
||||
),
|
||||
)),
|
||||
quality: Legendary,
|
||||
tags: [Utility],
|
||||
ability_spec: Some(Custom("WildskinDrum")),
|
||||
)
|
||||
22
veloren/assets/common/items/tool/pickaxe_steel.ron
Normal file
22
veloren/assets/common/items/tool/pickaxe_steel.ron
Normal file
@@ -0,0 +1,22 @@
|
||||
ItemDef(
|
||||
legacy_name: "Steel Pickaxe",
|
||||
legacy_description: "Allows for swift excavation of any ore in sight.",
|
||||
kind: Tool((
|
||||
kind: Pick,
|
||||
hands: Two,
|
||||
stats: (
|
||||
equip_time_secs: 0.25,
|
||||
power: 0.75,
|
||||
effect_power: 0.25,
|
||||
speed: 1.3,
|
||||
range: 1.0,
|
||||
energy_efficiency: 1.0,
|
||||
buff_strength: 1.0,
|
||||
),
|
||||
)),
|
||||
quality: Moderate,
|
||||
tags: [
|
||||
CraftingTool,
|
||||
],
|
||||
ability_spec: None,
|
||||
)
|
||||
22
veloren/assets/common/items/tool/pickaxe_stone.ron
Normal file
22
veloren/assets/common/items/tool/pickaxe_stone.ron
Normal file
@@ -0,0 +1,22 @@
|
||||
ItemDef(
|
||||
legacy_name: "Stone Pickaxe",
|
||||
legacy_description: "Strike the earth!",
|
||||
kind: Tool((
|
||||
kind: Pick,
|
||||
hands: Two,
|
||||
stats: (
|
||||
equip_time_secs: 0.25,
|
||||
power: 0.75,
|
||||
effect_power: 0.25,
|
||||
speed: 0.5,
|
||||
range: 1.0,
|
||||
energy_efficiency: 1.0,
|
||||
buff_strength: 1.0,
|
||||
),
|
||||
)),
|
||||
quality: Low,
|
||||
tags: [
|
||||
CraftingTool,
|
||||
],
|
||||
ability_spec: None,
|
||||
)
|
||||
22
veloren/assets/common/items/tool/pickaxe_velorite.ron
Normal file
22
veloren/assets/common/items/tool/pickaxe_velorite.ron
Normal file
@@ -0,0 +1,22 @@
|
||||
ItemDef(
|
||||
legacy_name: "Velorite Pickaxe",
|
||||
legacy_description: "Allows for swift excavation of any ore in sight.",
|
||||
kind: Tool((
|
||||
kind: Pick,
|
||||
hands: Two,
|
||||
stats: (
|
||||
equip_time_secs: 0.25,
|
||||
power: 1.75,
|
||||
effect_power: 0.25,
|
||||
speed: 1.0,
|
||||
range: 1.0,
|
||||
energy_efficiency: 1.0,
|
||||
buff_strength: 1.0,
|
||||
),
|
||||
)),
|
||||
quality: Moderate,
|
||||
tags: [
|
||||
CraftingTool,
|
||||
],
|
||||
ability_spec: None,
|
||||
)
|
||||
Reference in New Issue
Block a user