Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Самовосстанавливающийся пирогомёт #1132

Merged
merged 1 commit into from
Jan 18, 2025
Merged
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
@@ -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
Loading