diff --git a/assets/common/items/lantern/pumpkin.ron b/assets/common/items/lantern/pumpkin.ron new file mode 100644 index 0000000000..0c14993fdc --- /dev/null +++ b/assets/common/items/lantern/pumpkin.ron @@ -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], +) diff --git a/assets/common/loadout/spots/witch.ron b/assets/common/loadout/spots/witch.ron index 233e207a71..e7a289a655 100644 --- a/assets/common/loadout/spots/witch.ron +++ b/assets/common/loadout/spots/witch.ron @@ -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"), }) diff --git a/assets/server/manifests/kits.ron b/assets/server/manifests/kits.ron index 45462de853..be958331b3 100644 --- a/assets/server/manifests/kits.ron +++ b/assets/server/manifests/kits.ron @@ -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), ], }) diff --git a/assets/voxygen/item_image_manifest.ron b/assets/voxygen/item_image_manifest.ron index bf44608ff0..4eef3cd615 100644 --- a/assets/voxygen/item_image_manifest.ron +++ b/assets/voxygen/item_image_manifest.ron @@ -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", diff --git a/assets/voxygen/voxel/humanoid_lantern_manifest.ron b/assets/voxygen/voxel/humanoid_lantern_manifest.ron index c77d78b2eb..20b668aaca 100644 --- a/assets/voxygen/voxel/humanoid_lantern_manifest.ron +++ b/assets/voxygen/voxel/humanoid_lantern_manifest.ron @@ -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 + ), }, )) diff --git a/assets/voxygen/voxel/lantern/pumpkin.vox b/assets/voxygen/voxel/lantern/pumpkin.vox new file mode 100644 index 0000000000..75c5a3f893 --- /dev/null +++ b/assets/voxygen/voxel/lantern/pumpkin.vox @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a9b62d621e810ebc7b83b6a69699343b6209c2efb466b399bfbd3ca9c3a9ea9 +size 2584