Add syndicate pAI to uplink (#18674)

This commit is contained in:
crazybrain23
2023-08-05 05:26:25 +01:00
committed by GitHub
parent ead47c541d
commit ba9f2bd512
6 changed files with 27 additions and 5 deletions

View File

@@ -319,3 +319,5 @@ uplink-scarf-syndie-red-desc = A stylish striped syndicate red scarf. The perfec
uplink-scarf-syndie-green-name = striped syndicate green scarf uplink-scarf-syndie-green-name = striped syndicate green scarf
uplink-scarf-syndie-green-desc = A stylish striped syndicate green scarf. The perfect winter accessory for those with a keen fashion sense, and those who are in the mood to steal something. uplink-scarf-syndie-green-desc = A stylish striped syndicate green scarf. The perfect winter accessory for those with a keen fashion sense, and those who are in the mood to steal something.
uplink-syndicate-pai-name = Syndicate personal ai device
uplink-syndicate-pai-desc = A Syndicate variant of the pAI with access to the Syndicate radio channel. We do not guarantee their usefulness.

View File

@@ -100,7 +100,7 @@
blacklist: blacklist:
tags: tags:
- NukeOpsUplink - NukeOpsUplink
# Explosives # Explosives
- type: listing - type: listing
@@ -369,7 +369,7 @@
whitelist: whitelist:
tags: tags:
- NukeOpsUplink - NukeOpsUplink
- type: listing - type: listing
id: UplinkReinforcementRadioSyndicateMonkey id: UplinkReinforcementRadioSyndicateMonkey
name: uplink-reinforcement-radio-monkey-name name: uplink-reinforcement-radio-monkey-name
@@ -942,7 +942,7 @@
whitelist: whitelist:
- Zookeeper - Zookeeper
- Scientist - Scientist
- SeniorResearcher - SeniorResearcher
- Chef - Chef
- type: listing - type: listing
@@ -1308,3 +1308,17 @@
Telecrystal: 1 Telecrystal: 1
categories: categories:
- UplinkPointless - UplinkPointless
- type: listing
id: UplinkSyndicatePersonalAI
name: uplink-syndicate-pai-name
description: uplink-syndicate-pai-desc
icon: { sprite: /Textures/Objects/Fun/pai.rsi, state: syndicate-icon-pai-off }
productEntity: SyndicatePersonalAI
cost:
Telecrystal: 1
categories:
- UplinkPointless
conditions:
- !type:ListingLimitedStockCondition
stock: 1

View File

@@ -61,8 +61,8 @@
- type: entity - type: entity
parent: PersonalAI parent: PersonalAI
id: SyndicatePersonalAI id: SyndicatePersonalAI
name: Syndicate ai device name: Syndicate personal ai device
description: Your electronic pal made by the Syndicate! description: Your Syndicate pal who's fun to be with!
components: components:
- type: Sprite - type: Sprite
netsync: false netsync: false

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

View File

@@ -7,6 +7,9 @@
"y": 32 "y": 32
}, },
"states": [ "states": [
{
"name": "icon-pai-off"
},
{ {
"name": "pai-base" "name": "pai-base"
}, },
@@ -31,6 +34,9 @@
] ]
] ]
}, },
{
"name": "syndicate-icon-pai-off"
},
{ {
"name": "syndicate-pai-off-overlay" "name": "syndicate-pai-off-overlay"
}, },

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB