From 2c4e6176d9e884dec8aa924888bc921c23f1c4da Mon Sep 17 00:00:00 2001 From: banumbas Date: Fri, 17 Jan 2025 21:46:22 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20?= =?UTF-8?q?=D1=81=D0=B0=D0=BC=D0=BE=D0=B2=D0=BE=D1=81=D1=81=D1=82=D0=B0?= =?UTF-8?q?=D0=BD=D0=B0=D0=B2=D0=BB=D0=B8=D0=B2=D0=B0=D1=8E=D1=89=D0=B8?= =?UTF-8?q?=D0=B9=D1=81=D1=8F=20=D0=BF=D0=B8=D1=80=D0=BE=D0=B3=D0=BE=D0=BC?= =?UTF-8?q?=D1=91=D1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../specific/service/toys-syndi-clown.ftl | 3 ++ .../_sunrise/store/uplink-catalog.ftl | 5 +++ .../_Sunrise/Catalog/uplink_catalog.yml | 19 ++++++++ .../Specific/Service/toys-syndi-clown.yml | 45 +++++++++++++++++++ 4 files changed, 72 insertions(+) create mode 100644 Resources/Locale/ru-RU/_prototypes/_sunrise/entities/objects/specific/service/toys-syndi-clown.ftl create mode 100644 Resources/Prototypes/_Sunrise/Entities/Objects/Specific/Service/toys-syndi-clown.yml diff --git a/Resources/Locale/ru-RU/_prototypes/_sunrise/entities/objects/specific/service/toys-syndi-clown.ftl b/Resources/Locale/ru-RU/_prototypes/_sunrise/entities/objects/specific/service/toys-syndi-clown.ftl new file mode 100644 index 00000000000..b68cd8bf9fe --- /dev/null +++ b/Resources/Locale/ru-RU/_prototypes/_sunrise/entities/objects/specific/service/toys-syndi-clown.ftl @@ -0,0 +1,3 @@ +ent-LauncherCreamPieFake = { ent-LauncherCreamPie } + .desc = { ent-LauncherCreamPie.desc } + .suffix = Боевой \ No newline at end of file diff --git a/Resources/Locale/ru-RU/_strings/_sunrise/store/uplink-catalog.ftl b/Resources/Locale/ru-RU/_strings/_sunrise/store/uplink-catalog.ftl index 9464f9aad24..438699389a5 100644 --- a/Resources/Locale/ru-RU/_strings/_sunrise/store/uplink-catalog.ftl +++ b/Resources/Locale/ru-RU/_strings/_sunrise/store/uplink-catalog.ftl @@ -110,3 +110,8 @@ uplink-mech-teleporter-medium-name = Телепорт среднего меха uplink-mech-teleporter-medium-desc = Содержит среднебронированный мех Cybersan с интегрированными цепным мечом и ракетной установкой BRM-8. uplink-clothing-glasses-nvg-name = Модульные Очки uplink-clothing-glasses-nvg-desc = Качественно исполненные солнцезащитные очки, производства компании "Горлакс секьюрити". Использует модульные части для улучшения видимости в условиях низкой освещенности. Внимание! Очки не смогут защитить ваши глаза от прямых вспышек. + +## Jobs + +uplink-launcher-cream-pie-fake-name = Фальшивый пирогомёт +uplink-launcher-cream-pie-fake-desc = Пирогомёт использующий микрореакторную батарею для генерации новых пирогов! Страхование от ЭМИ в цену не входит. \ No newline at end of file diff --git a/Resources/Prototypes/_Sunrise/Catalog/uplink_catalog.yml b/Resources/Prototypes/_Sunrise/Catalog/uplink_catalog.yml index 9c02448060a..d948a923332 100644 --- a/Resources/Prototypes/_Sunrise/Catalog/uplink_catalog.yml +++ b/Resources/Prototypes/_Sunrise/Catalog/uplink_catalog.yml @@ -1264,3 +1264,22 @@ blacklist: components: - SurplusBundle + +# Jobs + +- type: listing + id: UplinkLauncherCreamPieFake + name: uplink-launcher-cream-pie-fake-name + description: uplink-launcher-cream-pie-fake-desc + productEntity: LauncherCreamPieFake + discountCategory: usualDiscounts + discountDownTo: + Telecrystal: 10 + cost: + Telecrystal: 15 + categories: + - UplinkJob + conditions: + - !type:BuyerJobCondition + whitelist: + - Clown \ No newline at end of file diff --git a/Resources/Prototypes/_Sunrise/Entities/Objects/Specific/Service/toys-syndi-clown.yml b/Resources/Prototypes/_Sunrise/Entities/Objects/Specific/Service/toys-syndi-clown.yml new file mode 100644 index 00000000000..ed5b8413bc3 --- /dev/null +++ b/Resources/Prototypes/_Sunrise/Entities/Objects/Specific/Service/toys-syndi-clown.yml @@ -0,0 +1,45 @@ +- type: entity + name: pie cannon + suffix: Fake + parent: BaseItem + id: LauncherCreamPieFake + description: A self-defense weapon that exhausts organic targets, weakening them until they collapse. This one has been undertuned for cadets making it mostly harmless. + components: + - type: Sprite + sprite: Objects/Weapons/Guns/Cannons/pie_cannon.rsi + layers: + - state: piecannon + - type: Clothing + sprite: Objects/Weapons/Guns/Cannons/pie_cannon.rsi + quickEquip: false + slots: + - Back + - type: Item + size: Normal + - type: Appearance + - type: AmmoCounter + - type: Gun + fireRate: 1 + selectedMode: SemiAuto + availableModes: + - SemiAuto + - FullAuto + soundGunshot: + path: /Audio/Effects/thunk.ogg + soundEmpty: + path: /Audio/Items/hiss.ogg + clumsyProof: true + - type: ProjectileBatteryAmmoProvider + proto: FoodPieBananaCream + fireCost: 100 + - type: Tag + tags: + - Sidearm + - type: Battery + maxCharge: 300 + startingCharge: 300 # Да, ЭМИ разряжает пироги, как по мне баланс + - type: BatterySelfRecharger + autoRecharge: true + autoRechargeRate: 50 + autoRechargePause: true + autoRechargePauseTime: 15 \ No newline at end of file