Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Шаттл РХБЗЗ #520

Closed
wants to merge 2 commits into from
Closed
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
@@ -0,0 +1,4 @@
ent-ClothingBeltSheathSyndicateFilled = {ent-ClothingBeltSheathSyndicate}
.desc = { ent-ClothingBeltSheathSyndicate.desc }
ent-ClothingBeltSheathSyndicate = ножны для рапиры
.desc = Зловещие тонкие ножны, подходящие для рапиры.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ent-SyndicateRapier = Рапира Синдиката
.desc = Тонкое лезвие из пластитана с алмазным наконечником.
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ uplink-hardsuit-syndie-medic-name = скафандр Медика Синдика
uplink-hardsuit-syndie-medic-desc = Скафандр предназначеный для боевых врачей отрядов Горлекса.
uplink-syndie-nvd-name = ПНВ Синдиката
uplink-syndie-nvd-desc = Качественно исполненый прибор ночного видения, производства компании "Горлакс секьюрити", использует красные линзы для улучшения видимости в условиях низкой освещенности.
uplink-syndicate-rapier-name = Рапира Синдиката
uplink-syndicate-rapier-desc = Элегантная рапира из пластитана с алмазным наконечником. Рапира поставляется в собственных ножнах и способна пробить практически любую защиту если бить точно.
10,270 changes: 10,270 additions & 0 deletions Resources/Maps/Shuttles/NT-Savior-RXBZZ.yml

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions Resources/Prototypes/_Sunrise/Catalog/Fills/Items/belt.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
- type: entity
id: ClothingBeltSheathSyndicateFilled
parent: ClothingBeltSheathSyndicate
suffix: Filled
components:
- type: ContainerFill
containers:
item:
- SyndicateRapier
14 changes: 14 additions & 0 deletions Resources/Prototypes/_Sunrise/Catalog/uplink_catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -362,3 +362,17 @@
Telecrystal: 12
categories:
- UplinkDisruption

- type: listing
id: UplinkSyndicateRapier
name: uplink-syndicate-rapier-name
description: uplink-syndicate-rapier-desc
icon: { sprite: /Textures/_SunRise/Clothing/Belt/syndie_sheath.rsi, state: sheath-rapier }
productEntity: ClothingBeltSheathSyndicateFilled
discountCategory: rareDiscounts
discountDownTo:
Telecrystal: 5
cost:
Telecrystal: 11
categories:
- UplinkWeaponry
32 changes: 32 additions & 0 deletions Resources/Prototypes/_Sunrise/Entities/Clothing/Belt/belts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,3 +95,35 @@
sprite: _Sunrise/Clothing/Belt/webbing.rsi
- type: ExplosionResistance
damageCoefficient: 0.5

- type: entity
parent: [ClothingBeltBase, ClothingSlotBase, BaseSyndicateContraband]
id: ClothingBeltSheathSyndicate
name: rapier sheath
description: A sinister, thin sheath, suitable for a rapier.
components:
- type: Sprite
sprite: _SunRise/Clothing/Belt/syndie_sheath.rsi
state: sheath
- type: Clothing
sprite: _SunRise/Clothing/Belt/syndie_sheath.rsi
- type: Item
size: Ginormous
- type: ItemSlots
slots:
item:
name: rapier
insertVerbText: sheath-insert-verb
ejectVerbText: sheath-eject-verb
insertSound: /Audio/Items/sheath.ogg
ejectSound: /Audio/Items/unsheath.ogg
whitelist:
tags:
- SyndicateRapier
- type: ItemMapper
mapLayers:
sheath-rapier:
whitelist:
tags:
- SyndicateRapier
- type: Appearance
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
- type: entity
name: syndicate rapier
parent: [ BaseSword, BaseSyndicateContraband ]
id: SyndicateRapier
description: A thin blade made of plastitanium with a diamond tip.
components:
- type: Sprite
sprite: _SunRise/Objects/Weapons/Melee/syndicate_rapier.rsi
- type: MeleeWeapon
wideAnimationRotation: -135
angle: 0
animation: WeaponArcThrust
attackRate: 1.4
damage:
types:
Piercing: 18
resistanceBypass: true
soundHit:
path: /Audio/Weapons/bladeslice.ogg
- type: Reflect
reflectProb: 0.2
spread: 90
- type: Item
sprite: _SunRise/Objects/Weapons/Melee/syndicate_rapier.rsi
- type: DisarmMalus
weight: 0.0002
- type: Tag
tags:
- SyndicateRapier
3 changes: 3 additions & 0 deletions Resources/Prototypes/_Sunrise/tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,3 +138,6 @@

- type: Tag
id: MagazineDl6902

- type: Tag
id: SyndicateRapier
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,25 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Спизжено из SS13 Paradise",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "equipped-BELT",
"directions": 4
},
{
"name": "sheath-rapier-equipped-BELT",
"directions": 4
},
{
"name": "sheath-rapier"
},
{
"name": "sheath"
}
]
}
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.
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,22 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Спизжено из SS13 Paradise",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}
Loading