Skip to content

Commit

Permalink
Merge pull request #124 from Schrodinger71/new-update9
Browse files Browse the repository at this point in the history
Жилет шахида
  • Loading branch information
PyotrIgn authored Nov 18, 2023
2 parents 5a98841 + 89031ef commit 11c27ed
Show file tree
Hide file tree
Showing 7 changed files with 86 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ ent-ADTClothingBlueshieldArmor = бронежилет офицера "Синег
ent-ADTClothingHungerGamesArmorCapitols = Броня Капитолия
.desc = Броня компании "Космических Голодных Игр".
ent-ADTOuterClothingShahid = Жилет со взрывчаткой
.desc = Бронижелет укреплённый вставными керамическими пластинами, полностью набитый взрывчаткой и различными проводами. Можно привязать передатчик сигналов.
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
## Бронижилет с возможностью подрыва
- type: entity
parent: ClothingOuterBase
id: ADTOuterClothingShahid
name: ShahidBelt
components:
- type: Sprite
sprite: ADT/Clothing/OuterClothing/Fun/ShahidBelt.rsi
- type: Clothing
sprite: ADT/Clothing/OuterClothing/Fun/ShahidBelt.rsi
- type: Armor
modifiers:
coefficients:
Blunt: 0.9
Slash: 0.8
Piercing: 0.6
Heat: 0.9
- type: Storage
maxItemSize: Small
maxTotalWeight: 4
- type: ContainerContainer
containers:
storagebase: !type:Container
ents: []
- type: UserInterface
interfaces:
- key: enum.StorageUiKey.Key
type: StorageBoundUserInterface
# to prevent bag open/honk spam
- type: UseDelay
delay: 0.5
- type: StorageFill
contents:
- id: RemoteSignaller
- type: TriggerOnSignal
- type: DeviceLinkSink
ports:
- Trigger
- type: Explosive # Powerful explosion in a very small radius. Doesn't break underplating.
explosionType: DemolitionCharge
totalIntensity: 80
intensitySlope: 7
maxIntensity: 30
canCreateVacuum: false
- type: ExplodeOnTrigger
- type: Damageable
damageContainer: Inorganic
- type: Destructible
thresholds:
- trigger:
!type:DamageTrigger
damage: 500
behaviors:
- !type:DoActsBehavior
acts: ["Destruction"]
- !type:ExplodeBehavior

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.
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,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Created by discord:shi106",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-OUTERCLOTHING",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

0 comments on commit 11c27ed

Please sign in to comment.