]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Give cluwnes job icons (#37834)
authorProfessor Renderer Grizzleton <dimjcb@aol.com>
Tue, 27 May 2025 16:39:52 +0000 (12:39 -0400)
committerGitHub <noreply@github.com>
Tue, 27 May 2025 16:39:52 +0000 (18:39 +0200)
* Add Weh-pet

* Add Weh-pet (again)

* Change weh-pet size to Medium

* Change weh-pet size to Medium (again)

Probably should've looked into what "medium" meant in yaml

* I may be stupid and misread how MIDIs worked.

* Finish weh-pet sprites

Weh!

* Add weh-pet to rare maints loot table

* Give cluwne sechud icon

* Remove weh-pet related content from cluwne-id

Why was it still THERE?

* Revert "Add Weh-pet (again)"

This reverts commit 8e135e520859ef94e693e27a86af1eed9576f9ab.

* Fix whitespace issues in residual files

* Update Resources/Textures/Interface/Misc/job_icons.rsi/meta.json

Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>
* More whitespace fixing and credit adding

* Resolve conflict in job_icons.rsi/meta.json

* Fixing whitespace *again*

---------

Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>
Resources/Prototypes/Entities/Objects/Misc/identification_cards.yml
Resources/Prototypes/StatusIcon/job.yml
Resources/Textures/Interface/Misc/job_icons.rsi/Cluwne.png [new file with mode: 0644]
Resources/Textures/Interface/Misc/job_icons.rsi/meta.json

index 72332010e6f8e518560a068c24ca0443be42fbfb..c4c5cc0aafb1765723606d001e1d8d78b9812d08 100644 (file)
     - state: idcluwne
   - type: IdCard
     jobTitle: job-title-cluwne
+    jobIcon: JobIconCluwne
   - type: Unremoveable
 
 - type: entity
index 0abb86aeab8f29aefbdc4cf02785349d9d1031a5..99857a3f478d9315b6bd2cdf22727bb6a3dd0526 100644 (file)
     state: Clown
   jobName: job-name-clown
 
+- type: jobIcon
+  parent: JobIcon
+  id: JobIconCluwne
+  icon:
+    sprite: /Textures/Interface/Misc/job_icons.rsi
+    state: Cluwne
+  jobName: job-name-cluwne
+
 - type: jobIcon
   parent: JobIcon
   id: JobIconCaptain
diff --git a/Resources/Textures/Interface/Misc/job_icons.rsi/Cluwne.png b/Resources/Textures/Interface/Misc/job_icons.rsi/Cluwne.png
new file mode 100644 (file)
index 0000000..2359c2b
Binary files /dev/null and b/Resources/Textures/Interface/Misc/job_icons.rsi/Cluwne.png differ
index 108675c7baa4c7401b7d160ee2adf8bf5a282d9d..8dd3bacec6cdbd996e443c6086cf9e572581a7b2 100644 (file)
@@ -1,7 +1,7 @@
 {
     "version": 1,
     "license": "CC-BY-SA-3.0",
-    "copyright": "Taken from https://github.com/vgstation-coders/vgstation13/blob/e71d6c4fba5a51f99b81c295dcaec4fc2f58fb19/icons/mob/screen1.dmi | Brigmedic icon made by PuroSlavKing (Github) | Zombie icon made by RamZ | Zookeper by netwy (discort) | Rev and Head Rev icon taken from https://tgstation13.org/wiki/HUD and edited by coolmankid12345 (Discord) | Mindshield icon taken from https://github.com/tgstation/tgstation/blob/ce6beb8a4d61235d9a597a7126c407160ed674ea/icons/mob/huds/hud.dmi | Admin recolored from MedicalIntern by TsjipTsjip | StationAi resprite to 8x8 size by lunarcomets | Service Worker resprite by anno_midi (Discord) and spanky-spanky (Github) | service icons darkened by frobnic8 (Discord and Github) | paradoxClone taken from tg station at commit https://github.com/tgstation/tgstation/commit/d0db1ff267557017ae7bde68e6490e70cbb6e42f and modifed by slarticodefast (Github) | Boxer, Chaplain, Janitor, Lawyer, Librarian recoloured by K-Dynamic (github)",
+    "copyright": "Taken from https://github.com/vgstation-coders/vgstation13/blob/e71d6c4fba5a51f99b81c295dcaec4fc2f58fb19/icons/mob/screen1.dmi | Brigmedic icon made by PuroSlavKing (Github) | Zombie icon made by RamZ | Zookeper by netwy (discort) | Rev and Head Rev icon taken from https://tgstation13.org/wiki/HUD and edited by coolmankid12345 (Discord) | Mindshield icon taken from https://github.com/tgstation/tgstation/blob/ce6beb8a4d61235d9a597a7126c407160ed674ea/icons/mob/huds/hud.dmi | Admin recolored from MedicalIntern by TsjipTsjip | StationAi resprite to 8x8 size by lunarcomets | Service Worker resprite by anno_midi (Discord) and spanky-spanky (Github) | service icons darkened by frobnic8 (Discord and Github) | paradoxClone taken from tg station at commit https://github.com/tgstation/tgstation/commit/d0db1ff267557017ae7bde68e6490e70cbb6e42f and modifed by slarticodefast (Github) | Boxer, Chaplain, Janitor, Lawyer, Librarian recoloured by K-Dynamic (github) | Cluwne icon by Professor Renderer (Discord)",
     "size": {
         "x": 8,
         "y": 8
@@ -79,6 +79,9 @@
         {
             "name": "Clown"
         },
+        {
+            "name": "Cluwne"
+        },
         {
             "name": "Captain"
         },