Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@
ClothingHeadHelmetInsulated: 2 # Nyanotrasen - Insulative headgear
ClothingHeadCage: 2 # Nyanotrasen - Insulative headgear
ClothingOuterArmorPlateCarrier: 2 # DeltaV - moved body armour from SecDrobe to SecTech
ClothingOuterArmorDuraVest: 2
ClothingOuterArmorDuraVest: 2
ClothingHeadHelmetBasic: 2 # DeltaV - added helmets to the SecTech. Another line of defense between the tide and your grey matter.
BreachingCharge: 8
# security officers need to follow a diet regimen!
contrabandInventory:
FoodDonutHomer: 12
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- type: entity
- type: entity
id: BasePlasticExplosive
parent: BaseItem
abstract: true
Expand Down Expand Up @@ -106,3 +106,32 @@
maxIntensity: 30
canCreateVacuum: false
- type: ExplodeOnTrigger

- type: entity
name: breaching charge
description: A breaching explosive for security officers to break through walls.
parent: SeismicCharge
id: BreachingCharge
components:
- type: Sprite
sprite: Objects/Weapons/Bombs/breaching.rsi
state: icon
layers:
- state: icon
map: ["base"]
- type: OnUseTimerTrigger
delay: 10
delayOptions: [10, 15, 20, 25]
initialBeepDelay: 0
beepSound:
path: /Audio/Effects/Cargo/buzz_two.ogg
params:
volume: -6
startOnStick: true
canToggleStartOnStick: true
- type: Explosive
explosionType: DemolitionCharge
totalIntensity: 10
intensitySlope: 10
maxIntensity: 10
canCreateVacuum: false
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "made by rosieposieeee (github) for ss14",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "primed",
"delays": [
[
0.1,
0.1
]
]
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.