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:
19
veloren/assets/common/items/armor/cultist/bandana.ron
Normal file
19
veloren/assets/common/items/armor/cultist/bandana.ron
Normal file
@@ -0,0 +1,19 @@
|
||||
ItemDef(
|
||||
legacy_name: "Cultist Bandana",
|
||||
legacy_description: "Ceremonial attire used by members.",
|
||||
kind: Armor((
|
||||
kind: Head,
|
||||
stats: Direct((
|
||||
protection: Some(Normal(6.0)),
|
||||
poise_resilience: Some(Normal(1.0)),
|
||||
energy_max: Some(2.0),
|
||||
energy_reward: Some(0.025),
|
||||
precision_power: Some(0.008),
|
||||
stealth: Some(0.04),
|
||||
)),
|
||||
)),
|
||||
quality: Epic,
|
||||
tags: [
|
||||
Cultist,
|
||||
],
|
||||
)
|
||||
12
veloren/assets/common/items/armor/cultist/belt.ron
Normal file
12
veloren/assets/common/items/armor/cultist/belt.ron
Normal file
@@ -0,0 +1,12 @@
|
||||
ItemDef(
|
||||
legacy_name: "Cultist Belt",
|
||||
legacy_description: "Ceremonial attire used by members.",
|
||||
kind: Armor((
|
||||
kind: Belt,
|
||||
stats: FromSet("Cultist"),
|
||||
)),
|
||||
quality: Epic,
|
||||
tags: [
|
||||
Cultist,
|
||||
],
|
||||
)
|
||||
12
veloren/assets/common/items/armor/cultist/chest.ron
Normal file
12
veloren/assets/common/items/armor/cultist/chest.ron
Normal file
@@ -0,0 +1,12 @@
|
||||
ItemDef(
|
||||
legacy_name: "Cultist Chest",
|
||||
legacy_description: "Ceremonial attire used by members.",
|
||||
kind: Armor((
|
||||
kind: Chest,
|
||||
stats: FromSet("Cultist"),
|
||||
)),
|
||||
quality: Epic,
|
||||
tags: [
|
||||
Cultist,
|
||||
],
|
||||
)
|
||||
12
veloren/assets/common/items/armor/cultist/foot.ron
Normal file
12
veloren/assets/common/items/armor/cultist/foot.ron
Normal file
@@ -0,0 +1,12 @@
|
||||
ItemDef(
|
||||
legacy_name: "Cultist Boots",
|
||||
legacy_description: "Ceremonial attire used by members.",
|
||||
kind: Armor((
|
||||
kind: Foot,
|
||||
stats: FromSet("Cultist"),
|
||||
)),
|
||||
quality: Epic,
|
||||
tags: [
|
||||
Cultist,
|
||||
],
|
||||
)
|
||||
12
veloren/assets/common/items/armor/cultist/hand.ron
Normal file
12
veloren/assets/common/items/armor/cultist/hand.ron
Normal file
@@ -0,0 +1,12 @@
|
||||
ItemDef(
|
||||
legacy_name: "Cultist Gloves",
|
||||
legacy_description: "Ceremonial attire used by members.",
|
||||
kind: Armor((
|
||||
kind: Hand,
|
||||
stats: FromSet("Cultist"),
|
||||
)),
|
||||
quality: Epic,
|
||||
tags: [
|
||||
Cultist,
|
||||
],
|
||||
)
|
||||
15
veloren/assets/common/items/armor/cultist/necklace.ron
Normal file
15
veloren/assets/common/items/armor/cultist/necklace.ron
Normal file
@@ -0,0 +1,15 @@
|
||||
ItemDef(
|
||||
legacy_name: "Cultist Amulet",
|
||||
legacy_description: "You can still feel the Mindflayer's presence within this amulet...",
|
||||
kind: Armor((
|
||||
kind: Neck,
|
||||
stats: Direct((
|
||||
protection: Some(Normal(2.0)),
|
||||
energy_max: Some(4.5),
|
||||
energy_reward: Some(0.0275),
|
||||
precision_power: Some(0.015),
|
||||
)),
|
||||
)),
|
||||
quality: Epic,
|
||||
tags: [],
|
||||
)
|
||||
12
veloren/assets/common/items/armor/cultist/pants.ron
Normal file
12
veloren/assets/common/items/armor/cultist/pants.ron
Normal file
@@ -0,0 +1,12 @@
|
||||
ItemDef(
|
||||
legacy_name: "Cultist Skirt",
|
||||
legacy_description: "Ceremonial attire used by members.",
|
||||
kind: Armor((
|
||||
kind: Pants,
|
||||
stats: FromSet("Cultist"),
|
||||
)),
|
||||
quality: Epic,
|
||||
tags: [
|
||||
Cultist,
|
||||
],
|
||||
)
|
||||
15
veloren/assets/common/items/armor/cultist/ring.ron
Normal file
15
veloren/assets/common/items/armor/cultist/ring.ron
Normal file
@@ -0,0 +1,15 @@
|
||||
ItemDef(
|
||||
legacy_name: "Cultist Signet Ring",
|
||||
legacy_description: "Once belonged to a cultist.",
|
||||
kind: Armor((
|
||||
kind: Ring,
|
||||
stats: Direct((
|
||||
protection: Some(Normal(0.5)),
|
||||
energy_max: Some(2.5),
|
||||
energy_reward: Some(0.0125),
|
||||
precision_power: Some(0.01),
|
||||
)),
|
||||
)),
|
||||
quality: Epic,
|
||||
tags: [],
|
||||
)
|
||||
12
veloren/assets/common/items/armor/cultist/shoulder.ron
Normal file
12
veloren/assets/common/items/armor/cultist/shoulder.ron
Normal file
@@ -0,0 +1,12 @@
|
||||
ItemDef(
|
||||
legacy_name: "Cultist Mantle",
|
||||
legacy_description: "Ceremonial attire used by members.",
|
||||
kind: Armor((
|
||||
kind: Shoulder,
|
||||
stats: FromSet("Cultist"),
|
||||
)),
|
||||
quality: Epic,
|
||||
tags: [
|
||||
Cultist,
|
||||
],
|
||||
)
|
||||
Reference in New Issue
Block a user