Some item stuff I had laying around.

This commit is contained in:
PJB3005
2017-10-20 20:46:36 +02:00
parent 36141f3b1a
commit d38cc0ee82
3 changed files with 367 additions and 8 deletions

View File

@@ -0,0 +1,15 @@
- type: entity
parent: BaseItem
id: ShoesItem
name: Shoes
- type: WearableAnimatedSprite
sprite: player_shoes
notWornSprite: shoes
- type: entity
parent: BaseItem
id: JanitorUniformItem
name: Janitor Jumpsuit
- type: WearableAnimatedSprite
sprite: player_jumpsuit_gray
notWornSprite: janitorsuit

View File

@@ -1,15 +1,55 @@
- type: entity
name: "Toolbox 2: Handle edition"
parent: Toolbox
id: ToolboxItem
name: "Item"
id: BaseItem
components:
- type: Item
- type: Transform
- type: Interactable
- type: Item
- type: Clickable
- type: BoundingBox
- type: Physics
mass: 5
- type: entity
name: "Mop 2: Handle edition"
parent: Mop
name: "Emergency Toolbox With Handle"
parent: BaseItem
id: RedToolboxItem
components:
- type: WearableAnimatedSprite
notWornSprite: toolbox_r
sprite: player_toolbox
- type: Icon
icon: toolbox_r
- type: entity
name: "Mechanical Toolbox With Handle"
parent: BaseItem
id: BlueToolboxItem
components:
- type: WearableAnimatedSprite
notWornSprite: toolbox_b
sprite: player_toolbox
- type: Icon
icon: toolbox_b
- type: entity
name: "Electrical Toolbox With Handle"
parent: BaseItem
id: YellowToolboxItem
components:
- type: WearableAnimatedSprite
notWornSprite: toolbox_y
sprite: player_toolbox
- type: Icon
icon: toolbox_y
- type: entity
name: "Extra-Grip™ Mop"
parent: BaseItem
id: MopItem
components:
- type: Item
- type: Interactable
- type: WearableAnimatedSprite
notWornSprite: mop
sprite: player_mop
- type: Icon
sprite: mop