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

вульпизатор #1115

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 8 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 @@ -5,3 +5,7 @@ ent-ADTWeaponMiniatureEnergyCrossbow = миниатюрный энергетич
.desc = Энергетический арбалет синдиката, маленький, тихий и смертоносный.
ent-ADTWeaponEnergyCrossbow = энергетический арбалет
.desc = Тяжёлое смертоносное оружие, поддаётся модификации модулями ПКА. Любимое оружие революционеров, еретиков и прочих любителей кустарной смерти.

ent-ADTWeaponVulpizator = вульпизатор
.desc = Оружие само-защиты, которое превращает врага в.... вульпочку.....
.suffix = { "Адмемы" }
Original file line number Diff line number Diff line change
Expand Up @@ -283,3 +283,26 @@
- type: BatterySelfRecharger
autoRecharge: true
autoRechargeRate: 225

- type: entity
name: vulpizator
parent: [ WeaponDisablerPractice, BaseSecurityCommandContraband ]
id: ADTWeaponVulpizator
description: A self-defense weapon that... turns you into vulpkanin..
components:
- type: Sprite
sprite: Objects/Weapons/Guns/Battery/disabler.rsi
layers:
- state: base
map: ["enum.GunVisualLayers.Base"]
- state: mag-unshaded-0
map: ["enum.GunVisualLayers.MagUnshaded"]
shader: unshaded
- type: Clothing
sprite: Objects/Weapons/Guns/Battery/disabler.rsi
quickEquip: false
slots:
- suitStorage
- Belt
- type: BasicEntityAmmoProvider
proto: ADTProjectilePolyboltVulpkanin
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,16 @@
Airloss: -20
Toxin: -20
ignoreResistances: true

- type: entity
parent: ProjectilePolyboltBase
id: ADTProjectilePolyboltVulpkanin
name: vulp polybolt
description: Nooo, I don't wanna be furry!
categories: [ HideSpawnMenu ]
components:
- type: PolymorphOnCollide
polymorph: ADTWizardForcedVulpkanin
whitelist:
components:
- Body
Loading