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

броня SWAT #630

Closed
wants to merge 3 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
Expand Up @@ -126,7 +126,7 @@
damageCoefficient: 0.35
- type: ClothingSpeedModifier
walkModifier: 0.9
sprintModifier: 0.9
sprintModifier: 0.95 #Sunrise-edit
#Shoulder mounted flashlight
- type: ToggleableLightVisuals
spriteLayer: light
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@
- type: Armor
modifiers:
coefficients:
Blunt: 0.6
Blunt: 0.5 #Sunrise-edit
Slash: 0.6
Piercing: 0.6
Heat: 0.2
Expand All @@ -589,7 +589,7 @@
size: Huge
- type: ClothingSpeedModifier
walkModifier: 1.0
sprintModifier: 0.9
sprintModifier: 0.95 #Sunrise-edit
- type: HeldSpeedModifier
- type: ToggleableClothing
clothingPrototype: ClothingHeadHelmetHardsuitSyndieElite
Expand Down
4 changes: 2 additions & 2 deletions Resources/Prototypes/_Sunrise/Catalog/uplink_catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -388,9 +388,9 @@
productEntity: BeltSheathSyndieFilledBox
discountCategory: rareDiscounts
discountDownTo:
Telecrystal: 5
Telecrystal: 3
cost:
Telecrystal: 11
Telecrystal: 10
categories:
- UplinkWeaponry

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,27 @@
wideAnimationRotation: -135
angle: 0
animation: WeaponArcThrust
attackRate: 1.4
attackRate: 1.5
damage:
types:
Piercing: 18
Piercing: 19
resistanceBypass: true
soundHit:
path: /Audio/Weapons/bladeslice.ogg
- type: SolutionContainerManager
solutions:
melee:
maxVol: 2
- type: MeleeChemicalInjector
solution: melee
- type: RefillableSolution
solution: melee
- type: InjectableSolution
solution: melee
- type: SolutionTransfer
maxTransferAmount: 2
- type: Reflect
reflectProb: 0.2
reflectProb: 0.3
spread: 90
- type: Item
sprite: _Sunrise/Objects/Weapons/Melee/syndicate_rapier.rsi
Expand Down
Loading