Skip to content

Commit

Permalink
добавил самовосстанавливающийся пирогомёт (#1132)
Browse files Browse the repository at this point in the history
  • Loading branch information
banumbas authored Jan 18, 2025
1 parent fed7696 commit 8f0dd48
Show file tree
Hide file tree
Showing 4 changed files with 72 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
ent-LauncherCreamPieFake = { ent-LauncherCreamPie }
.desc = { ent-LauncherCreamPie.desc }
.suffix = Боевой
Original file line number Diff line number Diff line change
Expand Up @@ -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 = Пирогомёт использующий микрореакторную батарею для генерации новых пирогов! Страхование от ЭМИ в цену не входит.
19 changes: 19 additions & 0 deletions Resources/Prototypes/_Sunrise/Catalog/uplink_catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 8f0dd48

Please sign in to comment.