Add syndicate pAI to uplink (#18674)
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
BIN
Resources/Textures/Objects/Fun/pai.rsi/icon-pai-off.png
Normal file
BIN
Resources/Textures/Objects/Fun/pai.rsi/icon-pai-off.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.4 KiB |
@@ -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 |
Reference in New Issue
Block a user