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

Модуль энергетического оружия киборгам #42

Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,5 @@ ent-BorgModuleL6C = модуль киборга с L6C ROW
.desc = Модуль, в который входит пулемёт L6C.
ent-BorgModuleMartyr = модуль киборга Мученик
.desc = Модуль, поставляемый со взрывчаткой, с которой вы, скорее всего, не захотите связываться сами.
ent-BorgModuleWeapon = модуль энергетического оружия киборга
.desc = Модуль, с энергокижалом и продвинутым лазерным пистолетом для киборга.
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
- type: entity
id: BorgModuleWeapon
parent: [ BaseBorgModule, BaseProviderBorgModule ]
name: cyborg energy weapon module
description: Module with an energy dagger and an advanced laser pistol for a cyborg.
components:
- type: Sprite
layers:
- state: syndicate
- state: icon-syndicate
- type: ItemBorgModule
items:
- WeaponAdvancedLaser
- EnergyDagger
- type: StaticPrice
vendPrice: 25000
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@
VestineChemistryVial: 2
HoverbikeSyndicateFlatpack: 3
SpaceBladeContra: 1
BorgModuleWeapon: 3 # Corvax-Frontier
Loading