primeiro commit
All checks were successful
Build and Push Image / Build and push image (push) Successful in 3m5s

This commit is contained in:
2024-04-29 21:38:53 -03:00
commit e11bf493a1
2532 changed files with 55878 additions and 0 deletions

View 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)
],
)

View File

@@ -0,0 +1,9 @@
ItemDef(
legacy_name: "Plain Cloth Glider",
legacy_description: "Simple, but classy.",
kind: Glider,
quality: Moderate,
tags: [
SalvageInto(Linen, 5)
],
)

View File

@@ -0,0 +1,7 @@
ItemDef(
legacy_name: "Blue Falcon",
legacy_description: "Sky colored.",
kind: Glider,
quality: High,
tags: [],
)

View 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)
],
)

View 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: [],
)

View File

@@ -0,0 +1,9 @@
ItemDef(
legacy_name: "Leaves Glider",
legacy_description: "Soar among the trees",
kind: Glider,
quality: Moderate,
tags: [
SalvageInto(Linen, 1)
],
)

View File

@@ -0,0 +1,7 @@
ItemDef(
legacy_name: "Orange Monarch",
legacy_description: "The delicate wings flutter faintly.",
kind: Glider,
quality: High,
tags: [],
)

View File

@@ -0,0 +1,7 @@
ItemDef(
legacy_name: "Aquatic Night",
legacy_description: "The stars are beautiful tonight.",
kind: Glider,
quality: Epic,
tags: [],
)

View File

@@ -0,0 +1,7 @@
ItemDef(
legacy_name: "Blue Morpho",
legacy_description: "The delicate wings flutter faintly.",
kind: Glider,
quality: High,
tags: [],
)

View File

@@ -0,0 +1,7 @@
ItemDef(
legacy_name: "Green Luna",
legacy_description: "The delicate wings flutter faintly.",
kind: Glider,
quality: High,
tags: [],
)

View 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)
],
)

View File

@@ -0,0 +1,7 @@
ItemDef(
legacy_name: "Skullgrin",
legacy_description: "Death from above.",
kind: Glider,
quality: Legendary,
tags: [],
)

View 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: [],
)

View File

@@ -0,0 +1,9 @@
ItemDef(
legacy_name: "Horizon",
legacy_description: "It isn't high noon.",
kind: Glider,
quality: Epic,
tags: [
SalvageInto(RedLinen, 5),
],
)

View 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: [],
)

View 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: [],
)