Skip to content

Commit

Permalink
Модуль
Browse files Browse the repository at this point in the history
  • Loading branch information
FireFoxPhoenix committed Sep 16, 2024
1 parent f9fb39c commit 0316273
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
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

0 comments on commit 0316273

Please sign in to comment.