]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Golden pai (#38549)
authorAsnDen <75905158+AsnDen@users.noreply.github.com>
Mon, 7 Jul 2025 05:07:52 +0000 (08:07 +0300)
committerGitHub <noreply@github.com>
Mon, 7 Jul 2025 05:07:52 +0000 (01:07 -0400)
* Golden pai

* Make golden PAI public and rare

* Golden PAI = legendary salvage

Resources/Prototypes/Entities/Markers/Spawners/Random/Salvage/tables_loot.yml
Resources/Prototypes/Entities/Markers/Spawners/Random/maintenance.yml
Resources/Prototypes/Entities/Objects/Fun/pai.yml
Resources/Textures/Objects/Fun/pai.rsi/golden-icon-pai-off.png [new file with mode: 0644]
Resources/Textures/Objects/Fun/pai.rsi/golden-pai-base.png [new file with mode: 0644]
Resources/Textures/Objects/Fun/pai.rsi/meta.json

index 65f8f66106cab6293dccdb34e2334cdb3ac0a317..9f952db002deed03f6607082d9bae6ae36f1ac0f 100644 (file)
     - id: ClothingHeadHatFancyCrown
     - id: GoldenBikeHorn
     - id: ClothingHeadHatCatEars
+    - id: GoldenPersonalAI
     - id: TreasureCoinDiamond
       amount: !type:RangeNumberSelector
         range: 2, 5
index 6def2009ccbf855b29c908d78a14d22293f7ee59..b1a1c604977d0dd479b6e026cc2bf01931ae388f 100644 (file)
       - id: ClothingUniformJumpsuitFamilyGuy
       - id: WristwatchGold
       - id: RubberStampGreytide
+      - id: GoldenPersonalAI
 
 - type: entity
   name: Maint Loot Spawner
index 23227a65ee73667c0f23e07577ffb55da8d1ea5b..8f8fd2d03cc3a0ae021ef6d71028b0f7c959a7bc 100644 (file)
   - 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 (file)
index 0000000..c267627
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 (file)
index 0000000..aab9aa3
Binary files /dev/null and b/Resources/Textures/Objects/Fun/pai.rsi/golden-pai-base.png differ
index f819450aa88d4840a3e8a30164cbfd01ebdc1ee5..e01d1f92ab513a1065f91d9bc22d9e1f91a5a61d 100644 (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
     },
     {
       "name": "potato-searching-overlay"
+    },
+    {
+      "name": "golden-icon-pai-off"
+    },
+    {
+      "name": "golden-pai-base"
     }
   ]
 }