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:
@@ -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: [],
|
||||
)
|
||||
|
||||
@@ -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: [],
|
||||
)
|
||||
|
||||
@@ -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: [],
|
||||
)
|
||||
|
||||
@@ -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: [],
|
||||
)
|
||||
|
||||
@@ -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: [],
|
||||
)
|
||||
@@ -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: [],
|
||||
)
|
||||
|
||||
@@ -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: [],
|
||||
)
|
||||
|
||||
@@ -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: [],
|
||||
)
|
||||
|
||||
@@ -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: [],
|
||||
)
|
||||
|
||||
@@ -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: [],
|
||||
)
|
||||
|
||||
@@ -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: [],
|
||||
)
|
||||
|
||||
@@ -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: [],
|
||||
)
|
||||
|
||||
@@ -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: [],
|
||||
)
|
||||
|
||||
@@ -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: [],
|
||||
)
|
||||
|
||||
@@ -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: [],
|
||||
)
|
||||
@@ -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: [],
|
||||
)
|
||||
|
||||
@@ -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: [],
|
||||
)
|
||||
|
||||
@@ -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: [],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user