-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #124 from Schrodinger71/new-update9
Жилет шахида
- Loading branch information
Showing
7 changed files
with
86 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
57 changes: 57 additions & 0 deletions
57
Resources/Prototypes/ADT/Entities/Clothing/OuterClothing/clothing_shahid.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
Binary file added
BIN
+1.1 KB
...xtures/ADT/Clothing/OuterClothing/Fun/ShahidBelt.rsi/equipped-OUTERCLOTHING.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+479 Bytes
Resources/Textures/ADT/Clothing/OuterClothing/Fun/ShahidBelt.rsi/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+658 Bytes
Resources/Textures/ADT/Clothing/OuterClothing/Fun/ShahidBelt.rsi/inhand-left.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+665 Bytes
Resources/Textures/ADT/Clothing/OuterClothing/Fun/ShahidBelt.rsi/inhand-right.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions
26
Resources/Textures/ADT/Clothing/OuterClothing/Fun/ShahidBelt.rsi/meta.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} | ||
] | ||
} |