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:
10
veloren/assets/common/items/armor/brinestone/back.ron
Normal file
10
veloren/assets/common/items/armor/brinestone/back.ron
Normal file
@@ -0,0 +1,10 @@
|
||||
ItemDef(
|
||||
legacy_name: "Brinestone Cloak",
|
||||
legacy_description: "It's not weak.",
|
||||
kind: Armor((
|
||||
kind: Back,
|
||||
stats: FromSet("Brinestone"),
|
||||
)),
|
||||
quality: Legendary,
|
||||
tags: [],
|
||||
)
|
||||
10
veloren/assets/common/items/armor/brinestone/belt.ron
Normal file
10
veloren/assets/common/items/armor/brinestone/belt.ron
Normal file
@@ -0,0 +1,10 @@
|
||||
ItemDef(
|
||||
legacy_name: "Brinestone Belt",
|
||||
legacy_description: "Ties it together.",
|
||||
kind: Armor((
|
||||
kind: Belt,
|
||||
stats: FromSet("Brinestone"),
|
||||
)),
|
||||
quality: Legendary,
|
||||
tags: [],
|
||||
)
|
||||
10
veloren/assets/common/items/armor/brinestone/chest.ron
Normal file
10
veloren/assets/common/items/armor/brinestone/chest.ron
Normal file
@@ -0,0 +1,10 @@
|
||||
ItemDef(
|
||||
legacy_name: "Brinestone Chestplate",
|
||||
legacy_description: "Hard to pierce.",
|
||||
kind: Armor((
|
||||
kind: Chest,
|
||||
stats: FromSet("Brinestone"),
|
||||
)),
|
||||
quality: Legendary,
|
||||
tags: [],
|
||||
)
|
||||
15
veloren/assets/common/items/armor/brinestone/crown.ron
Normal file
15
veloren/assets/common/items/armor/brinestone/crown.ron
Normal file
@@ -0,0 +1,15 @@
|
||||
ItemDef(
|
||||
legacy_name: "Brinestone Crown",
|
||||
legacy_description: "Makes you look taller.",
|
||||
kind: Armor((
|
||||
kind: Head,
|
||||
stats: Direct((
|
||||
protection: Some(Normal(8.0)),
|
||||
poise_resilience: Some(Normal(4.0)),
|
||||
energy_reward: Some(0.15),
|
||||
precision_power: Some(-0.05),
|
||||
)),
|
||||
)),
|
||||
quality: Legendary,
|
||||
tags: [],
|
||||
)
|
||||
10
veloren/assets/common/items/armor/brinestone/foot.ron
Normal file
10
veloren/assets/common/items/armor/brinestone/foot.ron
Normal file
@@ -0,0 +1,10 @@
|
||||
ItemDef(
|
||||
legacy_name: "Brinestone Boots",
|
||||
legacy_description: "Not very comfortable.",
|
||||
kind: Armor((
|
||||
kind: Foot,
|
||||
stats: FromSet("Brinestone"),
|
||||
)),
|
||||
quality: Legendary,
|
||||
tags: [],
|
||||
)
|
||||
10
veloren/assets/common/items/armor/brinestone/hand.ron
Normal file
10
veloren/assets/common/items/armor/brinestone/hand.ron
Normal file
@@ -0,0 +1,10 @@
|
||||
ItemDef(
|
||||
legacy_name: "Brinestone Gauntlets",
|
||||
legacy_description: "Hits like a rock.",
|
||||
kind: Armor((
|
||||
kind: Hand,
|
||||
stats: FromSet("Brinestone"),
|
||||
)),
|
||||
quality: Legendary,
|
||||
tags: [],
|
||||
)
|
||||
10
veloren/assets/common/items/armor/brinestone/pants.ron
Normal file
10
veloren/assets/common/items/armor/brinestone/pants.ron
Normal file
@@ -0,0 +1,10 @@
|
||||
ItemDef(
|
||||
legacy_name: "Brinestone Pants",
|
||||
legacy_description: "Do not tumble.",
|
||||
kind: Armor((
|
||||
kind: Pants,
|
||||
stats: FromSet("Brinestone"),
|
||||
)),
|
||||
quality: Legendary,
|
||||
tags: [],
|
||||
)
|
||||
10
veloren/assets/common/items/armor/brinestone/shoulder.ron
Normal file
10
veloren/assets/common/items/armor/brinestone/shoulder.ron
Normal file
@@ -0,0 +1,10 @@
|
||||
ItemDef(
|
||||
legacy_name: "Brinestone Pads",
|
||||
legacy_description: "Almost too heavy.",
|
||||
kind: Armor((
|
||||
kind: Shoulder,
|
||||
stats: FromSet("Brinestone"),
|
||||
)),
|
||||
quality: Legendary,
|
||||
tags: [],
|
||||
)
|
||||
Reference in New Issue
Block a user