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-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:
tags:
- NukeOpsUplink
# Explosives
- type: listing
@@ -369,7 +369,7 @@
whitelist:
tags:
- NukeOpsUplink
- type: listing
id: UplinkReinforcementRadioSyndicateMonkey
name: uplink-reinforcement-radio-monkey-name
@@ -942,7 +942,7 @@
whitelist:
- Zookeeper
- Scientist
- SeniorResearcher
- SeniorResearcher
- Chef
- type: listing
@@ -1308,3 +1308,17 @@
Telecrystal: 1
categories:
- 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
parent: PersonalAI
id: SyndicatePersonalAI
name: Syndicate ai device
description: Your electronic pal made by the Syndicate!
name: Syndicate personal ai device
description: Your Syndicate pal who's fun to be with!
components:
- type: Sprite
netsync: false

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB