Adds Basic Tools (#27)

* Basic Tools

* Adds tool prototypes
This commit is contained in:
clusterfack
2018-02-06 19:03:36 -06:00
committed by GitHub
parent 1452502fbf
commit 059832d324
18 changed files with 308 additions and 5 deletions

View File

@@ -0,0 +1,71 @@
- type: entity
name: Wirecutter
parent: BaseItem
id: Wirecutter
components:
- type: Wirecutter
- type: WearableAnimatedSprite
notWornSprite: wirecutter
sprite: wirecutter
- type: Icon
icon: wirecutter
- type: entity
name: Screwdriver
parent: BaseItem
id: Screwdriver
components:
- type: Screwdriver
- type: WearableAnimatedSprite
notWornSprite: screwdriver
sprite: screwdriver
- type: Icon
icon: screwdriver
- type: entity
name: Welder
parent: BaseItem
id: Welder
components:
- type: Welder
- type: WearableAnimatedSprite
notWornSprite: welder
sprite: welder
- type: Icon
icon: welder
- type: entity
name: Wrench
parent: BaseItem
id: Wrench
components:
- type: Wrench
- type: WearableAnimatedSprite
notWornSprite: wrench
sprite: wrench
- type: Icon
icon: wrench
- type: entity
name: Crowbar
parent: BaseItem
id: Crowbar
components:
- type: Crowbar
- type: WearableAnimatedSprite
notWornSprite: crowbar
sprite: crowbar
- type: Icon
icon: crowbar
- type: entity
name: Multitool
parent: BaseItem
id: Multitool
components:
- type: Multitool
- type: WearableAnimatedSprite
notWornSprite: multitool
sprite: multitool
- type: Icon
icon: multitool

Binary file not shown.

After

Width:  |  Height:  |  Size: 200 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 197 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 177 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 330 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 216 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 230 B