Gun cyborg module (#19629)

* Update borg_modules.yml

* Update uplink_catalog.yml

* Update uplink-catalog.ftl

* Add files via upload

* Update meta.json

* Update uplink-catalog.ftl

---------

Co-authored-by: Ed <96445749+TheShuEd@users.noreply.github.com>
This commit is contained in:
TruePaInt
2024-01-08 00:03:18 +03:00
committed by GitHub
parent 875f24bfbd
commit 4c2fd55720
5 changed files with 30 additions and 0 deletions

View File

@@ -142,6 +142,9 @@ uplink-voice-mask-desc = A gas mask that lets you adjust your voice to whoever y
uplink-radio-jammer-name = Radio Jammer
uplink-radio-jammer-desc = This device will disrupt any nearby outgoing radio communication when activated.
uplink-syndicate-weapon-module-name = Weapon Cyborg Module
uplink-syndicate-weapon-module-desc = This module will give a cyborg advanced laser and machete
uplink-singularity-beacon-name = Singularity Beacon
uplink-singularity-beacon-desc = A device that attracts singularities. Has to be anchored and powered. Causes singularities to grow when consumed.

View File

@@ -526,6 +526,15 @@
categories:
- UplinkUtility
- type: listing
id: UplinkSyndicateWeaponModule
name: uplink-syndicate-weapon-module-name
description: uplink-syndicate-weapon-module-desc
productEntity: BorgModuleSyndicateWeapon
cost:
Telecrystal: 5
categories:
- UplinkUtility
# Implants
- type: listing

View File

@@ -479,3 +479,18 @@
- BikeHorn
- ClownRecorder
- BikeHornInstrument
#syndicate modules
- type: entity
id: BorgModuleSyndicateWeapon
parent: [ BaseBorgModule, BaseProviderBorgModule ]
name: weapon cyborg module
components:
- type: Sprite
layers:
- state: syndicate
- state: icon-syndicate
- type: ItemBorgModule
items:
- WeaponAdvancedLaser
- Machete

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

View File

@@ -100,6 +100,9 @@
{
"name": "icon-treatment"
},
{
"name": "icon-syndicate"
},
{
"name": "janitor"
},