Adds even more smites and a bunch of tools. (#9825)
* Adds three new smites, headstand, locker stuff, and reptilian species swap. * Localize all the smites. * save work * More smites... * Final tweaks. * oops * !PLEH * Adds disarm prone and improved hand removal options. * fix chances. * take out the trash. * Add some admin TRICKS instead of more smites. * oop * Implements the admin test arena and associated trick. * Tricks for granting/revoking access. * e * mfw * Implement quick dialogs, for when you don't want to spend 20 minutes writing a simple dialog prompt. * Forgot the rejuv icon. * E * docs * augh * Add rename/redescribe buttons. * Adds objects menu, implements a couple tricks for stations. * 1984 * Adds a trick for effectively infinite power. * fixes some icon uggo. * a * HALT! * Pause/unpause buttons. * Forgor the textures. * they broke every bone in their body. * i added more * more battery actions, touch up battery icon. * Address reviews.
This commit is contained in:
@@ -91,6 +91,7 @@
|
||||
max: 1
|
||||
- !type:DoActsBehavior
|
||||
acts: [ "Destruction" ]
|
||||
- type: StationInfiniteBatteryTarget
|
||||
|
||||
# APCs in use
|
||||
- type: entity
|
||||
|
||||
@@ -63,6 +63,7 @@
|
||||
containers:
|
||||
machine_parts: !type:Container
|
||||
machine_board: !type:Container
|
||||
- type: StationInfiniteBatteryTarget
|
||||
|
||||
# SMES' in use
|
||||
|
||||
|
||||
@@ -77,6 +77,7 @@
|
||||
containers:
|
||||
machine_parts: !type:Container
|
||||
machine_board: !type:Container
|
||||
- type: StationInfiniteBatteryTarget
|
||||
|
||||
# Compact Wall Substation Base
|
||||
- type: entity
|
||||
@@ -161,6 +162,7 @@
|
||||
maxIntensity: 50
|
||||
intensitySlope: 2
|
||||
totalIntensity: 100
|
||||
- type: StationInfiniteBatteryTarget
|
||||
|
||||
# Substations in use
|
||||
|
||||
|
||||
37
Resources/Prototypes/Polymorphs/admin.yml
Normal file
37
Resources/Prototypes/Polymorphs/admin.yml
Normal file
@@ -0,0 +1,37 @@
|
||||
- type: polymorph
|
||||
id: AdminLizardSmite
|
||||
entity: MobReptilian
|
||||
forced: true
|
||||
transferName: true
|
||||
transferHumanoidAppearance: true
|
||||
inventory: Transfer
|
||||
|
||||
- type: polymorph
|
||||
id: AdminMonkeySmite
|
||||
entity: MobMonkey
|
||||
forced: true
|
||||
inventory: Drop
|
||||
|
||||
- type: polymorph
|
||||
id: AdminBreadSmite
|
||||
entity: FoodBreadPlain
|
||||
forced: true
|
||||
inventory: Drop
|
||||
|
||||
- type: polymorph
|
||||
id: AdminInstrumentSmite
|
||||
entity: SuperSynthesizerInstrument
|
||||
forced: true
|
||||
inventory: Drop
|
||||
|
||||
- type: polymorph
|
||||
id: AdminMouseSmite
|
||||
entity: MobMouse
|
||||
forced: true
|
||||
inventory: Drop
|
||||
|
||||
- type: polymorph
|
||||
id: AdminDisposalsSmite
|
||||
entity: DisposalUnit
|
||||
forced: true
|
||||
inventory: Drop
|
||||
@@ -46,24 +46,6 @@
|
||||
transferHumanoidAppearance: true
|
||||
inventory: Transfer
|
||||
|
||||
- type: polymorph
|
||||
id: AdminMonkeySmite
|
||||
entity: MobMonkey
|
||||
forced: true
|
||||
inventory: Drop
|
||||
|
||||
- type: polymorph
|
||||
id: AdminBreadSmite
|
||||
entity: FoodBreadPlain
|
||||
forced: true
|
||||
inventory: Drop
|
||||
|
||||
- type: polymorph
|
||||
id: AdminInstrumentSmite
|
||||
entity: SuperSynthesizerInstrument
|
||||
forced: true
|
||||
inventory: Drop
|
||||
|
||||
- type: polymorph
|
||||
id: AMIVMorph
|
||||
entity: MobMonkey
|
||||
@@ -71,4 +53,4 @@
|
||||
inventory: Transfer
|
||||
transferName: true
|
||||
revertOnCrit: false
|
||||
revertOnDeath: false
|
||||
revertOnDeath: false
|
||||
|
||||
@@ -27,3 +27,16 @@
|
||||
innerclothingskirt: ClothingUniformJumpskirtJanitor
|
||||
satchel: ClothingBackpackSatchelFilled
|
||||
duffelbag: ClothingBackpackDuffelFilled
|
||||
|
||||
- type: startingGear
|
||||
id: JanitorMaidGear
|
||||
equipment:
|
||||
jumpsuit: ClothingUniformJumpskirtJanimaid
|
||||
back: ClothingBackpackFilled
|
||||
id: JanitorPDA
|
||||
head: ClothingHeadHatCatEars
|
||||
ears: ClothingHeadsetService
|
||||
belt: ClothingBeltJanitorFilled
|
||||
innerclothingskirt: ClothingUniformJumpskirtJanimaid
|
||||
satchel: ClothingBackpackSatchelFilled
|
||||
duffelbag: ClothingBackpackDuffelFilled
|
||||
|
||||
Reference in New Issue
Block a user