From: AsnDen <75905158+AsnDen@users.noreply.github.com> Date: Mon, 7 Jul 2025 05:07:52 +0000 (+0300) Subject: Golden pai (#38549) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=021551ede3276a22b64570fb71435b77def4762c;p=space-station-14.git Golden pai (#38549) * Golden pai * Make golden PAI public and rare * Golden PAI = legendary salvage --- diff --git a/Resources/Prototypes/Entities/Markers/Spawners/Random/Salvage/tables_loot.yml b/Resources/Prototypes/Entities/Markers/Spawners/Random/Salvage/tables_loot.yml index 65f8f66106..9f952db002 100644 --- a/Resources/Prototypes/Entities/Markers/Spawners/Random/Salvage/tables_loot.yml +++ b/Resources/Prototypes/Entities/Markers/Spawners/Random/Salvage/tables_loot.yml @@ -172,6 +172,7 @@ - id: ClothingHeadHatFancyCrown - id: GoldenBikeHorn - id: ClothingHeadHatCatEars + - id: GoldenPersonalAI - id: TreasureCoinDiamond amount: !type:RangeNumberSelector range: 2, 5 diff --git a/Resources/Prototypes/Entities/Markers/Spawners/Random/maintenance.yml b/Resources/Prototypes/Entities/Markers/Spawners/Random/maintenance.yml index 6def2009cc..b1a1c60497 100644 --- a/Resources/Prototypes/Entities/Markers/Spawners/Random/maintenance.yml +++ b/Resources/Prototypes/Entities/Markers/Spawners/Random/maintenance.yml @@ -172,6 +172,7 @@ - id: ClothingUniformJumpsuitFamilyGuy - id: WristwatchGold - id: RubberStampGreytide + - id: GoldenPersonalAI - type: entity name: Maint Loot Spawner diff --git a/Resources/Prototypes/Entities/Objects/Fun/pai.yml b/Resources/Prototypes/Entities/Objects/Fun/pai.yml index 23227a65ee..8f8fd2d03c 100644 --- a/Resources/Prototypes/Entities/Objects/Fun/pai.yml +++ b/Resources/Prototypes/Entities/Objects/Fun/pai.yml @@ -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 diff --git a/Resources/Textures/Objects/Fun/pai.rsi/golden-icon-pai-off.png b/Resources/Textures/Objects/Fun/pai.rsi/golden-icon-pai-off.png new file mode 100644 index 0000000000..c267627a21 Binary files /dev/null and b/Resources/Textures/Objects/Fun/pai.rsi/golden-icon-pai-off.png differ diff --git a/Resources/Textures/Objects/Fun/pai.rsi/golden-pai-base.png b/Resources/Textures/Objects/Fun/pai.rsi/golden-pai-base.png new file mode 100644 index 0000000000..aab9aa3657 Binary files /dev/null and b/Resources/Textures/Objects/Fun/pai.rsi/golden-pai-base.png differ diff --git a/Resources/Textures/Objects/Fun/pai.rsi/meta.json b/Resources/Textures/Objects/Fun/pai.rsi/meta.json index f819450aa8..e01d1f92ab 100644 --- a/Resources/Textures/Objects/Fun/pai.rsi/meta.json +++ b/Resources/Textures/Objects/Fun/pai.rsi/meta.json @@ -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" } ] }