diff --git a/Resources/Locale/ru-RU/WWDP_TRANSLATION/prototypes/entities/objects/misc/dat_fukken_disk.ftl b/Resources/Locale/ru-RU/WWDP_TRANSLATION/prototypes/entities/objects/misc/dat_fukken_disk.ftl index dbbd99c09cc..03d5ff41cc5 100644 --- a/Resources/Locale/ru-RU/WWDP_TRANSLATION/prototypes/entities/objects/misc/dat_fukken_disk.ftl +++ b/Resources/Locale/ru-RU/WWDP_TRANSLATION/prototypes/entities/objects/misc/dat_fukken_disk.ftl @@ -3,5 +3,5 @@ ent-NukeDisk = диск ядерной авторизации .suffix = { "" } ent-NukeDiskFake = диск ядерной авторизации - .desc = Диск ядерной авторизации, способный ... ПОГОДИТЕ ЭТО ПРОСТО КРАШЕНЫЙ ПЛАСТИК, ТВОЮ Ж... + .desc = Диск ядерной авторизации, способный взвести ядерную бомбу, при использовании вместе с кодом. Записка от Nanotrasen гласит: "ЭТО ВАША САМАЯ БОЛЬШАЯ ЦЕННОСТЬ, БЕРЕГИТЕ ЭТОТ ГРЁБАНЫЙ ДИСК!". .suffix = Поддельный diff --git a/Resources/Prototypes/Actions/types.yml b/Resources/Prototypes/Actions/types.yml index 34f78ee5c80..a2735260afe 100644 --- a/Resources/Prototypes/Actions/types.yml +++ b/Resources/Prototypes/Actions/types.yml @@ -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: diff --git a/Resources/Prototypes/Catalog/uplink_catalog.yml b/Resources/Prototypes/Catalog/uplink_catalog.yml index 57ff6d7da40..1ddfe8e02a3 100644 --- a/Resources/Prototypes/Catalog/uplink_catalog.yml +++ b/Resources/Prototypes/Catalog/uplink_catalog.yml @@ -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 @@ -128,7 +128,7 @@ Telecrystal: 2 productEntity: EnergySword cost: - Telecrystal: 8 + Telecrystal: 7 # WD EDIT: 8 -> 7 # WD EDIT END categories: - UplinkWeaponry @@ -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 @@ -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 @@ -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 @@ -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 categories: - UplinkImplants @@ -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 @@ -1864,7 +1864,7 @@ discountDownTo: Telecrystal: 1 # WD EDIT cost: - Telecrystal: 4 # WD EDIT + Telecrystal: 2 # WD EDIT: 4 > 2 categories: - UplinkWearables diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Melee/e_sword.yml b/Resources/Prototypes/Entities/Objects/Weapons/Melee/e_sword.yml index 31b5e56754e..fbae4fc84d2 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Melee/e_sword.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Melee/e_sword.yml @@ -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 diff --git a/Resources/Prototypes/_Goobstation/Catalog/uplink_catalog.yml b/Resources/Prototypes/_Goobstation/Catalog/uplink_catalog.yml index 1b8e106a0f1..3f1c56531b8 100644 --- a/Resources/Prototypes/_Goobstation/Catalog/uplink_catalog.yml +++ b/Resources/Prototypes/_Goobstation/Catalog/uplink_catalog.yml @@ -338,7 +338,7 @@ discountDownTo: Telecrystal: 1 cost: - Telecrystal: 5 + Telecrystal: 3 #EDIT: 5 > 3 # WD EDIT END categories: - UplinkAmmo diff --git a/Resources/Prototypes/_White/Catalog/Uplink/ammo.yml b/Resources/Prototypes/_White/Catalog/Uplink/ammo.yml index 9d7132c9c6b..998c1d8dd9d 100644 --- a/Resources/Prototypes/_White/Catalog/Uplink/ammo.yml +++ b/Resources/Prototypes/_White/Catalog/Uplink/ammo.yml @@ -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 diff --git a/Resources/Prototypes/_White/Catalog/Uplink/wearables.yml b/Resources/Prototypes/_White/Catalog/Uplink/wearables.yml index bced036a209..7b8a71c1e37 100644 --- a/Resources/Prototypes/_White/Catalog/Uplink/wearables.yml +++ b/Resources/Prototypes/_White/Catalog/Uplink/wearables.yml @@ -31,6 +31,6 @@ discountDownTo: Telecrystal: 2 cost: - Telecrystal: 6 + Telecrystal: 4 #EDIT: 6 > 4 categories: - UplinkWearables