primeiro commit
All checks were successful
Build and Push Image / Build and push image (push) Successful in 3m5s

This commit is contained in:
2024-04-29 21:38:53 -03:00
commit e11bf493a1
2532 changed files with 55878 additions and 0 deletions

View 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,
)

View 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,
)

View 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,
)

View 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,
)

View File

@@ -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,
)

View File

@@ -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,
)