Skip to content
Draft
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,2 @@
uplink-adt-rapier-name = Rapier
uplink-adt-rapier-desc = A thin syndicate blade that pierces armor with precise thrusts.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
ent-ADTRapier = rapier
.desc = A thin syndicate rapier, its blade designed to pierce through armor with precise thrusts.

ent-ADTStraightRazor = straight razor
.desc = Easy to cut a throat with it.

ent-ADTGladius = gladius
.desc = The old sword of the Roman Empire, it is still good for campaigns against the barbarians in the technical corridors.
Original file line number Diff line number Diff line change
Expand Up @@ -257,3 +257,6 @@ uplink-box-music-disks-desc = Тихо выполнять цели - не ваш

uplink-code-speak-implanter-name = Имплантер Кодового языка
uplink-code-speak-implanter-desc = Каждый уважающий себя ядерный оперативник знает этот язык. Имплантер замаскирован под обычный имплантер Общегалактического языка.

uplink-adt-rapier-name = Рапира
uplink-adt-rapier-desc = Тонкий клинок синдиката, пробивающий броню точными уколами.
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ ent-ADTStraightRazor = опасная бритва

ent-ADTGladius = гладиус
.desc = Старый меч Римской империи, он все еще хорош для кампаний против варваров в технических помещениях.

ent-ADTRapier = рапира
.desc = Тонкая рапира синдиката, созданная для пробивания брони точными уколами.
20 changes: 20 additions & 0 deletions Resources/Prototypes/ADT/Catalog/uplink_catalog.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
#UplinkWeaponry

- type: listing
id: ADTUplinkRapier
name: uplink-adt-rapier-name
description: uplink-adt-rapier-desc
icon: { sprite: /Textures/ADT/Objects/Weapons/Melee/rapier.rsi, state: icon }
productEntity: ADTRapier
discountCategory: usualDiscounts
discountDownTo:
Telecrystal: 5
cost:
Telecrystal: 8
categories:
- UplinkWeaponry
conditions:
- !type:StoreWhitelistCondition
blacklist:
tags:
- NukeOpsUplink
- LoneOpsUplink

- type: listing
id: ADTUplinkAdvancedHristov
name: uplink-hristov-bundle-name
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -411,3 +411,25 @@
- type: Construction
graph: ADTBBattleaxe
node: ADTBoneCompBattleaxe

- type: entity
parent: [ BaseSword, BaseSyndicateContraband ]
id: ADTRapier
name: rapier
description: A thin syndicate rapier, its blade designed to pierce through armor with precise thrusts.
components:
- type: Sprite
sprite: ADT/Objects/Weapons/Melee/rapier.rsi
- type: MeleeWeapon
attackRate: 1.5
damage:
types:
Slash: 17
soundHit:
path: /Audio/Weapons/bladeslice.ogg
- type: ArmorPenetration
penetration: 0.3
- type: Reflect
reflectProb: .1
spread: 90
- type: DisarmMalus
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": "Created by discord:𝘽𝙚𝙡𝙖𝙮#7441. Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/555fa0ed9f380509156d94131bd8a3f1c1fee1cf.",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}
Loading