@@ -517,7 +517,7 @@
|
|||||||
id: BorgModuleOperative
|
id: BorgModuleOperative
|
||||||
parent: [ BaseBorgModuleSyndicate, BaseProviderBorgModule ]
|
parent: [ BaseBorgModuleSyndicate, BaseProviderBorgModule ]
|
||||||
name: operative cyborg module
|
name: operative cyborg module
|
||||||
description: A module that comes with a crowbar, a Cobra pistol, an Emag and a syndicate pinpointer.
|
description: A module that comes with a crowbar, an Emag and a syndicate pinpointer.
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
layers:
|
layers:
|
||||||
@@ -526,7 +526,6 @@
|
|||||||
- type: ItemBorgModule
|
- type: ItemBorgModule
|
||||||
items:
|
items:
|
||||||
- Crowbar
|
- Crowbar
|
||||||
- WeaponPistolCobra
|
|
||||||
- Emag
|
- Emag
|
||||||
- PinpointerSyndicateNuclear
|
- PinpointerSyndicateNuclear
|
||||||
|
|
||||||
@@ -534,7 +533,7 @@
|
|||||||
id: BorgModuleEsword
|
id: BorgModuleEsword
|
||||||
parent: [ BaseBorgModuleSyndicate, BaseProviderBorgModule ]
|
parent: [ BaseBorgModuleSyndicate, BaseProviderBorgModule ]
|
||||||
name: energy sword cyborg module
|
name: energy sword cyborg module
|
||||||
description: A module that comes with an energy sword.
|
description: A module that comes with a double energy sword.
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
layers:
|
layers:
|
||||||
@@ -542,7 +541,7 @@
|
|||||||
- state: icon-tools
|
- state: icon-tools
|
||||||
- type: ItemBorgModule
|
- type: ItemBorgModule
|
||||||
items:
|
items:
|
||||||
- EnergySword
|
- EnergySwordDouble
|
||||||
- PinpointerSyndicateNuclear
|
- PinpointerSyndicateNuclear
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
|
|||||||
@@ -84,7 +84,7 @@
|
|||||||
name: L6C ROW
|
name: L6C ROW
|
||||||
id: WeaponLightMachineGunL6C
|
id: WeaponLightMachineGunL6C
|
||||||
parent: BaseItem
|
parent: BaseItem
|
||||||
description: A L6 SAW modified for cyborg use. Feeds .30 rifle ammo from an internal 100 round magazine.
|
description: A L6 SAW for use by cyborgs. Creates .30 rifle ammo on the fly from an internal ammo fabricator, which slowly self-charges.
|
||||||
components:
|
components:
|
||||||
- type: Gun
|
- type: Gun
|
||||||
minAngle: 4
|
minAngle: 4
|
||||||
@@ -111,7 +111,13 @@
|
|||||||
- type: ContainerContainer
|
- type: ContainerContainer
|
||||||
containers:
|
containers:
|
||||||
ballistic-ammo: !type:Container
|
ballistic-ammo: !type:Container
|
||||||
- type: BallisticAmmoProvider
|
- type: ProjectileBatteryAmmoProvider
|
||||||
proto: CartridgeLightRifle
|
proto: CartridgeLightRifle
|
||||||
capacity: 100
|
fireCost: 100
|
||||||
|
- type: Battery
|
||||||
|
maxCharge: 10000
|
||||||
|
startingCharge: 10000
|
||||||
|
- type: BatterySelfRecharger
|
||||||
|
autoRecharge: true
|
||||||
|
autoRechargeRate: 25
|
||||||
- type: AmmoCounter
|
- type: AmmoCounter
|
||||||
|
|||||||
Reference in New Issue
Block a user