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:
9
veloren/assets/common/items/glider/basic_red.ron
Normal file
9
veloren/assets/common/items/glider/basic_red.ron
Normal file
@@ -0,0 +1,9 @@
|
||||
ItemDef(
|
||||
legacy_name: "Red Cloth Glider",
|
||||
legacy_description: "A simple glider, but with a striking red color.",
|
||||
kind: Glider,
|
||||
quality: Moderate,
|
||||
tags: [
|
||||
SalvageInto(RedLinen, 5)
|
||||
],
|
||||
)
|
||||
9
veloren/assets/common/items/glider/basic_white.ron
Normal file
9
veloren/assets/common/items/glider/basic_white.ron
Normal file
@@ -0,0 +1,9 @@
|
||||
ItemDef(
|
||||
legacy_name: "Plain Cloth Glider",
|
||||
legacy_description: "Simple, but classy.",
|
||||
kind: Glider,
|
||||
quality: Moderate,
|
||||
tags: [
|
||||
SalvageInto(Linen, 5)
|
||||
],
|
||||
)
|
||||
7
veloren/assets/common/items/glider/blue.ron
Normal file
7
veloren/assets/common/items/glider/blue.ron
Normal file
@@ -0,0 +1,7 @@
|
||||
ItemDef(
|
||||
legacy_name: "Blue Falcon",
|
||||
legacy_description: "Sky colored.",
|
||||
kind: Glider,
|
||||
quality: High,
|
||||
tags: [],
|
||||
)
|
||||
9
veloren/assets/common/items/glider/butterfly3.ron
Normal file
9
veloren/assets/common/items/glider/butterfly3.ron
Normal file
@@ -0,0 +1,9 @@
|
||||
ItemDef(
|
||||
legacy_name: "Moonlit Love",
|
||||
legacy_description: "Love is in the air.",
|
||||
kind: Glider,
|
||||
quality: Epic,
|
||||
tags: [
|
||||
SalvageInto(Moonweave, 5)
|
||||
],
|
||||
)
|
||||
7
veloren/assets/common/items/glider/cloverleaf.ron
Normal file
7
veloren/assets/common/items/glider/cloverleaf.ron
Normal file
@@ -0,0 +1,7 @@
|
||||
ItemDef(
|
||||
legacy_name: "Cloverleaf",
|
||||
legacy_description: "Brings luck to its owner. Light-weight and cheap to make, and also very cute!",
|
||||
kind: Glider,
|
||||
quality: Moderate,
|
||||
tags: [],
|
||||
)
|
||||
9
veloren/assets/common/items/glider/leaves.ron
Normal file
9
veloren/assets/common/items/glider/leaves.ron
Normal file
@@ -0,0 +1,9 @@
|
||||
ItemDef(
|
||||
legacy_name: "Leaves Glider",
|
||||
legacy_description: "Soar among the trees",
|
||||
kind: Glider,
|
||||
quality: Moderate,
|
||||
tags: [
|
||||
SalvageInto(Linen, 1)
|
||||
],
|
||||
)
|
||||
7
veloren/assets/common/items/glider/monarch.ron
Normal file
7
veloren/assets/common/items/glider/monarch.ron
Normal file
@@ -0,0 +1,7 @@
|
||||
ItemDef(
|
||||
legacy_name: "Orange Monarch",
|
||||
legacy_description: "The delicate wings flutter faintly.",
|
||||
kind: Glider,
|
||||
quality: High,
|
||||
tags: [],
|
||||
)
|
||||
7
veloren/assets/common/items/glider/moonrise.ron
Normal file
7
veloren/assets/common/items/glider/moonrise.ron
Normal file
@@ -0,0 +1,7 @@
|
||||
ItemDef(
|
||||
legacy_name: "Aquatic Night",
|
||||
legacy_description: "The stars are beautiful tonight.",
|
||||
kind: Glider,
|
||||
quality: Epic,
|
||||
tags: [],
|
||||
)
|
||||
7
veloren/assets/common/items/glider/morpho.ron
Normal file
7
veloren/assets/common/items/glider/morpho.ron
Normal file
@@ -0,0 +1,7 @@
|
||||
ItemDef(
|
||||
legacy_name: "Blue Morpho",
|
||||
legacy_description: "The delicate wings flutter faintly.",
|
||||
kind: Glider,
|
||||
quality: High,
|
||||
tags: [],
|
||||
)
|
||||
7
veloren/assets/common/items/glider/moth.ron
Normal file
7
veloren/assets/common/items/glider/moth.ron
Normal file
@@ -0,0 +1,7 @@
|
||||
ItemDef(
|
||||
legacy_name: "Green Luna",
|
||||
legacy_description: "The delicate wings flutter faintly.",
|
||||
kind: Glider,
|
||||
quality: High,
|
||||
tags: [],
|
||||
)
|
||||
9
veloren/assets/common/items/glider/sandraptor.ron
Normal file
9
veloren/assets/common/items/glider/sandraptor.ron
Normal file
@@ -0,0 +1,9 @@
|
||||
ItemDef(
|
||||
legacy_name: "Sand Raptor Wings",
|
||||
legacy_description: "Take flight with the wings of a thirsty predator",
|
||||
kind: Glider,
|
||||
quality: High,
|
||||
tags: [
|
||||
SalvageInto(Leather, 1)
|
||||
],
|
||||
)
|
||||
7
veloren/assets/common/items/glider/skullgrin.ron
Normal file
7
veloren/assets/common/items/glider/skullgrin.ron
Normal file
@@ -0,0 +1,7 @@
|
||||
ItemDef(
|
||||
legacy_name: "Skullgrin",
|
||||
legacy_description: "Death from above.",
|
||||
kind: Glider,
|
||||
quality: Legendary,
|
||||
tags: [],
|
||||
)
|
||||
7
veloren/assets/common/items/glider/snowraptor.ron
Normal file
7
veloren/assets/common/items/glider/snowraptor.ron
Normal file
@@ -0,0 +1,7 @@
|
||||
ItemDef(
|
||||
legacy_name: "Snow Raptor Wings",
|
||||
legacy_description: "Take flight with the wings of a cold-blooded predator",
|
||||
kind: Glider,
|
||||
quality: High,
|
||||
tags: [],
|
||||
)
|
||||
9
veloren/assets/common/items/glider/sunset.ron
Normal file
9
veloren/assets/common/items/glider/sunset.ron
Normal file
@@ -0,0 +1,9 @@
|
||||
ItemDef(
|
||||
legacy_name: "Horizon",
|
||||
legacy_description: "It isn't high noon.",
|
||||
kind: Glider,
|
||||
quality: Epic,
|
||||
tags: [
|
||||
SalvageInto(RedLinen, 5),
|
||||
],
|
||||
)
|
||||
7
veloren/assets/common/items/glider/winter_wings.ron
Normal file
7
veloren/assets/common/items/glider/winter_wings.ron
Normal file
@@ -0,0 +1,7 @@
|
||||
ItemDef(
|
||||
legacy_name: "Wings of Winter",
|
||||
legacy_description: "Sparkles brilliantly and cooly even under the warm sun.",
|
||||
kind: Glider,
|
||||
quality: Legendary,
|
||||
tags: [],
|
||||
)
|
||||
7
veloren/assets/common/items/glider/woodraptor.ron
Normal file
7
veloren/assets/common/items/glider/woodraptor.ron
Normal file
@@ -0,0 +1,7 @@
|
||||
ItemDef(
|
||||
legacy_name: "Wood Raptor Wings",
|
||||
legacy_description: "Take flight with the wings of a stealthy predator",
|
||||
kind: Glider,
|
||||
quality: High,
|
||||
tags: [],
|
||||
)
|
||||
Reference in New Issue
Block a user