mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Some preliminary balancing
Fix rebase
This commit is contained in:
parent
29732bb763
commit
661764f4aa
@ -3,7 +3,7 @@ ChargedMelee(
|
||||
energy_drain: 300,
|
||||
initial_damage: 10,
|
||||
scaled_damage: 160,
|
||||
initial_poise_damage: 10,
|
||||
initial_poise_damage: 5,
|
||||
scaled_poise_damage: 70,
|
||||
initial_knockback: 10.0,
|
||||
scaled_knockback: 50.0,
|
||||
|
@ -5,7 +5,7 @@ LeapMelee(
|
||||
swing_duration: 150,
|
||||
recover_duration: 200,
|
||||
base_damage: 240,
|
||||
base_poise_damage: 60,
|
||||
base_poise_damage: 40,
|
||||
knockback: 25.0,
|
||||
range: 4.5,
|
||||
max_angle: 360.0,
|
||||
|
@ -3,7 +3,7 @@ ComboMelee(
|
||||
stage: 1,
|
||||
base_damage: 130,
|
||||
damage_increase: 10,
|
||||
base_poise_damage: 30,
|
||||
base_poise_damage: 10,
|
||||
poise_damage_increase: 5,
|
||||
knockback: 0.0,
|
||||
range: 4.5,
|
||||
|
@ -1,14 +1,12 @@
|
||||
ItemDef(
|
||||
name: "Admin's Cape",
|
||||
name: "Admin\'s Cape",
|
||||
description: "With great power comes\ngreat responsibility.",
|
||||
kind: Armor(
|
||||
(
|
||||
kind: Back("Admin"),
|
||||
stats: (
|
||||
protection: Invincible,
|
||||
poise_protection: Invincible,
|
||||
),
|
||||
)
|
||||
),
|
||||
kind: Armor((
|
||||
kind: Back("Admin"),
|
||||
stats: (
|
||||
protection: Invincible,
|
||||
poise_protection: Invincible,
|
||||
),
|
||||
)),
|
||||
quality: Debug,
|
||||
)
|
||||
)
|
@ -1,15 +1,12 @@
|
||||
ItemDef(
|
||||
name: "Traveler's Backpack",
|
||||
name: "Traveler\'s Backpack",
|
||||
description: "Comfort and capacity united.",
|
||||
kind: Armor(
|
||||
(
|
||||
kind: Back("Backpack0"),
|
||||
stats: (
|
||||
protection: Normal(0.0),
|
||||
poise_protection: Normal(0.0),
|
||||
),
|
||||
)
|
||||
),
|
||||
kind: Armor((
|
||||
kind: Back("Backpack0"),
|
||||
stats: (
|
||||
protection: Normal(0.0),
|
||||
poise_protection: Normal(0.0),
|
||||
),
|
||||
)),
|
||||
quality: High,
|
||||
slots: 18,
|
||||
)
|
||||
)
|
@ -1,14 +1,12 @@
|
||||
ItemDef(
|
||||
name: "Purple Cultist Cape",
|
||||
description: "Smells like dark magic and candles.",
|
||||
kind: Armor(
|
||||
(
|
||||
kind: Back("DungPurp0"),
|
||||
stats: (
|
||||
protection: Normal(3.0),
|
||||
poise_protection: Normal(3.0)
|
||||
),
|
||||
)
|
||||
),
|
||||
kind: Armor((
|
||||
kind: Back("DungPurp0"),
|
||||
stats: (
|
||||
protection: Normal(3.0),
|
||||
poise_protection: Normal(1.0),
|
||||
),
|
||||
)),
|
||||
quality: Epic,
|
||||
)
|
||||
)
|
@ -1,14 +1,12 @@
|
||||
ItemDef(
|
||||
name: "Agile Cape",
|
||||
description: "'Tightly packed pieces of leather to endure all weather.'",
|
||||
kind: Armor(
|
||||
(
|
||||
kind: Back("Short2"),
|
||||
stats: (
|
||||
protection: Normal(0.2),
|
||||
poise_protection: Normal(0.2),
|
||||
),
|
||||
)
|
||||
),
|
||||
description: "\'Tightly packed pieces of leather to endure all weather.\'",
|
||||
kind: Armor((
|
||||
kind: Back("Short2"),
|
||||
stats: (
|
||||
protection: Normal(0.2),
|
||||
poise_protection: Normal(0.1),
|
||||
),
|
||||
)),
|
||||
quality: Common,
|
||||
)
|
||||
)
|
@ -1,14 +1,12 @@
|
||||
ItemDef(
|
||||
name: "Short leather Cape",
|
||||
description: "Probably made of the finest leather.",
|
||||
kind: Armor(
|
||||
(
|
||||
kind: Back("Short0"),
|
||||
stats: (
|
||||
protection: Normal(0.3),
|
||||
poise_protection: Normal(0.3),
|
||||
),
|
||||
)
|
||||
),
|
||||
kind: Armor((
|
||||
kind: Back("Short0"),
|
||||
stats: (
|
||||
protection: Normal(0.3),
|
||||
poise_protection: Normal(0.5),
|
||||
),
|
||||
)),
|
||||
quality: Moderate,
|
||||
)
|
||||
)
|
@ -1,14 +1,12 @@
|
||||
ItemDef(
|
||||
name: "Green Blanket",
|
||||
description: "Keeps your shoulders warm.",
|
||||
kind: Armor(
|
||||
(
|
||||
kind: Back("Short1"),
|
||||
stats: (
|
||||
protection: Normal(0.1),
|
||||
poise_protection: Normal(0.1),
|
||||
),
|
||||
)
|
||||
),
|
||||
kind: Armor((
|
||||
kind: Back("Short1"),
|
||||
stats: (
|
||||
protection: Normal(0.1),
|
||||
poise_protection: Normal(0.2),
|
||||
),
|
||||
)),
|
||||
quality: Common,
|
||||
)
|
||||
)
|
@ -1,14 +1,12 @@
|
||||
ItemDef(
|
||||
name: "Velorite Battlemage Cloak",
|
||||
description: "Keeps your shoulders warm.",
|
||||
kind: Armor(
|
||||
(
|
||||
kind: Back("VeloriteMage0"),
|
||||
stats: (
|
||||
protection: Normal(2.8),
|
||||
poise_protection: Normal(2.8),
|
||||
),
|
||||
)
|
||||
),
|
||||
kind: Armor((
|
||||
kind: Back("VeloriteMage0"),
|
||||
stats: (
|
||||
protection: Normal(2.8),
|
||||
poise_protection: Normal(2.0),
|
||||
),
|
||||
)),
|
||||
quality: High,
|
||||
)
|
||||
)
|
@ -1,14 +1,12 @@
|
||||
ItemDef(
|
||||
name: "Warlock cape",
|
||||
description: "Belong to a mighty warlock.",
|
||||
kind: Armor(
|
||||
(
|
||||
kind: Back("Warlock"),
|
||||
stats: (
|
||||
protection: Normal(4.0),
|
||||
poise_protection: Normal(4.0),
|
||||
),
|
||||
)
|
||||
),
|
||||
kind: Armor((
|
||||
kind: Back("Warlock"),
|
||||
stats: (
|
||||
protection: Normal(4.0),
|
||||
poise_protection: Normal(3.0),
|
||||
),
|
||||
)),
|
||||
quality: Moderate,
|
||||
)
|
||||
)
|
@ -1,14 +1,12 @@
|
||||
ItemDef(
|
||||
name: "Warlord cape",
|
||||
description: "Belong to a mighty warlord.",
|
||||
kind: Armor(
|
||||
(
|
||||
kind: Back("Warlord"),
|
||||
stats: (
|
||||
protection: Normal(4.0),
|
||||
poise_protection: Normal(4.0),
|
||||
),
|
||||
)
|
||||
),
|
||||
kind: Armor((
|
||||
kind: Back("Warlord"),
|
||||
stats: (
|
||||
protection: Normal(4.0),
|
||||
poise_protection: Normal(5.0),
|
||||
),
|
||||
)),
|
||||
quality: Moderate,
|
||||
)
|
||||
)
|
@ -4,7 +4,10 @@ ItemDef(
|
||||
kind: Armor(
|
||||
(
|
||||
kind: Bag("BluePouch"),
|
||||
stats: (protection: Normal(0.0)),
|
||||
stats: (
|
||||
protection: Normal(0.0),
|
||||
poise_protection: Normal(0.0),
|
||||
),
|
||||
)
|
||||
),
|
||||
quality: Moderate,
|
||||
|
@ -4,7 +4,10 @@ ItemDef(
|
||||
kind: Armor(
|
||||
(
|
||||
kind: Bag("RedSmall"),
|
||||
stats: (protection: Normal(0.0)),
|
||||
stats: (
|
||||
protection: Normal(0.0),
|
||||
poise_protection: Normal(0.0),
|
||||
),
|
||||
)
|
||||
),
|
||||
quality: Moderate,
|
||||
|
@ -4,7 +4,10 @@ ItemDef(
|
||||
kind: Armor(
|
||||
(
|
||||
kind: Bag("GreenMid"),
|
||||
stats: (protection: Normal(0.0)),
|
||||
stats: (
|
||||
protection: Normal(0.0),
|
||||
poise_protection: Normal(0.0),
|
||||
),
|
||||
)
|
||||
),
|
||||
quality: Moderate,
|
||||
|
@ -4,7 +4,10 @@ ItemDef(
|
||||
kind: Armor(
|
||||
(
|
||||
kind: Bag("PurpleSkull"),
|
||||
stats: (protection: Normal(0.0)),
|
||||
stats: (
|
||||
protection: Normal(0.0),
|
||||
poise_protection: Normal(0.0),
|
||||
),
|
||||
)
|
||||
),
|
||||
quality: Epic,
|
||||
|
@ -4,7 +4,10 @@ ItemDef(
|
||||
kind: Armor(
|
||||
(
|
||||
kind: Bag("LeatherLarge"),
|
||||
stats: (protection: Normal(0.0)),
|
||||
stats: (
|
||||
protection: Normal(0.0),
|
||||
poise_protection: Normal(0.0),
|
||||
),
|
||||
)
|
||||
),
|
||||
quality: High,
|
||||
|
@ -4,7 +4,10 @@ ItemDef(
|
||||
kind: Armor(
|
||||
(
|
||||
kind: Bag("RedFace"),
|
||||
stats: (protection: Normal(0.0)),
|
||||
stats: (
|
||||
protection: Normal(0.0),
|
||||
poise_protection: Normal(0.0),
|
||||
),
|
||||
)
|
||||
),
|
||||
quality: Legendary,
|
||||
|
@ -4,7 +4,10 @@ ItemDef(
|
||||
kind: Armor(
|
||||
(
|
||||
kind: Bag("BlueFace"),
|
||||
stats: (protection: Normal(0.0)),
|
||||
stats: (
|
||||
protection: Normal(0.0),
|
||||
poise_protection: Normal(0.0),
|
||||
),
|
||||
)
|
||||
),
|
||||
quality: Legendary,
|
||||
|
@ -4,7 +4,10 @@ ItemDef(
|
||||
kind: Armor(
|
||||
(
|
||||
kind: Bag("RedLarge"),
|
||||
stats: (protection: Normal(0.0)),
|
||||
stats: (
|
||||
protection: Normal(0.0),
|
||||
poise_protection: Normal(0.0),
|
||||
),
|
||||
)
|
||||
),
|
||||
quality: High,
|
||||
|
@ -4,7 +4,10 @@ ItemDef(
|
||||
kind: Armor(
|
||||
(
|
||||
kind: Bag("LeatherSmall"),
|
||||
stats: (protection: Normal(0.0)),
|
||||
stats: (
|
||||
protection: Normal(0.0),
|
||||
poise_protection: Normal(0.0),
|
||||
),
|
||||
)
|
||||
),
|
||||
quality: Common,
|
||||
|
@ -4,7 +4,10 @@ ItemDef(
|
||||
kind: Armor(
|
||||
(
|
||||
kind: Bag("RedTiny"),
|
||||
stats: (protection: Normal(0.0)),
|
||||
stats: (
|
||||
protection: Normal(0.0),
|
||||
poise_protection: Normal(0.0),
|
||||
),
|
||||
)
|
||||
),
|
||||
quality: Common,
|
||||
|
@ -4,7 +4,10 @@ ItemDef(
|
||||
kind: Armor(
|
||||
(
|
||||
kind: Bag("GreenLarge"),
|
||||
stats: (protection: Normal(0.0)),
|
||||
stats: (
|
||||
protection: Normal(0.0),
|
||||
poise_protection: Normal(0.0),
|
||||
),
|
||||
)
|
||||
),
|
||||
quality: High,
|
||||
|
@ -4,7 +4,10 @@ ItemDef(
|
||||
kind: Armor(
|
||||
(
|
||||
kind: Bag("RedMed"),
|
||||
stats: (protection: Normal(0.0)),
|
||||
stats: (
|
||||
protection: Normal(0.0),
|
||||
poise_protection: Normal(0.0),
|
||||
),
|
||||
)
|
||||
),
|
||||
quality: Moderate,
|
||||
|
@ -1,14 +1,12 @@
|
||||
ItemDef(
|
||||
name: "Assassin Belt",
|
||||
description: "Only the best for a member of the creed.",
|
||||
kind: Armor(
|
||||
(
|
||||
kind: Belt("Assassin"),
|
||||
stats: (
|
||||
protection: Normal(2.0),
|
||||
poise_protection: Normal(2.0),
|
||||
),
|
||||
)
|
||||
),
|
||||
kind: Armor((
|
||||
kind: Belt("Assassin"),
|
||||
stats: (
|
||||
protection: Normal(2.0),
|
||||
poise_protection: Normal(1.0),
|
||||
),
|
||||
)),
|
||||
quality: Moderate,
|
||||
)
|
||||
)
|
@ -1,14 +1,12 @@
|
||||
ItemDef(
|
||||
name: "Bonerattler Belt",
|
||||
description: "Sections of vertebrae fastened together with hide and a bonerattler eye for the buckle.",
|
||||
kind: Armor(
|
||||
(
|
||||
kind: Belt("Bonerattler"),
|
||||
stats: (
|
||||
protection: Normal(3.0),
|
||||
poise_protection: Normal(3.0),
|
||||
),
|
||||
)
|
||||
),
|
||||
kind: Armor((
|
||||
kind: Belt("Bonerattler"),
|
||||
stats: (
|
||||
protection: Normal(3.0),
|
||||
poise_protection: Normal(5.0),
|
||||
),
|
||||
)),
|
||||
quality: High,
|
||||
)
|
||||
)
|
@ -1,14 +1,12 @@
|
||||
ItemDef(
|
||||
name: "Blue Linen Belt",
|
||||
description: "A stylish rough fabric belt, dyed blue.",
|
||||
kind: Armor(
|
||||
(
|
||||
kind: Belt("ClothBlue0"),
|
||||
stats: (
|
||||
protection: Normal(1.0),
|
||||
poise_protection: Normal(1.0),
|
||||
),
|
||||
)
|
||||
),
|
||||
kind: Armor((
|
||||
kind: Belt("ClothBlue0"),
|
||||
stats: (
|
||||
protection: Normal(1.0),
|
||||
poise_protection: Normal(1.0),
|
||||
),
|
||||
)),
|
||||
quality: Common,
|
||||
)
|
||||
)
|
@ -1,14 +1,12 @@
|
||||
ItemDef(
|
||||
name: "Green Linen Belt",
|
||||
description: "A stylish rough fabric belt, dyed green.",
|
||||
kind: Armor(
|
||||
(
|
||||
kind: Belt("ClothGreen0"),
|
||||
stats: (
|
||||
protection: Normal(1.0),
|
||||
poise_protection: Normal(1.0),
|
||||
),
|
||||
)
|
||||
),
|
||||
kind: Armor((
|
||||
kind: Belt("ClothGreen0"),
|
||||
stats: (
|
||||
protection: Normal(1.0),
|
||||
poise_protection: Normal(1.0),
|
||||
),
|
||||
)),
|
||||
quality: Common,
|
||||
)
|
||||
)
|
@ -1,14 +1,12 @@
|
||||
ItemDef(
|
||||
name: "Purple Linen Belt",
|
||||
description: "A stylish rough fabric belt, dyed purple.",
|
||||
kind: Armor(
|
||||
(
|
||||
kind: Belt("ClothPurple0"),
|
||||
stats: (
|
||||
protection: Normal(1.0),
|
||||
poise_protection: Normal(1.0),
|
||||
),
|
||||
)
|
||||
),
|
||||
kind: Armor((
|
||||
kind: Belt("ClothPurple0"),
|
||||
stats: (
|
||||
protection: Normal(1.0),
|
||||
poise_protection: Normal(1.0),
|
||||
),
|
||||
)),
|
||||
quality: Common,
|
||||
)
|
||||
)
|
@ -1,14 +1,12 @@
|
||||
ItemDef(
|
||||
name: "Cultist Belt",
|
||||
description: "Ceremonial attire used by members.",
|
||||
kind: Armor(
|
||||
(
|
||||
kind: Belt("Cultist"),
|
||||
stats: (
|
||||
protection: Normal(6.0),
|
||||
poise_protection: Normal(6.0),
|
||||
),
|
||||
)
|
||||
),
|
||||
kind: Armor((
|
||||
kind: Belt("Cultist"),
|
||||
stats: (
|
||||
protection: Normal(6.0),
|
||||
poise_protection: Normal(5.0),
|
||||
),
|
||||
)),
|
||||
quality: Epic,
|
||||
)
|
||||
)
|
@ -1,14 +1,12 @@
|
||||
ItemDef(
|
||||
name: "Druid's Belt",
|
||||
name: "Druid\'s Belt",
|
||||
description: "Twisted vines to keep everything secure.",
|
||||
kind: Armor(
|
||||
(
|
||||
kind: Belt("Druid"),
|
||||
stats: (
|
||||
protection: Normal(2.0),
|
||||
poise_protection: Normal(2.0),
|
||||
),
|
||||
)
|
||||
),
|
||||
kind: Armor((
|
||||
kind: Belt("Druid"),
|
||||
stats: (
|
||||
protection: Normal(2.0),
|
||||
poise_protection: Normal(2.0),
|
||||
),
|
||||
)),
|
||||
quality: Moderate,
|
||||
)
|
||||
)
|
@ -1,14 +1,12 @@
|
||||
ItemDef(
|
||||
name: "Swift Belt",
|
||||
description: "Swift like the wind.",
|
||||
kind: Armor(
|
||||
(
|
||||
kind: Belt("Leather0"),
|
||||
stats: (
|
||||
protection: Normal(1.0),
|
||||
poise_protection: Normal(1.0),
|
||||
),
|
||||
)
|
||||
),
|
||||
kind: Armor((
|
||||
kind: Belt("Leather0"),
|
||||
stats: (
|
||||
protection: Normal(1.0),
|
||||
poise_protection: Normal(1.0),
|
||||
),
|
||||
)),
|
||||
quality: Common,
|
||||
)
|
||||
)
|
@ -1,14 +1,12 @@
|
||||
ItemDef(
|
||||
name: "Leather Belt",
|
||||
description: "A belt made from simple leather.",
|
||||
kind: Armor(
|
||||
(
|
||||
kind: Belt("Leather2"),
|
||||
stats: (
|
||||
protection: Normal(1.0),
|
||||
poise_protection: Normal(1.0),
|
||||
),
|
||||
)
|
||||
),
|
||||
kind: Armor((
|
||||
kind: Belt("Leather2"),
|
||||
stats: (
|
||||
protection: Normal(1.0),
|
||||
poise_protection: Normal(1.0),
|
||||
),
|
||||
)),
|
||||
quality: Common,
|
||||
)
|
||||
)
|
@ -1,14 +1,12 @@
|
||||
ItemDef(
|
||||
name: "Agile Belt",
|
||||
description: "'Tightly packed pieces of leather to endure all weather.'",
|
||||
kind: Armor(
|
||||
(
|
||||
kind: Belt("Leather2"),
|
||||
stats: (
|
||||
protection: Normal(1.0),
|
||||
poise_protection: Normal(1.0),
|
||||
),
|
||||
)
|
||||
),
|
||||
description: "\'Tightly packed pieces of leather to endure all weather.\'",
|
||||
kind: Armor((
|
||||
kind: Belt("Leather2"),
|
||||
stats: (
|
||||
protection: Normal(1.0),
|
||||
poise_protection: Normal(1.0),
|
||||
),
|
||||
)),
|
||||
quality: Moderate,
|
||||
)
|
||||
)
|
@ -1,14 +1,12 @@
|
||||
ItemDef(
|
||||
name: "Iron Belt",
|
||||
description: "A tanned leather belt with a forged iron buckle.",
|
||||
kind: Armor(
|
||||
(
|
||||
kind: Belt("Plate0"),
|
||||
stats: (
|
||||
protection: Normal(3.0),
|
||||
poise_protection: Normal(3.0),
|
||||
),
|
||||
)
|
||||
),
|
||||
kind: Armor((
|
||||
kind: Belt("Plate0"),
|
||||
stats: (
|
||||
protection: Normal(3.0),
|
||||
poise_protection: Normal(4.0),
|
||||
),
|
||||
)),
|
||||
quality: Moderate,
|
||||
)
|
||||
)
|
@ -1,14 +1,12 @@
|
||||
ItemDef(
|
||||
name: "Steel Belt",
|
||||
description: "Metal alloy interlocking plates to improve protection.",
|
||||
kind: Armor(
|
||||
(
|
||||
kind: Belt("Steel0"),
|
||||
stats: (
|
||||
protection: Normal(4.0),
|
||||
poise_protection: Normal(4.0),
|
||||
),
|
||||
)
|
||||
),
|
||||
kind: Armor((
|
||||
kind: Belt("Steel0"),
|
||||
stats: (
|
||||
protection: Normal(4.0),
|
||||
poise_protection: Normal(8.0),
|
||||
),
|
||||
)),
|
||||
quality: Moderate,
|
||||
)
|
||||
)
|
@ -1,14 +1,12 @@
|
||||
ItemDef(
|
||||
name: "Tarasque Belt",
|
||||
description: "Shattered band of a tarasque shell, making for a strong belt.",
|
||||
kind: Armor(
|
||||
(
|
||||
kind: Belt("Tarasque"),
|
||||
stats: (
|
||||
protection: Normal(3.0),
|
||||
poise_protection: Normal(3.0),
|
||||
),
|
||||
)
|
||||
),
|
||||
kind: Armor((
|
||||
kind: Belt("Tarasque"),
|
||||
stats: (
|
||||
protection: Normal(3.0),
|
||||
poise_protection: Normal(5.0),
|
||||
),
|
||||
)),
|
||||
quality: High,
|
||||
)
|
||||
)
|
@ -1,14 +1,12 @@
|
||||
ItemDef(
|
||||
name: "Twig Belt",
|
||||
description: "Small bits of nature magically held together into the shape of a belt.",
|
||||
kind: Armor(
|
||||
(
|
||||
kind: Belt("Twig"),
|
||||
stats: (
|
||||
protection: Normal(2.0),
|
||||
poise_protection: Normal(2.0),
|
||||
),
|
||||
)
|
||||
),
|
||||
kind: Armor((
|
||||
kind: Belt("Twig"),
|
||||
stats: (
|
||||
protection: Normal(2.0),
|
||||
poise_protection: Normal(1.0),
|
||||
),
|
||||
)),
|
||||
quality: Moderate,
|
||||
)
|
||||
)
|
@ -1,14 +1,12 @@
|
||||
ItemDef(
|
||||
name: "Flowery Belt",
|
||||
description: "Magically imbued twigs, held together with a flower intertwining its stem to hold the belt together.",
|
||||
kind: Armor(
|
||||
(
|
||||
kind: Belt("Twigsflowers"),
|
||||
stats: (
|
||||
protection: Normal(2.0),
|
||||
poise_protection: Normal(2.0),
|
||||
),
|
||||
)
|
||||
),
|
||||
kind: Armor((
|
||||
kind: Belt("Twigsflowers"),
|
||||
stats: (
|
||||
protection: Normal(2.0),
|
||||
poise_protection: Normal(1.0),
|
||||
),
|
||||
)),
|
||||
quality: Moderate,
|
||||
)
|
||||
)
|
@ -1,14 +1,12 @@
|
||||
ItemDef(
|
||||
name: "Leafy Belt",
|
||||
description: "Dried leaves cover over the standard twig belt, providing a slightly different texture.",
|
||||
kind: Armor(
|
||||
(
|
||||
kind: Belt("Twigsleaves"),
|
||||
stats: (
|
||||
protection: Normal(2.0),
|
||||
poise_protection: Normal(2.0),
|
||||
),
|
||||
)
|
||||
),
|
||||
kind: Armor((
|
||||
kind: Belt("Twigsleaves"),
|
||||
stats: (
|
||||
protection: Normal(2.0),
|
||||
poise_protection: Normal(3.0),
|
||||
),
|
||||
)),
|
||||
quality: Moderate,
|
||||
)
|
||||
)
|
@ -1,14 +1,12 @@
|
||||
ItemDef(
|
||||
name: "Velorite Battlemage Belt",
|
||||
description: "",
|
||||
kind: Armor(
|
||||
(
|
||||
kind: Belt("VeloriteMage0"),
|
||||
stats: (
|
||||
protection: Normal(5.8),
|
||||
poise_protection: Normal(5.8),
|
||||
),
|
||||
)
|
||||
),
|
||||
kind: Armor((
|
||||
kind: Belt("VeloriteMage0"),
|
||||
stats: (
|
||||
protection: Normal(5.8),
|
||||
poise_protection: Normal(5.0),
|
||||
),
|
||||
)),
|
||||
quality: High,
|
||||
)
|
||||
)
|
@ -1,14 +1,12 @@
|
||||
ItemDef(
|
||||
name: "Warlock Belt",
|
||||
description: "Belong to a mighty warlock.",
|
||||
kind: Armor(
|
||||
(
|
||||
kind: Belt("Warlock"),
|
||||
stats: (
|
||||
protection: Normal(8.0),
|
||||
poise_protection: Normal(8.0),
|
||||
),
|
||||
)
|
||||
),
|
||||
kind: Armor((
|
||||
kind: Belt("Warlock"),
|
||||
stats: (
|
||||
protection: Normal(8.0),
|
||||
poise_protection: Normal(7.0),
|
||||
),
|
||||
)),
|
||||
quality: Moderate,
|
||||
)
|
||||
)
|
@ -1,14 +1,12 @@
|
||||
ItemDef(
|
||||
name: "Warlord Belt",
|
||||
description: "Belong to a mighty warlord.",
|
||||
kind: Armor(
|
||||
(
|
||||
kind: Belt("Warlord"),
|
||||
stats: (
|
||||
protection: Normal(8.0),
|
||||
poise_protection: Normal(8.0),
|
||||
),
|
||||
)
|
||||
),
|
||||
kind: Armor((
|
||||
kind: Belt("Warlord"),
|
||||
stats: (
|
||||
protection: Normal(8.0),
|
||||
poise_protection: Normal(5.0),
|
||||
),
|
||||
)),
|
||||
quality: Moderate,
|
||||
)
|
||||
)
|
@ -1,14 +1,12 @@
|
||||
ItemDef(
|
||||
name: "Assassin Chest",
|
||||
description: "Only the best for a member of the creed.",
|
||||
kind: Armor(
|
||||
(
|
||||
kind: Chest("Assassin"),
|
||||
stats: (
|
||||
protection: Normal(15.0),
|
||||
poise_protection: Normal(15.0),
|
||||
),
|
||||
)
|
||||
),
|
||||
kind: Armor((
|
||||
kind: Chest("Assassin"),
|
||||
stats: (
|
||||
protection: Normal(15.0),
|
||||
poise_protection: Normal(10.0),
|
||||
),
|
||||
)),
|
||||
quality: Moderate,
|
||||
)
|
||||
)
|
@ -1,14 +1,12 @@
|
||||
ItemDef(
|
||||
name: "Bonerattler Cuirass",
|
||||
description: "The spiny back and hide of a bonerattler fastened together into a protective cuirass.",
|
||||
kind: Armor(
|
||||
(
|
||||
kind: Chest("Bonerattler"),
|
||||
stats: (
|
||||
protection: Normal(25.0),
|
||||
poise_protection: Normal(25.0),
|
||||
),
|
||||
)
|
||||
),
|
||||
kind: Armor((
|
||||
kind: Chest("Bonerattler"),
|
||||
stats: (
|
||||
protection: Normal(25.0),
|
||||
poise_protection: Normal(35.0),
|
||||
),
|
||||
)),
|
||||
quality: High,
|
||||
)
|
||||
)
|
@ -1,14 +1,12 @@
|
||||
ItemDef(
|
||||
name: "Blue Linen Chest",
|
||||
description: "A stylish rough fabric surcoat, dyed blue.",
|
||||
kind: Armor(
|
||||
(
|
||||
kind: Chest("ClothBlue0"),
|
||||
stats: (
|
||||
protection: Normal(1.0),
|
||||
poise_protection: Normal(1.0),
|
||||
),
|
||||
)
|
||||
),
|
||||
kind: Armor((
|
||||
kind: Chest("ClothBlue0"),
|
||||
stats: (
|
||||
protection: Normal(1.0),
|
||||
poise_protection: Normal(1.0),
|
||||
),
|
||||
)),
|
||||
quality: Common,
|
||||
)
|
||||
)
|
@ -1,14 +1,12 @@
|
||||
ItemDef(
|
||||
name: "Green Linen Chest",
|
||||
description: "A stylish rough fabric surcoat, dyed green.",
|
||||
kind: Armor(
|
||||
(
|
||||
kind: Chest("ClothGreen0"),
|
||||
stats: (
|
||||
protection: Normal(1.0),
|
||||
poise_protection: Normal(1.0),
|
||||
),
|
||||
)
|
||||
),
|
||||
kind: Armor((
|
||||
kind: Chest("ClothGreen0"),
|
||||
stats: (
|
||||
protection: Normal(1.0),
|
||||
poise_protection: Normal(1.0),
|
||||
),
|
||||
)),
|
||||
quality: Common,
|
||||
)
|
||||
)
|
@ -1,14 +1,12 @@
|
||||
ItemDef(
|
||||
name: "Purple Linen Chest",
|
||||
description: "A stylish rough fabric surcoat, dyed purple.",
|
||||
kind: Armor(
|
||||
(
|
||||
kind: Chest("ClothPurple0"),
|
||||
stats: (
|
||||
protection: Normal(1.0),
|
||||
poise_protection: Normal(1.0),
|
||||
),
|
||||
)
|
||||
),
|
||||
kind: Armor((
|
||||
kind: Chest("ClothPurple0"),
|
||||
stats: (
|
||||
protection: Normal(1.0),
|
||||
poise_protection: Normal(1.0),
|
||||
),
|
||||
)),
|
||||
quality: Common,
|
||||
)
|
||||
)
|
@ -1,14 +1,12 @@
|
||||
ItemDef(
|
||||
name: "Velorite Chest",
|
||||
description: "Ceremonial attire used by members.",
|
||||
kind: Armor(
|
||||
(
|
||||
kind: Chest("VeloriteMage0"),
|
||||
stats: (
|
||||
protection: Normal(30.0),
|
||||
poise_protection: Normal(30.0),
|
||||
),
|
||||
)
|
||||
),
|
||||
kind: Armor((
|
||||
kind: Chest("VeloriteMage0"),
|
||||
stats: (
|
||||
protection: Normal(30.0),
|
||||
poise_protection: Normal(15.0),
|
||||
),
|
||||
)),
|
||||
quality: Epic,
|
||||
)
|
||||
)
|
@ -1,14 +1,12 @@
|
||||
ItemDef(
|
||||
name: "Purple Cultist Chest",
|
||||
description: "Ceremonial attire used by members.",
|
||||
kind: Armor(
|
||||
(
|
||||
kind: Chest("CultistPurple"),
|
||||
stats: (
|
||||
protection: Normal(30.0),
|
||||
poise_protection: Normal(30.0),
|
||||
),
|
||||
)
|
||||
),
|
||||
kind: Armor((
|
||||
kind: Chest("CultistPurple"),
|
||||
stats: (
|
||||
protection: Normal(30.0),
|
||||
poise_protection: Normal(15.0),
|
||||
),
|
||||
)),
|
||||
quality: Epic,
|
||||
)
|
||||
)
|
@ -1,14 +1,12 @@
|
||||
ItemDef(
|
||||
name: "Druid's Vest",
|
||||
name: "Druid\'s Vest",
|
||||
description: "Vines and leaves formed into a tunic.",
|
||||
kind: Armor(
|
||||
(
|
||||
kind: Chest("Druid"),
|
||||
stats: (
|
||||
protection: Normal(6.0),
|
||||
poise_protection: Normal(6.0),
|
||||
),
|
||||
)
|
||||
),
|
||||
kind: Armor((
|
||||
kind: Chest("Druid"),
|
||||
stats: (
|
||||
protection: Normal(6.0),
|
||||
poise_protection: Normal(4.0),
|
||||
),
|
||||
)),
|
||||
quality: Moderate,
|
||||
)
|
||||
)
|
@ -1,14 +1,12 @@
|
||||
ItemDef(
|
||||
name: "Swift Chest",
|
||||
description: "Swift like the wind.",
|
||||
kind: Armor(
|
||||
(
|
||||
kind: Chest("Leather0"),
|
||||
stats: (
|
||||
protection: Normal(10.0),
|
||||
poise_protection: Normal(10.0),
|
||||
),
|
||||
)
|
||||
),
|
||||
kind: Armor((
|
||||
kind: Chest("Leather0"),
|
||||
stats: (
|
||||
protection: Normal(10.0),
|
||||
poise_protection: Normal(7.0),
|
||||
),
|
||||
)),
|
||||
quality: Moderate,
|
||||
)
|
||||
)
|
@ -1,14 +1,12 @@
|
||||
ItemDef(
|
||||
name: "Leather Cuirass",
|
||||
description: "A cuirass made of simple leather.",
|
||||
kind: Armor(
|
||||
(
|
||||
kind: Chest("Leather2"),
|
||||
stats: (
|
||||
protection: Normal(10.0),
|
||||
poise_protection: Normal(10.0),
|
||||
),
|
||||
)
|
||||
),
|
||||
kind: Armor((
|
||||
kind: Chest("Leather2"),
|
||||
stats: (
|
||||
protection: Normal(10.0),
|
||||
poise_protection: Normal(8.0),
|
||||
),
|
||||
)),
|
||||
quality: Moderate,
|
||||
)
|
||||
)
|
@ -1,14 +1,12 @@
|
||||
ItemDef(
|
||||
name: "Agile Chest",
|
||||
description: "'Tightly packed pieces of leather to endure all weather.'",
|
||||
kind: Armor(
|
||||
(
|
||||
kind: Chest("Leather2"),
|
||||
stats: (
|
||||
protection: Normal(8.0),
|
||||
poise_protection: Normal(8.0),
|
||||
),
|
||||
)
|
||||
),
|
||||
description: "Tightly packed pieces of leather to endure all weather.",
|
||||
kind: Armor((
|
||||
kind: Chest("Leather2"),
|
||||
stats: (
|
||||
protection: Normal(8.0),
|
||||
poise_protection: Normal(3.0),
|
||||
),
|
||||
)),
|
||||
quality: Moderate,
|
||||
)
|
||||
)
|
@ -1,14 +1,12 @@
|
||||
ItemDef(
|
||||
name: "Iron Chestplate",
|
||||
description: "Formed iron plate resulting in very heavy but solid protection, worn over a simple rough linen shirt, dyed green.",
|
||||
kind: Armor(
|
||||
(
|
||||
kind: Chest("PlateGreen0"),
|
||||
stats: (
|
||||
protection: Normal(20.0),
|
||||
poise_protection: Normal(20.0),
|
||||
),
|
||||
)
|
||||
),
|
||||
kind: Armor((
|
||||
kind: Chest("PlateGreen0"),
|
||||
stats: (
|
||||
protection: Normal(20.0),
|
||||
poise_protection: Normal(18.0),
|
||||
),
|
||||
)),
|
||||
quality: Moderate,
|
||||
)
|
||||
)
|
12
assets/common/items/armor/chest/rugged_chest.ron
Normal file
12
assets/common/items/armor/chest/rugged_chest.ron
Normal file
@ -0,0 +1,12 @@
|
||||
ItemDef(
|
||||
name: "Rugged Shirt",
|
||||
description: "Smells like Adventure.",
|
||||
kind: Armor((
|
||||
kind: Chest("Rugged0"),
|
||||
stats: (
|
||||
protection: Normal(1.0),
|
||||
poise_protection: Normal(1.0),
|
||||
),
|
||||
)),
|
||||
quality: Low,
|
||||
)
|
@ -1,14 +1,12 @@
|
||||
ItemDef(
|
||||
name: "Steel Cuirass",
|
||||
description: "The metal alloy provides a somewhat lighter and stronger cuirass.",
|
||||
kind: Armor(
|
||||
(
|
||||
kind: Chest("Steel0"),
|
||||
stats: (
|
||||
protection: Normal(25.0),
|
||||
poise_protection: Normal(25.0),
|
||||
),
|
||||
)
|
||||
),
|
||||
kind: Armor((
|
||||
kind: Chest("Steel0"),
|
||||
stats: (
|
||||
protection: Normal(25.0),
|
||||
poise_protection: Normal(40.0),
|
||||
),
|
||||
)),
|
||||
quality: High,
|
||||
)
|
||||
)
|
@ -1,14 +1,12 @@
|
||||
ItemDef(
|
||||
name: "Tarasque Cuirass",
|
||||
description: "The rough protective underbelly and back of a tarasque's shell, formed to fit humanoid proportions.",
|
||||
kind: Armor(
|
||||
(
|
||||
kind: Chest("Tarasque"),
|
||||
stats: (
|
||||
protection: Normal(25.0),
|
||||
poise_protection: Normal(25.0),
|
||||
),
|
||||
)
|
||||
),
|
||||
description: "The rough protective underbelly and back of a tarasque\'s shell, formed to fit humanoid proportions.",
|
||||
kind: Armor((
|
||||
kind: Chest("Tarasque"),
|
||||
stats: (
|
||||
protection: Normal(25.0),
|
||||
poise_protection: Normal(30.0),
|
||||
),
|
||||
)),
|
||||
quality: High,
|
||||
)
|
||||
)
|
@ -1,14 +1,12 @@
|
||||
ItemDef(
|
||||
name: "Twig Shirt",
|
||||
description: "Small sticks magically imbued to hold together to form a shirt.",
|
||||
kind: Armor(
|
||||
(
|
||||
kind: Chest("Twig"),
|
||||
stats: (
|
||||
protection: Normal(15.0),
|
||||
poise_protection: Normal(15.0),
|
||||
),
|
||||
)
|
||||
),
|
||||
kind: Armor((
|
||||
kind: Chest("Twig"),
|
||||
stats: (
|
||||
protection: Normal(15.0),
|
||||
poise_protection: Normal(10.0),
|
||||
),
|
||||
)),
|
||||
quality: Moderate,
|
||||
)
|
||||
)
|
@ -1,14 +1,12 @@
|
||||
ItemDef(
|
||||
name: "Flowery Shirt",
|
||||
description: "Magically imbued twigs decorated with flowers and their stems, letting others know your intentions of peace and love.",
|
||||
kind: Armor(
|
||||
(
|
||||
kind: Chest("Twigsflowers"),
|
||||
stats: (
|
||||
protection: Normal(15.0),
|
||||
poise_protection: Normal(15.0),
|
||||
),
|
||||
)
|
||||
),
|
||||
kind: Armor((
|
||||
kind: Chest("Twigsflowers"),
|
||||
stats: (
|
||||
protection: Normal(15.0),
|
||||
poise_protection: Normal(8.0),
|
||||
),
|
||||
)),
|
||||
quality: Moderate,
|
||||
)
|
||||
)
|
@ -1,14 +1,12 @@
|
||||
ItemDef(
|
||||
name: "Leafy Shirt",
|
||||
description: "Leaves cover the magically imbued twig shirt, providing a more natural appearance.",
|
||||
kind: Armor(
|
||||
(
|
||||
kind: Chest("Twigsleaves"),
|
||||
stats: (
|
||||
protection: Normal(15.0),
|
||||
poise_protection: Normal(15.0),
|
||||
),
|
||||
)
|
||||
),
|
||||
kind: Armor((
|
||||
kind: Chest("Twigsleaves"),
|
||||
stats: (
|
||||
protection: Normal(15.0),
|
||||
poise_protection: Normal(10.0),
|
||||
),
|
||||
)),
|
||||
quality: Moderate,
|
||||
)
|
||||
)
|
@ -1,14 +1,12 @@
|
||||
ItemDef(
|
||||
name: "Velorite Battlemage Vest",
|
||||
description: "",
|
||||
kind: Armor(
|
||||
(
|
||||
kind: Chest("VeloriteMage0"),
|
||||
stats: (
|
||||
protection: Normal(28.0),
|
||||
poise_protection: Normal(28.0),
|
||||
),
|
||||
)
|
||||
),
|
||||
kind: Armor((
|
||||
kind: Chest("VeloriteMage0"),
|
||||
stats: (
|
||||
protection: Normal(28.0),
|
||||
poise_protection: Normal(20.0),
|
||||
),
|
||||
)),
|
||||
quality: High,
|
||||
)
|
||||
)
|
@ -1,14 +1,12 @@
|
||||
ItemDef(
|
||||
name: "Warlock Vest",
|
||||
description: "Belong to a mighty warlock.",
|
||||
kind: Armor(
|
||||
(
|
||||
kind: Chest("Warlock"),
|
||||
stats: (
|
||||
protection: Normal(40.0),
|
||||
poise_protection: Normal(40.0),
|
||||
),
|
||||
)
|
||||
),
|
||||
kind: Armor((
|
||||
kind: Chest("Warlock"),
|
||||
stats: (
|
||||
protection: Normal(40.0),
|
||||
poise_protection: Normal(29.0),
|
||||
),
|
||||
)),
|
||||
quality: Moderate,
|
||||
)
|
||||
)
|
@ -1,14 +1,12 @@
|
||||
ItemDef(
|
||||
name: "Warlord Cuirass",
|
||||
description: "Belong to a mighty warlord.",
|
||||
kind: Armor(
|
||||
(
|
||||
kind: Chest("Warlord"),
|
||||
stats: (
|
||||
protection: Normal(40.0),
|
||||
poise_protection: Normal(40.0),
|
||||
),
|
||||
)
|
||||
),
|
||||
kind: Armor((
|
||||
kind: Chest("Warlord"),
|
||||
stats: (
|
||||
protection: Normal(40.0),
|
||||
poise_protection: Normal(29.0),
|
||||
),
|
||||
)),
|
||||
quality: Moderate,
|
||||
)
|
||||
)
|
@ -1,14 +1,12 @@
|
||||
ItemDef(
|
||||
name: "Green Worker Shirt",
|
||||
description: "Was used by a farmer, until recently.",
|
||||
kind: Armor(
|
||||
(
|
||||
kind: Chest("WorkerGreen0"),
|
||||
stats: (
|
||||
protection: Normal(1.0),
|
||||
poise_protection: Normal(1.0),
|
||||
),
|
||||
)
|
||||
),
|
||||
kind: Armor((
|
||||
kind: Chest("WorkerGreen0"),
|
||||
stats: (
|
||||
protection: Normal(1.0),
|
||||
poise_protection: Normal(1.0),
|
||||
),
|
||||
)),
|
||||
quality: Low,
|
||||
)
|
||||
)
|
@ -1,14 +1,12 @@
|
||||
ItemDef(
|
||||
name: "Green Worker Shirt",
|
||||
description: "Was used by a farmer, until recently.",
|
||||
kind: Armor(
|
||||
(
|
||||
kind: Chest("WorkerGreen1"),
|
||||
stats: (
|
||||
protection: Normal(1.0),
|
||||
poise_protection: Normal(1.0),
|
||||
),
|
||||
)
|
||||
),
|
||||
kind: Armor((
|
||||
kind: Chest("WorkerGreen1"),
|
||||
stats: (
|
||||
protection: Normal(1.0),
|
||||
poise_protection: Normal(1.0),
|
||||
),
|
||||
)),
|
||||
quality: Low,
|
||||
)
|
||||
)
|
@ -1,14 +1,12 @@
|
||||
ItemDef(
|
||||
name: "Orange Worker Shirt",
|
||||
description: "Was used by a farmer, until recently.",
|
||||
kind: Armor(
|
||||
(
|
||||
kind: Chest("WorkerOrange0"),
|
||||
stats: (
|
||||
protection: Normal(1.0),
|
||||
poise_protection: Normal(1.0),
|
||||
),
|
||||
)
|
||||
),
|
||||
kind: Armor((
|
||||
kind: Chest("WorkerOrange0"),
|
||||
stats: (
|
||||
protection: Normal(1.0),
|
||||
poise_protection: Normal(1.0),
|
||||
),
|
||||
)),
|
||||
quality: Low,
|
||||
)
|
||||
)
|
@ -1,14 +1,12 @@
|
||||
ItemDef(
|
||||
name: "Orange Worker Shirt",
|
||||
description: "Was used by a farmer, until recently.",
|
||||
kind: Armor(
|
||||
(
|
||||
kind: Chest("WorkerOrange1"),
|
||||
stats: (
|
||||
protection: Normal(1.0),
|
||||
poise_protection: Normal(1.0),
|
||||
),
|
||||
)
|
||||
),
|
||||
kind: Armor((
|
||||
kind: Chest("WorkerOrange1"),
|
||||
stats: (
|
||||
protection: Normal(1.0),
|
||||
poise_protection: Normal(1.0),
|
||||
),
|
||||
)),
|
||||
quality: Low,
|
||||
)
|
||||
)
|
@ -1,14 +1,12 @@
|
||||
ItemDef(
|
||||
name: "Purple Worker Shirt",
|
||||
description: "Was used by a farmer, until recently.",
|
||||
kind: Armor(
|
||||
(
|
||||
kind: Chest("WorkerPurple0"),
|
||||
stats: (
|
||||
protection: Normal(1.0),
|
||||
poise_protection: Normal(1.0),
|
||||
),
|
||||
)
|
||||
),
|
||||
kind: Armor((
|
||||
kind: Chest("WorkerPurple0"),
|
||||
stats: (
|
||||
protection: Normal(1.0),
|
||||
poise_protection: Normal(1.0),
|
||||
),
|
||||
)),
|
||||
quality: Low,
|
||||
)
|
||||
)
|
@ -1,14 +1,12 @@
|
||||
ItemDef(
|
||||
name: "Purple Worker Shirt",
|
||||
description: "Was used by a farmer, until recently.",
|
||||
kind: Armor(
|
||||
(
|
||||
kind: Chest("WorkerPurple1"),
|
||||
stats: (
|
||||
protection: Normal(1.0),
|
||||
poise_protection: Normal(1.0),
|
||||
),
|
||||
)
|
||||
),
|
||||
kind: Armor((
|
||||
kind: Chest("WorkerPurple1"),
|
||||
stats: (
|
||||
protection: Normal(1.0),
|
||||
poise_protection: Normal(1.0),
|
||||
),
|
||||
)),
|
||||
quality: Low,
|
||||
)
|
||||
)
|
@ -1,14 +1,12 @@
|
||||
ItemDef(
|
||||
name: "Red Worker Shirt",
|
||||
description: "Was used by a farmer, until recently.",
|
||||
kind: Armor(
|
||||
(
|
||||
kind: Chest("WorkerRed0"),
|
||||
stats: (
|
||||
protection: Normal(1.0),
|
||||
poise_protection: Normal(1.0),
|
||||
),
|
||||
)
|
||||
),
|
||||
kind: Armor((
|
||||
kind: Chest("WorkerRed0"),
|
||||
stats: (
|
||||
protection: Normal(1.0),
|
||||
poise_protection: Normal(1.0),
|
||||
),
|
||||
)),
|
||||
quality: Low,
|
||||
)
|
||||
)
|
@ -1,14 +1,12 @@
|
||||
ItemDef(
|
||||
name: "Red Worker Shirt",
|
||||
description: "Was used by a farmer, until recently.",
|
||||
kind: Armor(
|
||||
(
|
||||
kind: Chest("WorkerRed1"),
|
||||
stats: (
|
||||
protection: Normal(1.0),
|
||||
poise_protection: Normal(1.0),
|
||||
),
|
||||
)
|
||||
),
|
||||
kind: Armor((
|
||||
kind: Chest("WorkerRed1"),
|
||||
stats: (
|
||||
protection: Normal(1.0),
|
||||
poise_protection: Normal(1.0),
|
||||
),
|
||||
)),
|
||||
quality: Low,
|
||||
)
|
||||
)
|
@ -1,14 +1,12 @@
|
||||
ItemDef(
|
||||
name: "Yellow Worker Shirt",
|
||||
description: "Was used by a farmer, until recently.",
|
||||
kind: Armor(
|
||||
(
|
||||
kind: Chest("WorkerYellow0"),
|
||||
stats: (
|
||||
protection: Normal(1.0),
|
||||
poise_protection: Normal(1.0),
|
||||
),
|
||||
)
|
||||
),
|
||||
kind: Armor((
|
||||
kind: Chest("WorkerYellow0"),
|
||||
stats: (
|
||||
protection: Normal(1.0),
|
||||
poise_protection: Normal(1.0),
|
||||
),
|
||||
)),
|
||||
quality: Low,
|
||||
)
|
||||
)
|
@ -1,14 +1,12 @@
|
||||
ItemDef(
|
||||
name: "Yellow Worker Shirt",
|
||||
description: "Was used by a farmer, until recently.",
|
||||
kind: Armor(
|
||||
(
|
||||
kind: Chest("WorkerYellow1"),
|
||||
stats: (
|
||||
protection: Normal(1.0),
|
||||
poise_protection: Normal(1.0),
|
||||
),
|
||||
)
|
||||
),
|
||||
kind: Armor((
|
||||
kind: Chest("WorkerYellow1"),
|
||||
stats: (
|
||||
protection: Normal(1.0),
|
||||
poise_protection: Normal(1.0),
|
||||
),
|
||||
)),
|
||||
quality: Low,
|
||||
)
|
||||
)
|
@ -1,14 +1,12 @@
|
||||
ItemDef(
|
||||
name: "Assassin Boots",
|
||||
description: "Only the best for a member of the creed.",
|
||||
kind: Armor(
|
||||
(
|
||||
kind: Foot("Assassin"),
|
||||
stats: (
|
||||
protection: Normal(4.0),
|
||||
poise_protection: Normal(4.0),
|
||||
),
|
||||
)
|
||||
),
|
||||
kind: Armor((
|
||||
kind: Foot("Assassin"),
|
||||
stats: (
|
||||
protection: Normal(4.0),
|
||||
poise_protection: Normal(2.0),
|
||||
),
|
||||
)),
|
||||
quality: Moderate,
|
||||
)
|
||||
)
|
@ -1,14 +1,12 @@
|
||||
ItemDef(
|
||||
name: "Bonerattler Boots",
|
||||
description: "Boots made from the claws and hide of a bonerattler.",
|
||||
kind: Armor(
|
||||
(
|
||||
kind: Foot("Bonerattler"),
|
||||
stats: (
|
||||
protection: Normal(5.0),
|
||||
poise_protection: Normal(5.0),
|
||||
),
|
||||
)
|
||||
),
|
||||
kind: Armor((
|
||||
kind: Foot("Bonerattler"),
|
||||
stats: (
|
||||
protection: Normal(5.0),
|
||||
poise_protection: Normal(10.0),
|
||||
),
|
||||
)),
|
||||
quality: High,
|
||||
)
|
||||
)
|
@ -1,14 +1,12 @@
|
||||
ItemDef(
|
||||
name: "Blue Linen Boots",
|
||||
description: "Cobbled rough fabric boots, dyed blue.",
|
||||
kind: Armor(
|
||||
(
|
||||
kind: Foot("ClothBlue0"),
|
||||
stats: (
|
||||
protection: Normal(0.0),
|
||||
poise_protection: Normal(0.0),
|
||||
),
|
||||
)
|
||||
),
|
||||
kind: Armor((
|
||||
kind: Foot("ClothBlue0"),
|
||||
stats: (
|
||||
protection: Normal(0.0),
|
||||
poise_protection: Normal(0.0),
|
||||
),
|
||||
)),
|
||||
quality: Common,
|
||||
)
|
||||
)
|
@ -1,14 +1,12 @@
|
||||
ItemDef(
|
||||
name: "Green Linen Boots",
|
||||
description: "Cobbled rough fabric boots, dyed green.",
|
||||
kind: Armor(
|
||||
(
|
||||
kind: Foot("ClothGreen0"),
|
||||
stats: (
|
||||
protection: Normal(0.0),
|
||||
poise_protection: Normal(0.0),
|
||||
),
|
||||
)
|
||||
),
|
||||
kind: Armor((
|
||||
kind: Foot("ClothGreen0"),
|
||||
stats: (
|
||||
protection: Normal(0.0),
|
||||
poise_protection: Normal(0.0),
|
||||
),
|
||||
)),
|
||||
quality: Common,
|
||||
)
|
||||
)
|
@ -1,14 +1,12 @@
|
||||
ItemDef(
|
||||
name: "Purple Linen Boots",
|
||||
description: "Cobbled rough fabric boots, dyed purple.",
|
||||
kind: Armor(
|
||||
(
|
||||
kind: Foot("ClothPurple0"),
|
||||
stats: (
|
||||
protection: Normal(0.0),
|
||||
poise_protection: Normal(0.0),
|
||||
),
|
||||
)
|
||||
),
|
||||
kind: Armor((
|
||||
kind: Foot("ClothPurple0"),
|
||||
stats: (
|
||||
protection: Normal(0.0),
|
||||
poise_protection: Normal(0.0),
|
||||
),
|
||||
)),
|
||||
quality: Common,
|
||||
)
|
||||
)
|
@ -1,14 +1,12 @@
|
||||
ItemDef(
|
||||
name: "Cultist Boots",
|
||||
description: "Ceremonial attire used by members.",
|
||||
kind: Armor(
|
||||
(
|
||||
kind: Foot("Cultist"),
|
||||
stats: (
|
||||
protection: Normal(6.0),
|
||||
poise_protection: Normal(6.0),
|
||||
),
|
||||
)
|
||||
),
|
||||
kind: Armor((
|
||||
kind: Foot("Cultist"),
|
||||
stats: (
|
||||
protection: Normal(6.0),
|
||||
poise_protection: Normal(3.0),
|
||||
),
|
||||
)),
|
||||
quality: Epic,
|
||||
)
|
||||
)
|
@ -1,14 +1,12 @@
|
||||
ItemDef(
|
||||
name: "Druid's Slippers",
|
||||
name: "Druid\'s Slippers",
|
||||
description: "For treading softly through the woods.",
|
||||
kind: Armor(
|
||||
(
|
||||
kind: Foot("Druid"),
|
||||
stats: (
|
||||
protection: Normal(1.0),
|
||||
poise_protection: Normal(1.0),
|
||||
),
|
||||
)
|
||||
),
|
||||
kind: Armor((
|
||||
kind: Foot("Druid"),
|
||||
stats: (
|
||||
protection: Normal(1.0),
|
||||
poise_protection: Normal(1.0),
|
||||
),
|
||||
)),
|
||||
quality: Moderate,
|
||||
)
|
||||
)
|
@ -1,14 +1,12 @@
|
||||
ItemDef(
|
||||
name: "Fluffy Jackalope Slippers",
|
||||
description: "So warm and cozy!",
|
||||
kind: Armor(
|
||||
(
|
||||
kind: Foot("JackalopeSlips"),
|
||||
stats: (
|
||||
protection: Normal(0.0),
|
||||
poise_protection: Normal(0.0),
|
||||
),
|
||||
)
|
||||
),
|
||||
kind: Armor((
|
||||
kind: Foot("JackalopeSlips"),
|
||||
stats: (
|
||||
protection: Normal(0.0),
|
||||
poise_protection: Normal(10.0),
|
||||
),
|
||||
)),
|
||||
quality: High,
|
||||
)
|
||||
)
|
@ -1,14 +1,12 @@
|
||||
ItemDef(
|
||||
name: "Swift Boots",
|
||||
description: "Swift like the wind.",
|
||||
kind: Armor(
|
||||
(
|
||||
kind: Foot("Leather0"),
|
||||
stats: (
|
||||
protection: Normal(2.0),
|
||||
poise_protection: Normal(2.0),
|
||||
),
|
||||
)
|
||||
),
|
||||
kind: Armor((
|
||||
kind: Foot("Leather0"),
|
||||
stats: (
|
||||
protection: Normal(2.0),
|
||||
poise_protection: Normal(2.0),
|
||||
),
|
||||
)),
|
||||
quality: Common,
|
||||
)
|
||||
)
|
@ -1,14 +1,12 @@
|
||||
ItemDef(
|
||||
name: "Leather Boots",
|
||||
description: "Boots made of simple leather.",
|
||||
kind: Armor(
|
||||
(
|
||||
kind: Foot("Leather2"),
|
||||
stats: (
|
||||
protection: Normal(2.0),
|
||||
poise_protection: Normal(2.0),
|
||||
),
|
||||
)
|
||||
),
|
||||
kind: Armor((
|
||||
kind: Foot("Leather2"),
|
||||
stats: (
|
||||
protection: Normal(2.0),
|
||||
poise_protection: Normal(3.0),
|
||||
),
|
||||
)),
|
||||
quality: Common,
|
||||
)
|
||||
)
|
@ -1,14 +1,12 @@
|
||||
ItemDef(
|
||||
name: "Agile Kickers",
|
||||
description: "'Tightly packed pieces of leather to endure all weather.",
|
||||
kind: Armor(
|
||||
(
|
||||
kind: Foot("Leather2"),
|
||||
stats: (
|
||||
protection: Normal(2.0),
|
||||
poise_protection: Normal(2.0),
|
||||
),
|
||||
)
|
||||
),
|
||||
description: "\'Tightly packed pieces of leather to endure all weather.",
|
||||
kind: Armor((
|
||||
kind: Foot("Leather2"),
|
||||
stats: (
|
||||
protection: Normal(2.0),
|
||||
poise_protection: Normal(1.0),
|
||||
),
|
||||
)),
|
||||
quality: Moderate,
|
||||
)
|
||||
)
|
@ -1,14 +1,12 @@
|
||||
ItemDef(
|
||||
name: "Iron Feet",
|
||||
description: "Quickly shaped iron plates, forming boots that are uncomfortable but durable.",
|
||||
kind: Armor(
|
||||
(
|
||||
kind: Foot("Plate0"),
|
||||
stats: (
|
||||
protection: Normal(4.0),
|
||||
poise_protection: Normal(4.0),
|
||||
),
|
||||
)
|
||||
),
|
||||
kind: Armor((
|
||||
kind: Foot("Plate0"),
|
||||
stats: (
|
||||
protection: Normal(4.0),
|
||||
poise_protection: Normal(8.0),
|
||||
),
|
||||
)),
|
||||
quality: Moderate,
|
||||
)
|
||||
)
|
12
assets/common/items/armor/foot/sandals_0.ron
Normal file
12
assets/common/items/armor/foot/sandals_0.ron
Normal file
@ -0,0 +1,12 @@
|
||||
ItemDef(
|
||||
name: "Worn out Sandals",
|
||||
description: "Loyal companions.",
|
||||
kind: Armor((
|
||||
kind: Foot("Sandal0"),
|
||||
stats: (
|
||||
protection: Normal(0.0),
|
||||
poise_protection: Normal(0.0),
|
||||
),
|
||||
)),
|
||||
quality: Low,
|
||||
)
|
@ -1,14 +1,12 @@
|
||||
ItemDef(
|
||||
name: "Steel Boots",
|
||||
description: "Metal alloy boots providing a more comfortable and durable protection.",
|
||||
kind: Armor(
|
||||
(
|
||||
kind: Foot("Steel0"),
|
||||
stats: (
|
||||
protection: Normal(5.0),
|
||||
poise_protection: Normal(5.0),
|
||||
),
|
||||
)
|
||||
),
|
||||
kind: Armor((
|
||||
kind: Foot("Steel0"),
|
||||
stats: (
|
||||
protection: Normal(5.0),
|
||||
poise_protection: Normal(10.0),
|
||||
),
|
||||
)),
|
||||
quality: High,
|
||||
)
|
||||
)
|
@ -1,14 +1,12 @@
|
||||
ItemDef(
|
||||
name: "Tarasque Boots",
|
||||
description: "Tarasque claws form the outside of these boots, protecting the wearer's feet.",
|
||||
kind: Armor(
|
||||
(
|
||||
kind: Foot("Tarasque"),
|
||||
stats: (
|
||||
protection: Normal(5.0),
|
||||
poise_protection: Normal(5.0),
|
||||
),
|
||||
)
|
||||
),
|
||||
description: "Tarasque claws form the outside of these boots, protecting the wearer\'s feet.",
|
||||
kind: Armor((
|
||||
kind: Foot("Tarasque"),
|
||||
stats: (
|
||||
protection: Normal(5.0),
|
||||
poise_protection: Normal(9.0),
|
||||
),
|
||||
)),
|
||||
quality: High,
|
||||
)
|
||||
)
|
@ -1,14 +1,12 @@
|
||||
ItemDef(
|
||||
name: "Twig Boots",
|
||||
description: "Small twigs intertwined and imbued with magic to provide simple protection.",
|
||||
kind: Armor(
|
||||
(
|
||||
kind: Foot("Twig"),
|
||||
stats: (
|
||||
protection: Normal(3.0),
|
||||
poise_protection: Normal(3.0),
|
||||
),
|
||||
)
|
||||
),
|
||||
kind: Armor((
|
||||
kind: Foot("Twig"),
|
||||
stats: (
|
||||
protection: Normal(3.0),
|
||||
poise_protection: Normal(2.0),
|
||||
),
|
||||
)),
|
||||
quality: Moderate,
|
||||
)
|
||||
)
|
@ -1,14 +1,12 @@
|
||||
ItemDef(
|
||||
name: "Flowery Boots",
|
||||
description: "Woven and magically imbued, these boots of twigs and flowers provide simple protection and peace to the wearer.",
|
||||
kind: Armor(
|
||||
(
|
||||
kind: Foot("Twigsflowers"),
|
||||
stats: (
|
||||
protection: Normal(3.0),
|
||||
poise_protection: Normal(3.0),
|
||||
),
|
||||
)
|
||||
),
|
||||
kind: Armor((
|
||||
kind: Foot("Twigsflowers"),
|
||||
stats: (
|
||||
protection: Normal(3.0),
|
||||
poise_protection: Normal(2.0),
|
||||
),
|
||||
)),
|
||||
quality: Moderate,
|
||||
)
|
||||
)
|
@ -1,14 +1,12 @@
|
||||
ItemDef(
|
||||
name: "Leafy Boots",
|
||||
description: "Leaves cover the magically entwined twigs to provide simple protection from the elements.",
|
||||
kind: Armor(
|
||||
(
|
||||
kind: Foot("Twigsleaves"),
|
||||
stats: (
|
||||
protection: Normal(3.0),
|
||||
poise_protection: Normal(3.0),
|
||||
),
|
||||
)
|
||||
),
|
||||
kind: Armor((
|
||||
kind: Foot("Twigsleaves"),
|
||||
stats: (
|
||||
protection: Normal(3.0),
|
||||
poise_protection: Normal(2.0),
|
||||
),
|
||||
)),
|
||||
quality: Moderate,
|
||||
)
|
||||
)
|
@ -1,14 +1,12 @@
|
||||
ItemDef(
|
||||
name: "Velorite Battlemage Boots",
|
||||
description: "",
|
||||
kind: Armor(
|
||||
(
|
||||
kind: Foot("VeloriteMage0"),
|
||||
stats: (
|
||||
protection: Normal(5.9),
|
||||
poise_protection: Normal(5.9),
|
||||
),
|
||||
)
|
||||
),
|
||||
kind: Armor((
|
||||
kind: Foot("VeloriteMage0"),
|
||||
stats: (
|
||||
protection: Normal(5.9),
|
||||
poise_protection: Normal(5.0),
|
||||
),
|
||||
)),
|
||||
quality: High,
|
||||
)
|
||||
)
|
@ -1,14 +1,12 @@
|
||||
ItemDef(
|
||||
name: "Warlock Slippers",
|
||||
description: "Belong to a mighty warlock.",
|
||||
kind: Armor(
|
||||
(
|
||||
kind: Foot("Warlock"),
|
||||
stats: (
|
||||
protection: Normal(8.0),
|
||||
poise_protection: Normal(8.0),
|
||||
),
|
||||
)
|
||||
),
|
||||
kind: Armor((
|
||||
kind: Foot("Warlock"),
|
||||
stats: (
|
||||
protection: Normal(8.0),
|
||||
poise_protection: Normal(5.0),
|
||||
),
|
||||
)),
|
||||
quality: Moderate,
|
||||
)
|
||||
)
|
@ -1,14 +1,12 @@
|
||||
ItemDef(
|
||||
name: "Warlord Feet",
|
||||
description: "Belong to a mighty warlord.",
|
||||
kind: Armor(
|
||||
(
|
||||
kind: Foot("Warlord"),
|
||||
stats: (
|
||||
protection: Normal(8.0),
|
||||
poise_protection: Normal(8.0),
|
||||
),
|
||||
)
|
||||
),
|
||||
kind: Armor((
|
||||
kind: Foot("Warlord"),
|
||||
stats: (
|
||||
protection: Normal(8.0),
|
||||
poise_protection: Normal(6.0),
|
||||
),
|
||||
)),
|
||||
quality: Moderate,
|
||||
)
|
||||
)
|
@ -1,14 +1,12 @@
|
||||
ItemDef(
|
||||
name: "Assassin Gloves",
|
||||
description: "Only the best for a member of the creed.",
|
||||
kind: Armor(
|
||||
(
|
||||
kind: Hand("Assassin"),
|
||||
stats: (
|
||||
protection: Normal(6.0),
|
||||
poise_protection: Normal(6.0),
|
||||
),
|
||||
)
|
||||
),
|
||||
kind: Armor((
|
||||
kind: Hand("Assassin"),
|
||||
stats: (
|
||||
protection: Normal(6.0),
|
||||
poise_protection: Normal(3.0),
|
||||
),
|
||||
)),
|
||||
quality: Moderate,
|
||||
)
|
||||
)
|
@ -1,14 +1,12 @@
|
||||
ItemDef(
|
||||
name: "Bonerattler Gauntlets",
|
||||
description: "The hide and bone from a bonerattler provide strong protection for the wearer.",
|
||||
kind: Armor(
|
||||
(
|
||||
kind: Hand("Bonerattler"),
|
||||
stats: (
|
||||
protection: Normal(10.0),
|
||||
poise_protection: Normal(10.0),
|
||||
),
|
||||
)
|
||||
),
|
||||
kind: Armor((
|
||||
kind: Hand("Bonerattler"),
|
||||
stats: (
|
||||
protection: Normal(10.0),
|
||||
poise_protection: Normal(12.0),
|
||||
),
|
||||
)),
|
||||
quality: High,
|
||||
)
|
||||
)
|
@ -1,14 +1,12 @@
|
||||
ItemDef(
|
||||
name: "Blue Linen Wrists",
|
||||
description: "Rough cloth bracelets provide a stylish fashion statement, dyed blue.",
|
||||
kind: Armor(
|
||||
(
|
||||
kind: Hand("ClothBlue0"),
|
||||
stats: (
|
||||
protection: Normal(0.0),
|
||||
poise_protection: Normal(0.0),
|
||||
),
|
||||
)
|
||||
),
|
||||
kind: Armor((
|
||||
kind: Hand("ClothBlue0"),
|
||||
stats: (
|
||||
protection: Normal(0.0),
|
||||
poise_protection: Normal(0.0),
|
||||
),
|
||||
)),
|
||||
quality: Common,
|
||||
)
|
||||
)
|
@ -1,14 +1,12 @@
|
||||
ItemDef(
|
||||
name: "Green Linen Wrists",
|
||||
description: "Rough cloth bracelets provide a stylish fashion statement, dyed green.",
|
||||
kind: Armor(
|
||||
(
|
||||
kind: Hand("ClothGreen0"),
|
||||
stats: (
|
||||
protection: Normal(0.0),
|
||||
poise_protection: Normal(0.0),
|
||||
),
|
||||
)
|
||||
),
|
||||
kind: Armor((
|
||||
kind: Hand("ClothGreen0"),
|
||||
stats: (
|
||||
protection: Normal(0.0),
|
||||
poise_protection: Normal(0.0),
|
||||
),
|
||||
)),
|
||||
quality: Common,
|
||||
)
|
||||
)
|
@ -1,14 +1,12 @@
|
||||
ItemDef(
|
||||
name: "Purple Silk Wrists",
|
||||
description: "Rough cloth bracelets provide a stylish fashion statement, dyed purple.",
|
||||
kind: Armor(
|
||||
(
|
||||
kind: Hand("ClothPurple0"),
|
||||
stats: (
|
||||
protection: Normal(0.0),
|
||||
poise_protection: Normal(0.0),
|
||||
),
|
||||
)
|
||||
),
|
||||
kind: Armor((
|
||||
kind: Hand("ClothPurple0"),
|
||||
stats: (
|
||||
protection: Normal(0.0),
|
||||
poise_protection: Normal(0.0),
|
||||
),
|
||||
)),
|
||||
quality: Common,
|
||||
)
|
||||
)
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user