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,13 @@
ItemDef(
legacy_name: "Black Lantern",
legacy_description: "Quite common due to popular use of budding adventurers!",
kind: Lantern(
(
color: (r: 255, g: 128, b: 26),
strength_thousandths: 5000,
flicker_thousandths: 150,
),
),
quality: Common,
tags: [Utility],
)

View File

@@ -0,0 +1,13 @@
ItemDef(
legacy_name: "Cool Blue Lantern",
legacy_description: "This lantern is surprisingly cold when lit.",
kind: Lantern(
(
color: (r: 55, g: 100, b: 255),
strength_thousandths: 7000,
flicker_thousandths: 300,
),
),
quality: High,
tags: [Utility],
)

View File

@@ -0,0 +1,13 @@
ItemDef(
legacy_name: "Purple Geode",
legacy_description: "Emits a calming glow, helps to calm your nerves.",
kind: Lantern(
(
color: (r: 144, g: 88, b: 181),
strength_thousandths: 8000,
flicker_thousandths: 600,
),
),
quality: High,
tags: [Utility],
)

View File

@@ -0,0 +1,13 @@
ItemDef(
legacy_name: "Lime Zest Lantern",
legacy_description: "It has an opening that could fit a ring...",
kind: Lantern(
(
color: (r: 145, g: 255, b: 145),
strength_thousandths: 6000,
flicker_thousandths: 250,
),
),
quality: Common,
tags: [Utility],
)

View File

@@ -0,0 +1,13 @@
ItemDef(
legacy_name: "Polaris",
legacy_description: "Christmas Lantern.",
kind: Lantern(
(
color: (r: 67, g: 170, b: 255),
strength_thousandths: 8000,
flicker_thousandths: 600,
),
),
quality: Legendary,
tags: [Utility],
)

View File

@@ -0,0 +1,13 @@
ItemDef(
legacy_name: "Eerie Pumpkin",
legacy_description: "Did it just blink?!",
kind: Lantern(
(
color: (r: 31, g: 255, b: 22),
strength_thousandths: 8000,
flicker_thousandths: 600,
),
),
quality: High,
tags: [Utility],
)

View File

@@ -0,0 +1,13 @@
ItemDef(
legacy_name: "Red Lantern",
legacy_description: "Caution: contents hot",
kind: Lantern(
(
color: (r: 255, g: 70, b: 70),
strength_thousandths: 5000,
flicker_thousandths: 250,
),
),
quality: Common,
tags: [Utility],
)