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:
11
veloren/assets/common/items/armor/cardinal/belt.ron
Normal file
11
veloren/assets/common/items/armor/cardinal/belt.ron
Normal file
@@ -0,0 +1,11 @@
|
||||
ItemDef(
|
||||
legacy_name: "Cardinal's Belt",
|
||||
legacy_description: "Seemlessly transitions...",
|
||||
kind: Armor((
|
||||
kind: Belt,
|
||||
stats: FromSet("Cardinal"),
|
||||
)),
|
||||
quality: Legendary,
|
||||
tags: [
|
||||
],
|
||||
)
|
||||
11
veloren/assets/common/items/armor/cardinal/chest.ron
Normal file
11
veloren/assets/common/items/armor/cardinal/chest.ron
Normal file
@@ -0,0 +1,11 @@
|
||||
ItemDef(
|
||||
legacy_name: "Cardinal's Cloak",
|
||||
legacy_description: "A part of the cardinal's exquisite cloak.",
|
||||
kind: Armor((
|
||||
kind: Chest,
|
||||
stats: FromSet("Cardinal"),
|
||||
)),
|
||||
quality: Legendary,
|
||||
tags: [
|
||||
],
|
||||
)
|
||||
11
veloren/assets/common/items/armor/cardinal/foot.ron
Normal file
11
veloren/assets/common/items/armor/cardinal/foot.ron
Normal file
@@ -0,0 +1,11 @@
|
||||
ItemDef(
|
||||
legacy_name: "Cardinal's Boots",
|
||||
legacy_description: "The boots with millions of steps.",
|
||||
kind: Armor((
|
||||
kind: Foot,
|
||||
stats: FromSet("Cardinal"),
|
||||
)),
|
||||
quality: Legendary,
|
||||
tags: [
|
||||
],
|
||||
)
|
||||
11
veloren/assets/common/items/armor/cardinal/hand.ron
Normal file
11
veloren/assets/common/items/armor/cardinal/hand.ron
Normal file
@@ -0,0 +1,11 @@
|
||||
ItemDef(
|
||||
legacy_name: "Cardinal's Gloves",
|
||||
legacy_description: "Bloodstained and rugged.",
|
||||
kind: Armor((
|
||||
kind: Hand,
|
||||
stats: FromSet("Cardinal"),
|
||||
)),
|
||||
quality: Legendary,
|
||||
tags: [
|
||||
],
|
||||
)
|
||||
10
veloren/assets/common/items/armor/cardinal/mitre.ron
Normal file
10
veloren/assets/common/items/armor/cardinal/mitre.ron
Normal file
@@ -0,0 +1,10 @@
|
||||
ItemDef(
|
||||
legacy_name: "Cardinal Mitre",
|
||||
legacy_description: "Induces respect.",
|
||||
kind: Armor((
|
||||
kind: Head,
|
||||
stats: FromSet("Cardinal"),
|
||||
)),
|
||||
quality: Legendary,
|
||||
tags: [],
|
||||
)
|
||||
11
veloren/assets/common/items/armor/cardinal/pants.ron
Normal file
11
veloren/assets/common/items/armor/cardinal/pants.ron
Normal file
@@ -0,0 +1,11 @@
|
||||
ItemDef(
|
||||
legacy_name: "Cardinal's Jeans",
|
||||
legacy_description: "Pants with many experiences.",
|
||||
kind: Armor((
|
||||
kind: Pants,
|
||||
stats: FromSet("Cardinal"),
|
||||
)),
|
||||
quality: Legendary,
|
||||
tags: [
|
||||
],
|
||||
)
|
||||
11
veloren/assets/common/items/armor/cardinal/shoulder.ron
Normal file
11
veloren/assets/common/items/armor/cardinal/shoulder.ron
Normal file
@@ -0,0 +1,11 @@
|
||||
ItemDef(
|
||||
legacy_name: "Cardinal's Shoulderguard",
|
||||
legacy_description: "The other was lost in a vicious fight.",
|
||||
kind: Armor((
|
||||
kind: Shoulder,
|
||||
stats: FromSet("Cardinal"),
|
||||
)),
|
||||
quality: Legendary,
|
||||
tags: [
|
||||
],
|
||||
)
|
||||
Reference in New Issue
Block a user