Skip to content

Commit d815f80

Browse files
88tvAsnDen8tv
authored
Ports Golden pAIs from Wizden (funky-station#1131)
Co-authored-by: AsnDen <75905158+AsnDen@users.noreply.github.com> Co-authored-by: 8tv <eightev@gmail.com>
1 parent a8d7a84 commit d815f80

7 files changed

Lines changed: 31 additions & 2 deletions

File tree

Resources/Prototypes/Entities/Markers/Spawners/Random/Salvage/tables_loot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@
176176
- id: ClothingHeadHatFancyCrown
177177
- id: GoldenBikeHorn
178178
- id: ClothingHeadHatCatEars
179+
- id: GoldenPersonalAI
179180
- id: TreasureCoinDiamond
180181
amount: !type:RangeNumberSelector
181182
range: 2, 5

Resources/Prototypes/Entities/Markers/Spawners/Random/maintenance.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@
224224
- id: ClothingUniformJumpsuitFamilyGuy
225225
- id: WristwatchGold
226226
- id: RubberStampGreytide
227+
- id: GoldenPersonalAI
227228

228229
- type: entity
229230
name: Maint Loot Spawner

Resources/Prototypes/Entities/Objects/Fun/pai.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,23 @@
170170
- type: StationAiVision # Goobstation - AI can see through NT silicon
171171
enabled: false
172172

173+
- type: entity
174+
parent: PersonalAI
175+
id: GoldenPersonalAI
176+
name: golden personal ai device
177+
description: Your electronic pal who's fun to be with! Special golden edition!
178+
components:
179+
- type: Sprite
180+
sprite: Objects/Fun/pai.rsi
181+
layers:
182+
- state: golden-pai-base
183+
- state: pai-off-overlay
184+
shader: unshaded
185+
map: ["screen"]
186+
- type: Appearance
187+
- type: StaticPrice
188+
price: 5000
189+
173190
- type: entity
174191
parent: PersonalAI
175192
id: PotatoAI

Resources/Prototypes/_Goobstation/Entities/Objects/Specific/Mail/mail_fun.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@
4444
- id: SyndicatePersonalAI
4545
orGroup: PAI
4646
prob: 0.01
47+
# funky
48+
- id: GoldenPersonalAI
49+
orGroup: PAI
50+
prob: 0.05
4751

4852
- type: entity
4953
parent: BaseMail
@@ -302,4 +306,4 @@
302306
- id: SpaceCash1000
303307
orGroup: Cash
304308
prob: 0.6
305-
maxAmount: 3
309+
maxAmount: 3
590 Bytes
Loading
551 Bytes
Loading

Resources/Textures/Objects/Fun/pai.rsi/meta.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"version": 1,
33
"license": "CC-BY-SA-3.0",
4-
"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",
4+
"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",
55
"size": {
66
"x": 32,
77
"y": 32
@@ -72,6 +72,12 @@
7272
},
7373
{
7474
"name": "potato-searching-overlay"
75+
},
76+
{
77+
"name": "golden-icon-pai-off"
78+
},
79+
{
80+
"name": "golden-pai-base"
7581
}
7682
]
7783
}

0 commit comments

Comments
 (0)