Skip to content

Commit

Permalink
TTK Tweaks 2 (#2237)
Browse files Browse the repository at this point in the history
* gunplayfix

* comeback

* eswords tweak

* modifier sets revert
  • Loading branch information
Gnomeev authored Nov 15, 2024
1 parent ed0bc6e commit 18f7bc3
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 12 deletions.
10 changes: 5 additions & 5 deletions Resources/Prototypes/Catalog/uplink_catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@
discountDownTo:
Telecrystal: 6
cost:
Telecrystal: 12
Telecrystal: 14 #ss220TTKUpdate
categories:
- UplinkWeaponry

Expand Down Expand Up @@ -259,9 +259,9 @@
productEntity: ClothingBackpackDuffelSyndicateFilledLMG
discountCategory: veryRareDiscounts
discountDownTo:
Telecrystal: 24
Telecrystal: 30 #ss220TTKUpdate
cost:
Telecrystal: 30
Telecrystal: 40 #ss220TTKUpdate
categories:
- UplinkWeaponry
conditions:
Expand Down Expand Up @@ -580,7 +580,7 @@
icon: { sprite: /Textures/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Magnum/magnum_speed_loader.rsi, state: icon }
productEntity: SpeedLoaderMagnumAP
cost:
Telecrystal: 3
Telecrystal: 4 #ss220TTKUpdate
categories:
- UplinkAmmo

Expand All @@ -602,7 +602,7 @@
description: uplink-sniper-ammo-desc
productEntity: MagazineBoxAntiMateriel
cost:
Telecrystal: 2
Telecrystal: 4 #ss220TTKUpdate
categories:
- UplinkAmmo

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@
- type: Appearance
#ss220lowTTKUpdate btw lmg too OP ^^^^
- type: HeldSpeedModifier
walkModifier: 0.8
sprintModifier: 0.8
walkModifier: 0.7
sprintModifier: 0.7
mirrorClothingModifier: false
#ss220lowTTKUpdate

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,12 @@
- CartridgeAntiMateriel
capacity: 5
proto: CartridgeAntiMateriel
#ss220lowTTKUpdate
- type: HeldSpeedModifier
walkModifier: 0.75
sprintModifier: 0.75
mirrorClothingModifier: false
#ss220lowTTKUpdate

- type: entity
name: musket
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,12 +110,12 @@
sprite: Objects/Weapons/Melee/e_sword-inhands.rsi
#ss220lowTTKUpdate
- type: Reflect
reflectProb: 0.75
reflectProb: 0.45 #ss220 ttkTweaks
reflects:
- NonEnergy
- Energy #SS220-FixReflects
spread: 80
reflectProbProjectile: 0.60
reflectProbProjectile: 0.40 #ss220 ttkTweaks
spreadProjectile: 180
#ss220lowTTKUpdate

Expand Down Expand Up @@ -389,12 +389,12 @@
sprite: Objects/Weapons/Melee/e_sword_double-inhands.rsi
# ss220 FixESword
- type: Reflect
reflectProb: 0.95
reflectProb: 0.80 #ss220 ttkTweaks
reflects:
- NonEnergy
- Energy #SS220-FixReflects
spread: 45
reflectProbProjectile: 0.8 #ss220lowTTKUpdate
reflectProbProjectile: 0.70 #ss220lowTTKUpdate
spreadProjectile: 180
# ss220 FixESword

Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Research/arsenal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
state: icon
discipline: Arsenal
tier: 1
cost: 7500
cost: 10000 # ss220ttkUpdate
recipeUnlocks:
- WeaponLaserCarbine

Expand Down

0 comments on commit 18f7bc3

Please sign in to comment.