Implement RiggableSystem, stunbatons injectable (#17288)
Co-authored-by: keronshb <54602815+keronshb@users.noreply.github.com>
This commit is contained in:
@@ -14,12 +14,12 @@
|
||||
sprite: Objects/Power/power_cells.rsi
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
powerCell:
|
||||
battery:
|
||||
maxVol: 5
|
||||
- type: InjectableSolution
|
||||
solution: powerCell
|
||||
solution: battery
|
||||
- type: DrawableSolution
|
||||
solution: powerCell
|
||||
solution: battery
|
||||
- type: Extractable
|
||||
juiceSolution:
|
||||
reagents:
|
||||
@@ -30,6 +30,7 @@
|
||||
- DroneUsable
|
||||
- type: Appearance
|
||||
- type: PowerCellVisuals
|
||||
- type: Riggable
|
||||
|
||||
- type: entity
|
||||
name: potato battery
|
||||
|
||||
@@ -43,6 +43,19 @@
|
||||
False: {state: stunbaton_off}
|
||||
- type: StaticPrice
|
||||
price: 100
|
||||
- type: Riggable
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
battery:
|
||||
maxVol: 5
|
||||
- type: InjectableSolution
|
||||
solution: battery
|
||||
- type: DrawableSolution
|
||||
solution: battery
|
||||
- type: Explosive
|
||||
explosionType: Default
|
||||
intensitySlope: 1.5
|
||||
maxIntensity: 200
|
||||
|
||||
- type: entity
|
||||
name: flash
|
||||
|
||||
Reference in New Issue
Block a user