Skip to content

Commit

Permalink
CqCFix (#771)
Browse files Browse the repository at this point in the history
* CqCFix

* formatting fix

---------

Co-authored-by: Dexler <[email protected]>
  • Loading branch information
ZoNeSRuS and DexlerXD authored Feb 22, 2024
1 parent 6fb88e8 commit c4ca08f
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 30 deletions.
2 changes: 1 addition & 1 deletion Resources/Prototypes/Catalog/uplink_catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
icon: { sprite: /Textures/Objects/Weapons/Melee/e_sword_double.rsi, state: icon }
productEntity: EnergySwordDouble
cost:
Telecrystal: 12
Telecrystal: 16
categories:
- UplinkWeapons
conditions:
Expand Down
20 changes: 10 additions & 10 deletions Resources/Prototypes/Roles/Jobs/Civilian/chef.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@
extendedAccess:
- Hydroponics
- Bar
special:
- !type:AddComponentSpecial
components:
- type: CQCCombat
availableSpells:
- NonLethalBlowback
- NonLethalPunch
- NonLethalDisarm
- NonLethalLongSleep
- type: Missable
# special:
# - !type:AddComponentSpecial
# components:
# - type: CQCCombat
# availableSpells:
# - NonLethalBlowback
# - NonLethalPunch
# - NonLethalDisarm
# - NonLethalLongSleep
# - type: Missable

- type: startingGear
id: ChefGear
Expand Down
18 changes: 9 additions & 9 deletions Resources/Prototypes/Roles/Jobs/Command/blue_shield.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@
special:
- !type:AddImplantSpecial
implants: [ MindShieldImplant ]
- !type:AddComponentSpecial
components:
- type: CQCCombat
availableSpells:
- NonLethalBlowback
- NonLethalPunch
- NonLethalDisarm
- NonLethalLongSleep
- type: Missable
# - !type:AddComponentSpecial
# components:
# - type: CQCCombat
# availableSpells:
# - NonLethalBlowback
# - NonLethalPunch
# - NonLethalDisarm
# - NonLethalLongSleep
# - type: Missable

- type: startingGear
id: BlueShieldGear
Expand Down
20 changes: 10 additions & 10 deletions Resources/Prototypes/SS220/Catalog/uplink_catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
icon: { sprite: /Textures/SS220/Objects/Weapons/Guns/Crossbow/minicrossbow.rsi, state: icon }
productEntity: WeaponMiniEnergyCrossbow
cost:
Telecrystal: 4
Telecrystal: 10
categories:
- UplinkWeapons

Expand Down Expand Up @@ -41,12 +41,12 @@
components:
- SurplusBundle

- type: listing
id: UplinkCQC
name: ent-cqc-name
description: ent-cqc-desc
productEntity: cqc_lethal
cost:
Telecrystal: 4
categories:
- UplinkMisc
#- type: listing
# id: UplinkCQC
# name: ent-cqc-name
# description: ent-cqc-desc
# productEntity: cqc_lethal
# cost:
# Telecrystal: 4
# categories:
# - UplinkMisc

0 comments on commit c4ca08f

Please sign in to comment.