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:
13
veloren/assets/common/items/lantern/black_0.ron
Normal file
13
veloren/assets/common/items/lantern/black_0.ron
Normal 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],
|
||||
)
|
||||
13
veloren/assets/common/items/lantern/blue_0.ron
Normal file
13
veloren/assets/common/items/lantern/blue_0.ron
Normal 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],
|
||||
)
|
||||
13
veloren/assets/common/items/lantern/geode_purp.ron
Normal file
13
veloren/assets/common/items/lantern/geode_purp.ron
Normal 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],
|
||||
)
|
||||
13
veloren/assets/common/items/lantern/green_0.ron
Normal file
13
veloren/assets/common/items/lantern/green_0.ron
Normal 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],
|
||||
)
|
||||
13
veloren/assets/common/items/lantern/polaris.ron
Normal file
13
veloren/assets/common/items/lantern/polaris.ron
Normal 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],
|
||||
)
|
||||
13
veloren/assets/common/items/lantern/pumpkin.ron
Normal file
13
veloren/assets/common/items/lantern/pumpkin.ron
Normal 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],
|
||||
)
|
||||
13
veloren/assets/common/items/lantern/red_0.ron
Normal file
13
veloren/assets/common/items/lantern/red_0.ron
Normal 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],
|
||||
)
|
||||
Reference in New Issue
Block a user