witch lantern

This commit is contained in:
Monty Marz 2021-08-23 20:06:48 +02:00 committed by Joshua Barretto
parent dff5bbe1ec
commit 7ced7e184e
6 changed files with 28 additions and 2 deletions

View File

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

View File

@ -6,5 +6,5 @@
Armor(Hands): Item("common.items.armor.witch.hand"),
Armor(Legs): Item("common.items.armor.witch.pants"),
Armor(Feet): Item("common.items.armor.witch.foot"),
Lantern: Item("common.items.lantern.black_0"),
Lantern: Item("common.items.lantern.pumpkin"),
})

View File

@ -357,12 +357,13 @@
("common.items.armor.witch.back",1),
("common.items.armor.witch.belt",1),
("common.items.armor.witch.chest",1),
("common.items.armor.witch.ultist_hands_blue",1),
("common.items.armor.witch.hand",1),
("common.items.armor.witch.foot",1),
("common.items.armor.witch.hand",1),
("common.items.armor.witch.hat",1),
("common.items.armor.witch.pants",1),
("common.items.armor.witch.shoulder",1),
("common.items.weapons.sceptre.belzeshrub",1),
("common.items.lantern.pumpkin",1),
],
})

View File

@ -1045,6 +1045,10 @@
"voxel.lantern.geode_purp",
(0.0, 0.0, 0.0), (-90.0, 120.0, 0.0), 0.9,
),
Lantern("PumpkinLantern"): VoxTrans(
"voxel.lantern.pumpkin",
(0.0, 0.0, 0.0), (-90.0, 120.0, 0.0), 0.9,
),
// Farming Equipment
Tool("common.items.weapons.tool.broom"): VoxTrans(
"voxel.weapon.tool.broom-0",

View File

@ -24,5 +24,9 @@
vox_spec: ("lantern.geode_purp", (-2.5, -2.5, -9.5)),
color: None
),
"PumpkinLantern": (
vox_spec: ("lantern.pumpkin", (-3.5, -4.0, -8.5)),
color: None
),
},
))

BIN
assets/voxygen/voxel/lantern/pumpkin.vox (Stored with Git LFS) Normal file

Binary file not shown.