Syndimov Kit (#42764)

* syndimov kit

* attribution fix

* adjust prototype
This commit is contained in:
Minemoder5000 2026-02-03 12:58:22 -07:00 committed by Coryler
parent 429b710875
commit 5ed492aaaf
6 changed files with 36 additions and 7 deletions

View File

@ -201,8 +201,8 @@ uplink-singularity-beacon-desc = A device that attracts singularities. Has to be
uplink-antimov-law-name = Antimov Law Circuit
uplink-antimov-law-desc = A very dangerous Lawset to use when you want to cause the A.I. to go haywire, use with caution.
uplink-syndimov-law-name = Syndi Law Circuit
uplink-syndimov-law-desc = A subversive Lawset to use when you want to turn the A.I. to your side, use as much as possible.
uplink-syndimov-law-name = Syndi Law Circuit Kit
uplink-syndimov-law-desc = A subversive Lawset to use when you want to turn the A.I. to your side, use as much as possible. Comes with a Syndicate ID.
# Implants
uplink-storage-implanter-name = Storage Implanter

View File

@ -118,3 +118,21 @@
amount: 2
- id: WeaponBaguette
- id: PaperWrittenCombatBakeryKit
- type: entity
parent: [BoxCardboardSmall, BaseSyndicateContraband]
id: SyndimovCircuitKit
name: syndimov circuit kit
description: A kit containing an electronics board with the Syndimov lawset and a Syndicate ID.
components:
- type: Sprite
layers:
- state: box_of_doom
- state: circuit
- type: EntityTableContainerFill
containers:
storagebase: !type:AllSelector
children:
- id: SyndimovCircuitBoard
- id: SyndicateIDCard

View File

@ -1234,10 +1234,16 @@
- SurplusBundle
- type: listing
id: UplinkAntimovCircuitBoard
name: uplink-overlord-law-name # DeltaV: Changed antimov to overlord, for traitors only
description: uplink-overlord-law-desc # DeltaV: Changed antimov to overlord
productEntity: OverlordCircuitBoard # DeltaV: replaced antimov with overlord
id: UplinkSyndimovCircuitKit
name: uplink-syndimov-law-name
description: uplink-syndimov-law-desc
icon: { sprite: /Textures/Objects/Storage/boxicons.rsi, state: syndicate_circuit }
productEntity: SyndimovCircuitKit
# DV - Earlier version, keeping just for comparison for CR
# id: UplinkAntimovCircuitBoard
# name: uplink-overlord-law-name # DeltaV: Changed antimov to overlord, for traitors only
# description: uplink-overlord-law-desc # DeltaV: Changed antimov to overlord
# productEntity: OverlordCircuitBoard # DeltaV: replaced antimov with overlord
discountCategory: usualDiscounts
discountDownTo:
Telecrystal: 4 # DeltaV: was 10

View File

@ -1000,6 +1000,8 @@
- sprite: *icon-rsi
offset: *icon-offset
state: Syndicate
- type: IdCard
jobIcon: JobIconSyndicate
- type: Item
heldPrefix: black
- type: Access

View File

@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from vgstation at commit https://github.com/vgstation-coders/vgstation13/commit/ca674eff9d23e04357b7609ef7e07eadfc1a993f and modified by Flareguy (github), throwing_knives and vials are drawn by Ubaser, tracks made by Fazansen(https://github.com/Fazansen), modified by ps3moira (github). sechud renamed to secglasses, new sechud, sunglasses by K-Dynamic (github).",
"copyright": "Taken from vgstation at commit https://github.com/vgstation-coders/vgstation13/commit/ca674eff9d23e04357b7609ef7e07eadfc1a993f and modified by Flareguy (github), throwing_knives and vials are drawn by Ubaser, tracks made by Fazansen(https://github.com/Fazansen), modified by ps3moira (github). sechud renamed to secglasses, new sechud, sunglasses by K-Dynamic (github), syndicate_circuit modified by Minemoder5000 (github).",
"size": {
"x": 32,
"y": 32
@ -93,6 +93,9 @@
},
{
"name": "tracks"
},
{
"name": "syndicate_circuit"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB