Adds some more toollists and debug entities (#3807)
* Adds upgraded tools to surgery and construction tools list * Adds cow tools entity list * Adds admin multitool * Removed cowtools entitylist * Merge * RSI Validator doesn't cry now
This commit is contained in:
39
Resources/Prototypes/Entities/Debugging/spanisharmyknife.yml
Normal file
39
Resources/Prototypes/Entities/Debugging/spanisharmyknife.yml
Normal file
@@ -0,0 +1,39 @@
|
||||
- type: entity
|
||||
name: spanish army knife
|
||||
parent: BaseItem
|
||||
id: ToolDebug
|
||||
description: The pain of using this is almost too great to bear.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Objects/Tools/debug.rsi
|
||||
state: icon
|
||||
- type: Clothing
|
||||
sprite: Objects/Tools/debug.rsi
|
||||
QuickEquip: false
|
||||
Slots:
|
||||
- Belt
|
||||
- type: MeleeWeapon
|
||||
damage: 10
|
||||
- type: TilePrying
|
||||
- type: Tool
|
||||
qualities:
|
||||
- Prying
|
||||
statusShowBehavior: true
|
||||
- type: MultiTool
|
||||
tools:
|
||||
- behavior: Prying
|
||||
state: icon
|
||||
useSound: /Audio/Items/jaws_pry.ogg
|
||||
changeSound: /Audio/Items/change_jaws.ogg
|
||||
- behavior: Cutting
|
||||
state: icon
|
||||
useSound: /Audio/Items/jaws_cut.ogg
|
||||
changeSound: /Audio/Items/change_jaws.ogg
|
||||
- behavior: Screwing
|
||||
state: icon
|
||||
useSound: /Audio/Items/drill_use.ogg
|
||||
changeSound: /Audio/Items/change_drill.ogg
|
||||
- behavior: Anchoring
|
||||
state: icon
|
||||
useSound: /Audio/Items/drill_use.ogg
|
||||
changeSound: /Audio/Items/change_drill.ogg
|
||||
6
Resources/Prototypes/EntityLists/Tools/construction.yml
Normal file
6
Resources/Prototypes/EntityLists/Tools/construction.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
- type: entityList
|
||||
id: tools
|
||||
entities:
|
||||
- WelderExperimental
|
||||
- ToolDebug
|
||||
- Multitool
|
||||
@@ -1,5 +1,5 @@
|
||||
- type: entityList
|
||||
id: CowTools
|
||||
id: cowtools
|
||||
entities:
|
||||
- Haycutters
|
||||
- Moodriver
|
||||
@@ -1,10 +1,10 @@
|
||||
- type: entityList
|
||||
id: SurgeryToolsBasic
|
||||
id: surgerytools
|
||||
entities:
|
||||
- Cautery
|
||||
- Drill
|
||||
- Scalpel
|
||||
- ScalpelLaser
|
||||
- Retractor
|
||||
- Hemostat
|
||||
- Saw
|
||||
- SawAdvanced
|
||||
# - Drapes
|
||||
Reference in New Issue
Block a user