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,22 @@
ItemDef(
legacy_name: "Long Axe Haft",
legacy_description: "",
kind: ModularComponent(
ToolSecondaryComponent(
toolkind: Axe,
stats: (
equip_time_secs: 1.1,
power: 1.15,
effect_power: 1.1,
speed: 0.8,
range: 1.1,
energy_efficiency: 0.9,
buff_strength: 1.1,
),
hand_restriction: Some(Two),
)
),
quality: Common,
tags: [],
)

View File

@@ -0,0 +1,22 @@
ItemDef(
legacy_name: "Medium Axe Haft",
legacy_description: "",
kind: ModularComponent(
ToolSecondaryComponent(
toolkind: Axe,
stats: (
equip_time_secs: 1.0,
power: 1.0,
effect_power: 1.0,
speed: 1.0,
range: 1.0,
energy_efficiency: 1.0,
buff_strength: 1.0,
),
hand_restriction: None,
)
),
quality: Common,
tags: [],
)

View File

@@ -0,0 +1,22 @@
ItemDef(
legacy_name: "Short Axe Haft",
legacy_description: "",
kind: ModularComponent(
ToolSecondaryComponent(
toolkind: Axe,
stats: (
equip_time_secs: 0.9,
power: 0.85,
effect_power: 0.9,
speed: 1.1,
range: 0.9,
energy_efficiency: 1.1,
buff_strength: 0.9,
),
hand_restriction: Some(One),
)
),
quality: Common,
tags: [],
)

View File

@@ -0,0 +1,22 @@
ItemDef(
legacy_name: "Long Bow Grip",
legacy_description: "",
kind: ModularComponent(
ToolSecondaryComponent(
toolkind: Bow,
stats: (
equip_time_secs: 1.1,
power: 1.15,
effect_power: 1.1,
speed: 0.8,
range: 1.1,
energy_efficiency: 0.9,
buff_strength: 1.1,
),
hand_restriction: Some(Two),
)
),
quality: Common,
tags: [],
)

View File

@@ -0,0 +1,21 @@
ItemDef(
legacy_name: "Medium Bow Grip",
legacy_description: "",
kind: ModularComponent(
ToolSecondaryComponent(
toolkind: Bow,
stats: (
equip_time_secs: 1.0,
power: 1.0,
effect_power: 1.0,
speed: 1.0,
range: 1.0,
energy_efficiency: 1.0,
buff_strength: 1.0,
),
hand_restriction: Some(Two),
)
),
quality: Common,
tags: [],
)

View File

@@ -0,0 +1,22 @@
ItemDef(
legacy_name: "Short Bow Grip",
legacy_description: "",
kind: ModularComponent(
ToolSecondaryComponent(
toolkind: Bow,
stats: (
equip_time_secs: 0.9,
power: 0.85,
effect_power: 0.9,
speed: 1.1,
range: 0.9,
energy_efficiency: 1.1,
buff_strength: 0.9,
),
hand_restriction: Some(Two),
)
),
quality: Common,
tags: [],
)

View File

@@ -0,0 +1,22 @@
ItemDef(
legacy_name: "Long Hammer Haft",
legacy_description: "",
kind: ModularComponent(
ToolSecondaryComponent(
toolkind: Hammer,
stats: (
equip_time_secs: 1.1,
power: 1.15,
effect_power: 1.1,
speed: 0.8,
range: 1.1,
energy_efficiency: 0.9,
buff_strength: 1.1,
),
hand_restriction: Some(Two),
)
),
quality: Common,
tags: [],
)

View File

@@ -0,0 +1,22 @@
ItemDef(
legacy_name: "Medium Hammer Haft",
legacy_description: "",
kind: ModularComponent(
ToolSecondaryComponent(
toolkind: Hammer,
stats: (
equip_time_secs: 1.0,
power: 1.0,
effect_power: 1.0,
speed: 1.0,
range: 1.0,
energy_efficiency: 1.0,
buff_strength: 1.0,
),
hand_restriction: None,
)
),
quality: Common,
tags: [],
)

View File

@@ -0,0 +1,22 @@
ItemDef(
legacy_name: "Short Hammer Haft",
legacy_description: "",
kind: ModularComponent(
ToolSecondaryComponent(
toolkind: Hammer,
stats: (
equip_time_secs: 0.9,
power: 0.85,
effect_power: 0.9,
speed: 1.1,
range: 0.9,
energy_efficiency: 1.1,
buff_strength: 0.9,
),
hand_restriction: Some(One),
)
),
quality: Common,
tags: [],
)

View File

@@ -0,0 +1,22 @@
ItemDef(
legacy_name: "Heavy Biocore",
legacy_description: "",
kind: ModularComponent(
ToolSecondaryComponent(
toolkind: Sceptre,
stats: (
equip_time_secs: 1.1,
power: 1.15,
effect_power: 1.1,
speed: 0.8,
range: 1.1,
energy_efficiency: 0.9,
buff_strength: 1.1,
),
hand_restriction: Some(Two),
)
),
quality: Common,
tags: [],
)

View File

@@ -0,0 +1,22 @@
ItemDef(
legacy_name: "Light Biocore",
legacy_description: "",
kind: ModularComponent(
ToolSecondaryComponent(
toolkind: Sceptre,
stats: (
equip_time_secs: 0.9,
power: 0.85,
effect_power: 0.9,
speed: 1.1,
range: 0.9,
energy_efficiency: 1.1,
buff_strength: 0.9,
),
hand_restriction: Some(Two),
)
),
quality: Common,
tags: [],
)

View File

@@ -0,0 +1,22 @@
ItemDef(
legacy_name: "Biocore",
legacy_description: "",
kind: ModularComponent(
ToolSecondaryComponent(
toolkind: Sceptre,
stats: (
equip_time_secs: 1.0,
power: 1.0,
effect_power: 1.0,
speed: 1.0,
range: 1.0,
energy_efficiency: 1.0,
buff_strength: 1.0,
),
hand_restriction: Some(Two),
)
),
quality: Common,
tags: [],
)

View File

@@ -0,0 +1,22 @@
ItemDef(
legacy_name: "Heavy Pyrocore",
legacy_description: "",
kind: ModularComponent(
ToolSecondaryComponent(
toolkind: Staff,
stats: (
equip_time_secs: 1.1,
power: 1.15,
effect_power: 1.1,
speed: 0.8,
range: 1.1,
energy_efficiency: 0.9,
buff_strength: 1.1,
),
hand_restriction: Some(Two),
)
),
quality: Common,
tags: [],
)

View File

@@ -0,0 +1,22 @@
ItemDef(
legacy_name: "Light Pyrocore",
legacy_description: "",
kind: ModularComponent(
ToolSecondaryComponent(
toolkind: Staff,
stats: (
equip_time_secs: 0.9,
power: 0.85,
effect_power: 0.9,
speed: 1.1,
range: 0.9,
energy_efficiency: 1.1,
buff_strength: 0.9,
),
hand_restriction: Some(Two),
)
),
quality: Common,
tags: [],
)

View File

@@ -0,0 +1,21 @@
ItemDef(
legacy_name: "Pyrocore",
legacy_description: "",
kind: ModularComponent(
ToolSecondaryComponent(
toolkind: Staff,
stats: (
equip_time_secs: 1.0,
power: 1.0,
effect_power: 1.0,
speed: 1.0,
range: 1.0,
energy_efficiency: 1.0,
buff_strength: 1.0,
),
hand_restriction: Some(Two),
)
),
quality: Common,
tags: [],
)

View File

@@ -0,0 +1,22 @@
ItemDef(
legacy_name: "Long Sword Hilt",
legacy_description: "",
kind: ModularComponent(
ToolSecondaryComponent(
toolkind: Sword,
stats: (
equip_time_secs: 1.1,
power: 1.15,
effect_power: 1.1,
speed: 0.8,
range: 1.1,
energy_efficiency: 0.9,
buff_strength: 1.1,
),
hand_restriction: Some(Two),
)
),
quality: Common,
tags: [],
)

View File

@@ -0,0 +1,22 @@
ItemDef(
legacy_name: "Medium Sword Hilt",
legacy_description: "",
kind: ModularComponent(
ToolSecondaryComponent(
toolkind: Sword,
stats: (
equip_time_secs: 1.0,
power: 1.0,
effect_power: 1.0,
speed: 1.0,
range: 1.0,
energy_efficiency: 1.0,
buff_strength: 1.0,
),
hand_restriction: None,
)
),
quality: Common,
tags: [],
)

View File

@@ -0,0 +1,22 @@
ItemDef(
legacy_name: "Short Sword Hilt",
legacy_description: "",
kind: ModularComponent(
ToolSecondaryComponent(
toolkind: Sword,
stats: (
equip_time_secs: 0.9,
power: 0.85,
effect_power: 0.9,
speed: 1.1,
range: 0.9,
energy_efficiency: 1.1,
buff_strength: 0.9,
),
hand_restriction: Some(One),
)
),
quality: Common,
tags: [],
)