]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Gun cyborg module (#19629)
authorTruePaInt <113789950+TruePaIntGit@users.noreply.github.com>
Sun, 7 Jan 2024 21:03:18 +0000 (00:03 +0300)
committerGitHub <noreply@github.com>
Sun, 7 Jan 2024 21:03:18 +0000 (00:03 +0300)
* 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>
Resources/Locale/en-US/store/uplink-catalog.ftl
Resources/Prototypes/Catalog/uplink_catalog.yml
Resources/Prototypes/Entities/Objects/Specific/Robotics/borg_modules.yml
Resources/Textures/Objects/Specific/Robotics/borgmodule.rsi/icon-syndicate.png [new file with mode: 0644]
Resources/Textures/Objects/Specific/Robotics/borgmodule.rsi/meta.json

index 33bcdb22f6e8f3de36139ad6eca9539d1fa46755..fe21340882f64db4e48e20037a78fc698e4fb7a1 100644 (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.
 
index bf726f2e53e84593fd39390c8f0fe26016a43d47..dfad53c2110005d2b912c7c205d0dbe690f6e165 100644 (file)
   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
index 164e704ba214c651bcbf0b059a56a845847dd095..83306e2acfa476a62df337eba0e0e3577de0e76c 100644 (file)
     - 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
diff --git a/Resources/Textures/Objects/Specific/Robotics/borgmodule.rsi/icon-syndicate.png b/Resources/Textures/Objects/Specific/Robotics/borgmodule.rsi/icon-syndicate.png
new file mode 100644 (file)
index 0000000..ab98013
Binary files /dev/null and b/Resources/Textures/Objects/Specific/Robotics/borgmodule.rsi/icon-syndicate.png differ
index 20b8e18b9efc629c493c936b390d1a86d73991d4..24992441359ca23f335b93df9681c9795fcbf082 100644 (file)
     {
       "name": "icon-treatment"
     },
+    {
+      "name": "icon-syndicate"
+    },
     {
       "name": "janitor"
     },