71
Resources/Prototypes/Entities/Tools.yml
Normal file
71
Resources/Prototypes/Entities/Tools.yml
Normal 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
|
||||
BIN
Resources/textures/Objects/crowbar.png
Normal file
BIN
Resources/textures/Objects/crowbar.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 200 B |
BIN
Resources/textures/Objects/multitool.png
Normal file
BIN
Resources/textures/Objects/multitool.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 197 B |
BIN
Resources/textures/Objects/screwdriver.png
Normal file
BIN
Resources/textures/Objects/screwdriver.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 177 B |
BIN
Resources/textures/Objects/welder.png
Normal file
BIN
Resources/textures/Objects/welder.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 330 B |
BIN
Resources/textures/Objects/wirecutter.png
Normal file
BIN
Resources/textures/Objects/wirecutter.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 216 B |
BIN
Resources/textures/Objects/wrench.png
Normal file
BIN
Resources/textures/Objects/wrench.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 230 B |
Reference in New Issue
Block a user