Golden pai (#38549)

* Golden pai

* Make golden PAI public and rare

* Golden PAI = legendary salvage
This commit is contained in:
AsnDen
2025-07-07 08:07:52 +03:00
committed by GitHub
parent 52a8414f71
commit 021551ede3
6 changed files with 26 additions and 1 deletions

View File

@@ -172,6 +172,7 @@
- id: ClothingHeadHatFancyCrown
- id: GoldenBikeHorn
- id: ClothingHeadHatCatEars
- id: GoldenPersonalAI
- id: TreasureCoinDiamond
amount: !type:RangeNumberSelector
range: 2, 5

View File

@@ -172,6 +172,7 @@
- id: ClothingUniformJumpsuitFamilyGuy
- id: WristwatchGold
- id: RubberStampGreytide
- id: GoldenPersonalAI
- type: entity
name: Maint Loot Spawner

View File

@@ -130,6 +130,23 @@
- type: StaticPrice
price: 500
- type: entity
parent: PersonalAI
id: GoldenPersonalAI
name: golden personal ai device
description: Your electronic pal who's fun to be with! Special golden edition!
components:
- type: Sprite
sprite: Objects/Fun/pai.rsi
layers:
- state: golden-pai-base
- state: pai-off-overlay
shader: unshaded
map: ["screen"]
- type: Appearance
- type: StaticPrice
price: 5000
- type: entity
parent: PersonalAI
id: PotatoAI

Binary file not shown.

After

Width:  |  Height:  |  Size: 590 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 551 B

View File

@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/9ddb8cf084e292571d4e9c79745db25befbd82fe. pai-searching-overlay heavily modified. Syndicate variants by fedKotikeD, and potato by Doru991",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/9ddb8cf084e292571d4e9c79745db25befbd82fe. pai-searching-overlay heavily modified. Syndicate variants by fedKotikeD, and potato by Doru991. Golden pai variant is made from ScrapPAIGold by AsnDen",
"size": {
"x": 32,
"y": 32
@@ -72,6 +72,12 @@
},
{
"name": "potato-searching-overlay"
},
{
"name": "golden-icon-pai-off"
},
{
"name": "golden-pai-base"
}
]
}