-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
13f02e6
commit d1be55d
Showing
26 changed files
with
286 additions
and
6 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
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
31 changes: 31 additions & 0 deletions
31
Resources/Prototypes/_LostParadise/Entities/Clothing/Head/hardsuit-helmet-eva.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
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
37 changes: 37 additions & 0 deletions
37
Resources/Prototypes/_LostParadise/Entities/Clothing/OuterClothing/acienthardsuitsyndie.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,37 @@ | ||
- type: entity | ||
parent: ClothingOuterHardsuitBase | ||
id: LPPClothingOuterHardsuitAcientSyndie | ||
name: древний скафандр Синдиката | ||
description: Очень странная модель скафандра Ядерных Оперативников, явно нестандартной конфигурации и будто бы не из нашей вселенной, на стопе красуется вырезанный текст- "Скафандр Мика, DS1, Дэесдвашники- руки прочь!". | ||
components: | ||
- type: Sprite | ||
sprite: _LostParadise/Clothing/OuterClothing/Hardsuits/acientsyndiehardsuit.rsi | ||
- type: Clothing | ||
sprite: _LostParadise/Clothing/OuterClothing/Hardsuits/acientsyndiehardsuit.rsi | ||
- type: Item | ||
size: Huge | ||
- type: PressureProtection | ||
highPressureMultiplier: 0.02 | ||
lowPressureMultiplier: 1000 | ||
- type: ClothingSpeedModifier | ||
walkModifier: 1.05 | ||
sprintModifier: 1.05 | ||
- type: Armor | ||
modifiers: | ||
coefficients: | ||
Blunt: 0.45 | ||
Slash: 0.40 | ||
Piercing: 0.35 | ||
Heat: 0.25 | ||
Radiation: 0.05 | ||
Caustic: 0.3 | ||
- type: ExplosionResistance | ||
damageCoefficient: 0.2 | ||
- type: BiocodedClothing | ||
- type: ToggleableClothing | ||
clothingPrototype: LPPClothingMaskAcientSyndie | ||
requiredSlot: | ||
- outerclothing | ||
slot: mask | ||
- type: StaminaDamageResistance | ||
coefficient: 0.4 |
64 changes: 64 additions & 0 deletions
64
Resources/Prototypes/_LostParadise/Entities/Objects/Weapons/Melee/syndie.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,64 @@ | ||
- type: entity | ||
parent: WeaponCrusher | ||
id: LPPWeaponSyndieGlaive | ||
name: Кроваво-красная глефа | ||
description: Модифицированная версия глефы, усовершенствованная каким-то больным утилизатором... | ||
components: | ||
- type: Tag | ||
tags: | ||
- Pickaxe | ||
- type: Sprite | ||
sprite: _LostParadise/Objects/Weapons/Melee/syndie_glaive.rsi | ||
state: icon | ||
- type: AmmoCounter | ||
- type: UseDelayOnShoot | ||
- type: UseDelay | ||
delay: 0.9 | ||
- type: LeechOnMarker | ||
leech: | ||
groups: | ||
Brute: -10 | ||
- type: Gun | ||
soundGunshot: /Audio/Weapons/plasma_cutter.ogg | ||
fireRate: 1.0 | ||
useKey: false | ||
- type: RechargeBasicEntityAmmo | ||
rechargeCooldown: 0.5 | ||
rechargeSound: | ||
path: /Audio/Weapons/Guns/MagIn/kinetic_reload.ogg | ||
- type: BasicEntityAmmoProvider | ||
proto: LPPBulletCharge | ||
capacity: 1 | ||
count: 1 | ||
- type: MeleeWeapon | ||
attackRate: 1.2 | ||
wideAnimationRotation: -135 | ||
damage: | ||
types: | ||
Blunt: 4.5 | ||
Slash: 4.5 | ||
Radiation: 2.5 | ||
- type: Wieldable | ||
- type: IncreaseDamageOnWield | ||
damage: | ||
types: | ||
Blunt: 7.5 | ||
Slash: 7.5 | ||
Radiation: 2.5 | ||
Structural: 75 | ||
- type: GunRequiresWield | ||
- type: Item | ||
size: Huge | ||
- type: DisarmMalus | ||
- type: Tool | ||
qualities: | ||
- Prying | ||
speed: 3 | ||
- type: Clothing | ||
quickEquip: false | ||
slots: | ||
- back | ||
- suitStorage | ||
- type: Prying | ||
speed: 3 | ||
pryPowered: true |
Binary file added
BIN
+913 Bytes
...xtures/_LostParadise/Clothing/Mask/acienthelmsyndiebattle.rsi/equipped-MASK.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
+611 Bytes
Resources/Textures/_LostParadise/Clothing/Mask/acienthelmsyndiebattle.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.
18 changes: 18 additions & 0 deletions
18
Resources/Textures/_LostParadise/Clothing/Mask/acienthelmsyndiebattle.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,18 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "Taken from BlueMoon https://github.com/BlueMoon-Labs/MOLOT-Nuclear-Moon-13", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "icon" | ||
}, | ||
{ | ||
"name": "equipped-MASK", | ||
"directions": 4 | ||
} | ||
] | ||
} |
Binary file added
BIN
+2.35 KB
...lothing/Hardsuits/acientsyndiehardsuit.rsi/equipped-OUTERCLOTHING-reptilian.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
+2.53 KB
...terClothing/Hardsuits/acientsyndiehardsuit.rsi/equipped-OUTERCLOTHING-shark.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
+2.13 KB
...rClothing/Hardsuits/acientsyndiehardsuit.rsi/equipped-OUTERCLOTHING-tajaran.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
+2.55 KB
...lothing/Hardsuits/acientsyndiehardsuit.rsi/equipped-OUTERCLOTHING-vulpkanin.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
+2.04 KB
...ing/OuterClothing/Hardsuits/acientsyndiehardsuit.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
+788 Bytes
...LostParadise/Clothing/OuterClothing/Hardsuits/acientsyndiehardsuit.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
+1.4 KB
...adise/Clothing/OuterClothing/Hardsuits/acientsyndiehardsuit.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
+1.43 KB
...dise/Clothing/OuterClothing/Hardsuits/acientsyndiehardsuit.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.
42 changes: 42 additions & 0 deletions
42
...extures/_LostParadise/Clothing/OuterClothing/Hardsuits/acientsyndiehardsuit.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,42 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "Taken from BlueMoon https://github.com/BlueMoon-Labs/MOLOT-Nuclear-Moon-13", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "icon" | ||
}, | ||
{ | ||
"name": "equipped-OUTERCLOTHING", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-left", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-right", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "equipped-OUTERCLOTHING-shark", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "equipped-OUTERCLOTHING-tajaran", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "equipped-OUTERCLOTHING-vulpkanin", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "equipped-OUTERCLOTHING-reptilian", | ||
"directions": 4 | ||
} | ||
] | ||
} |
Binary file added
BIN
+190 Bytes
...ces/Textures/_LostParadise/Objects/Weapons/Melee/syndie_glaive.rsi/icon-lit.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
+198 Bytes
...xtures/_LostParadise/Objects/Weapons/Melee/syndie_glaive.rsi/icon-uncharged.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
+584 Bytes
Resources/Textures/_LostParadise/Objects/Weapons/Melee/syndie_glaive.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
+472 Bytes
.../Textures/_LostParadise/Objects/Weapons/Melee/syndie_glaive.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
+456 Bytes
...Textures/_LostParadise/Objects/Weapons/Melee/syndie_glaive.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.
42 changes: 42 additions & 0 deletions
42
Resources/Textures/_LostParadise/Objects/Weapons/Melee/syndie_glaive.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,42 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "https://github.com/Citadel-Station-13/Citadel-Station-13-RP/blob/817e7c1f225876b45891e3f06908e6d032f0a8bc/icons/obj/mining.dmi resprited by MegaDaimond", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "icon" | ||
}, | ||
{ | ||
"name": "icon-lit" | ||
}, | ||
{ | ||
"name": "icon-uncharged", | ||
"delays": [ | ||
[ | ||
0.3, | ||
0.3 | ||
] | ||
] | ||
}, | ||
{ | ||
"name": "inhand-left", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-right", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "wielded-inhand-left", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "wielded-inhand-right", | ||
"directions": 4 | ||
} | ||
] | ||
} |
Binary file added
BIN
+461 Bytes
...s/_LostParadise/Objects/Weapons/Melee/syndie_glaive.rsi/wielded-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
+407 Bytes
.../_LostParadise/Objects/Weapons/Melee/syndie_glaive.rsi/wielded-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.