From 37091d1254d2cc933ac69f022d226f77628b5bbe Mon Sep 17 00:00:00 2001 From: BobdaBiscuit Date: Fri, 17 Nov 2017 00:21:33 +0000 Subject: [PATCH] Adds a basic lantern item prototype (#15) --- Resources/Prototypes/Entities/Items.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/Resources/Prototypes/Entities/Items.yml b/Resources/Prototypes/Entities/Items.yml index caac448337..b6f8e72d5c 100644 --- a/Resources/Prototypes/Entities/Items.yml +++ b/Resources/Prototypes/Entities/Items.yml @@ -53,3 +53,16 @@ sprite: player_mop - type: Icon sprite: mop + +#handheld lights +- type: entity + name: "Lantern" + parent: BaseItem + id: FlashlightLantern + components: + - type: WearableAnimatedSprite + notWornSprite: Flashlight + sprite: player_Flashlight + - type: Icon + icon: Flashlight + - type: PointLight \ No newline at end of file