Skip to content
Open
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 @@ -3,5 +3,5 @@ ent-NukeDisk = диск ядерной авторизации
.suffix = { "" }

ent-NukeDiskFake = диск ядерной авторизации
.desc = Диск ядерной авторизации, способный ... ПОГОДИТЕ ЭТО ПРОСТО КРАШЕНЫЙ ПЛАСТИК, ТВОЮ Ж...
.desc = Диск ядерной авторизации, способный взвести ядерную бомбу, при использовании вместе с кодом. Записка от Nanotrasen гласит: "ЭТО ВАША САМАЯ БОЛЬШАЯ ЦЕННОСТЬ, БЕРЕГИТЕ ЭТОТ ГРЁБАНЫЙ ДИСК!".
.suffix = Поддельный
4 changes: 2 additions & 2 deletions Resources/Prototypes/Actions/types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@
components:
- type: InstantAction
checkCanInteract: false
charges: 3
useDelay: 5
# charges: 3 WWDP
useDelay: 45 # WD EDIT: 5 -> 45
itemIconStyle: BigAction
priority: -20
icon:
Expand Down
40 changes: 20 additions & 20 deletions Resources/Prototypes/Catalog/uplink_catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@
# WD EDIT START
discountCategory: rareDiscounts
discountDownTo:
Telecrystal: 2
Telecrystal: 1 # WD edit: 2 > 1
cost:
Telecrystal: 6
Telecrystal: 3 # WD edit: 6 > 3
# WD EDIT END
categories:
- UplinkWeaponry
Expand Down Expand Up @@ -128,7 +128,7 @@
Telecrystal: 2
productEntity: EnergySword
cost:
Telecrystal: 8
Telecrystal: 7 # WD EDIT: 8 -> 7
# WD EDIT END
categories:
- UplinkWeaponry
Expand Down Expand Up @@ -557,11 +557,11 @@
icon: { sprite: /Textures/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/smg_mag.rsi, state: red-icon }
productEntity: MagazinePistolSubMachineGun
# WD EDIT START
discountCategory: usualDiscounts
discountDownTo:
Telecrystal: 1
# discountCategory: usualDiscounts
# discountDownTo:
# Telecrystal: 1
cost:
Telecrystal: 2
Telecrystal: 1 #EDIT: 2 > 1
# WD EDIT END
categories:
- UplinkAmmo
Expand Down Expand Up @@ -655,11 +655,11 @@
icon: { sprite: /Textures/Objects/Weapons/Guns/Ammunition/Magazine/CaselessRifle/caseless_rifle_mag.rsi, state: red }
productEntity: MagazineCaselessRifle
# WD EDIT START
discountCategory: usualDiscounts
discountDownTo:
Telecrystal: 1
# discountCategory: usualDiscounts
# discountDownTo:
# Telecrystal: 1
cost:
Telecrystal: 2
Telecrystal: 1 #EDIT: 2 > 1
# WD EDIT END
categories:
- UplinkAmmo
Expand Down Expand Up @@ -735,9 +735,9 @@
# WD EDIT START
discountCategory: usualDiscounts
discountDownTo:
Telecrystal: 2
Telecrystal: 1 #EDIT: 2 > 1
cost:
Telecrystal: 6
Telecrystal: 4 #EDIT: 6 > 4
# WD EDIT END
categories:
- UplinkAmmo
Expand Down Expand Up @@ -1763,9 +1763,9 @@
icon: { sprite: Interface/Actions/actions_fakemindshield.rsi, state: icon-on }
productEntity: FakeMindShieldImplanter
discountDownTo:
Telecrystal: 10
Telecrystal: 2 # WD EDIT: 10 -> 2
cost:
Telecrystal: 20
Telecrystal: 4 # WD EDIT: 20 -> 4
Comment on lines +1766 to +1768

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

🧩 Analysis chain

🏁 Script executed:

head -n 1770 Resources/Prototypes/Catalog/uplink_catalog.yml | tail -n 10

Repository: WWhiteDreamProject/wwdpublic

Length of output: 407


🏁 Script executed:

# Find the FakeMindShieldImplanter entry to get context
rg -n "FakeMindShieldImplanter" Resources/Prototypes/Catalog/uplink_catalog.yml -A 10 -B 2

Repository: WWhiteDreamProject/wwdpublic

Length of output: 451


Синхронизируйте стоимость FakeMindShieldImplanter: в коде значение 4, но в описании PR указано 5.

На строке 1768 текущее значение Telecrystal: 4, что противоречит заявленному в PR 20 → 5. Требуется привести код в соответствие с целевым значением.

Если целевое значение — 5 ТК
   cost:
-    Telecrystal: 4 # WD EDIT: 20 -> 4
+    Telecrystal: 5 # WD EDIT: 20 -> 5
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
Telecrystal: 2 # WD EDIT: 10 -> 2
cost:
Telecrystal: 20
Telecrystal: 4 # WD EDIT: 20 -> 4
Telecrystal: 2 # WD EDIT: 10 -> 2
cost:
Telecrystal: 5 # WD EDIT: 20 -> 5
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@Resources/Prototypes/Catalog/uplink_catalog.yml` around lines 1766 - 1768,
The cost entry for FakeMindShieldImplanter is out of sync: update the
Telecrystal cost under the item labeled FakeMindShieldImplanter (the "cost"
mapping where Telecrystal is currently 4) to the target value 5 so the YAML
matches the PR description; ensure you update the Telecrystal value in the same
mapping and keep formatting consistent with other items.

categories:
- UplinkImplants

Expand All @@ -1777,11 +1777,11 @@
name: uplink-black-jetpack-name
description: uplink-black-jetpack-desc
productEntity: JetpackBlackFilled
discountCategory: usualDiscounts # WD EDIT
discountDownTo:
Telecrystal: 1 # WD EDIT
# discountCategory: usualDiscounts
# discountDownTo:
# Telecrystal: 1 # WD EDIT
cost:
Telecrystal: 2 # WD EDIT
Telecrystal: 1 # WD EDIT: 2 > 1
categories:
- UplinkWearables

Expand Down Expand Up @@ -1864,7 +1864,7 @@
discountDownTo:
Telecrystal: 1 # WD EDIT
cost:
Telecrystal: 4 # WD EDIT
Telecrystal: 2 # WD EDIT: 4 > 2
categories:
- UplinkWearables

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@
types:
Slash: 15 # WD EDIT: 12 -> 15
Heat: 15
Structural: 30
Structural: 45 # WD EDIT: 30 -> 45
- type: ItemToggleActiveSound
activeSound:
path: /Audio/Weapons/ebladehum.ogg
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@
discountDownTo:
Telecrystal: 1
cost:
Telecrystal: 5
Telecrystal: 3 #EDIT: 5 > 3
# WD EDIT END
categories:
- UplinkAmmo
Expand Down
8 changes: 4 additions & 4 deletions Resources/Prototypes/_White/Catalog/Uplink/ammo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
name: uplink-magazine-light-rifle-ar31hydra-name
description: uplink-magazine-light-rifle-ar31hydra-desc
productEntity: MagazineLightRifleAR31Hydra
discountCategory: usualDiscounts
discountDownTo:
Telecrystal: 1
# discountCategory: usualDiscounts
# discountDownTo:
# Telecrystal: 1
cost:
Telecrystal: 2
Telecrystal: 1 #EDIT 2 > 1
categories:
- UplinkAmmo

Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/_White/Catalog/Uplink/wearables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
discountDownTo:
Telecrystal: 2
cost:
Telecrystal: 6
Telecrystal: 4 #EDIT: 6 > 4
categories:
- UplinkWearables
Loading