mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
witch lantern
This commit is contained in:
parent
dff5bbe1ec
commit
7ced7e184e
14
assets/common/items/lantern/pumpkin.ron
Normal file
14
assets/common/items/lantern/pumpkin.ron
Normal 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],
|
||||
)
|
@ -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"),
|
||||
})
|
||||
|
@ -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),
|
||||
],
|
||||
})
|
||||
|
@ -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",
|
||||
|
@ -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
BIN
assets/voxygen/voxel/lantern/pumpkin.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user