From 7f2153f106d7d70a611b4c67bea898b6f97b4711 Mon Sep 17 00:00:00 2001 From: MilenVolf <63782763+MilenVolf@users.noreply.github.com> Date: Thu, 6 Jul 2023 07:42:28 +0300 Subject: [PATCH 1/2] Moth fixes + Moth creampie texture (#194) --- .../Prototypes/Entities/Mobs/Species/moth.yml | 13 ++- .../Effects/creampie.rsi/creampie_moth.png | Bin 0 -> 401 bytes .../Textures/Effects/creampie.rsi/meta.json | 81 +++++++++++++++++- 3 files changed, 91 insertions(+), 3 deletions(-) create mode 100644 Resources/Textures/Effects/creampie.rsi/creampie_moth.png diff --git a/Resources/Prototypes/Entities/Mobs/Species/moth.yml b/Resources/Prototypes/Entities/Mobs/Species/moth.yml index 727a70f4118e79..2f551603b50277 100644 --- a/Resources/Prototypes/Entities/Mobs/Species/moth.yml +++ b/Resources/Prototypes/Entities/Mobs/Species/moth.yml @@ -105,11 +105,20 @@ - map: [ "head" ] - map: [ "pocket1" ] - map: [ "pocket2" ] + - map: [ "clownedon" ] # Dynamically generated + sprite: "Effects/creampie.rsi" + state: "creampie_moth" + visible: false - type: Reactive groups: - Medicine: [ Ingestion, Touch, Injection ] - Botanical: [ Ingestion, Touch, Injection ] + Flammable: [ Touch ] + Extinguish: [ Touch ] + Acidic: [Touch, Ingestion] reactions: + - reagents: [Water, SpaceCleaner] + methods: [Touch] + effects: + - !type:WashCreamPieReaction - reagents: [ PestKiller, PlantBGone ] methods: [ Touch, Ingestion, Injection ] effects: diff --git a/Resources/Textures/Effects/creampie.rsi/creampie_moth.png b/Resources/Textures/Effects/creampie.rsi/creampie_moth.png new file mode 100644 index 0000000000000000000000000000000000000000..6aa6f5a3a58162b68a7ce38b650f96e415e94ffe GIT binary patch literal 401 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7T#lEV2to|aSW-L^Y+%>tQH3m)(6Qx z>fO_v5~R6J;D}U((6Q=}k*Pyo9N@tWZn~dFLE#j5C ztcv^VTg4TWgcos1-j8z$QH(x+^jPmnM<90*GebfLUx8)IO~wwbC2vLkC@?boaBSKZ ze6H=m*_)B#>+jmyJbe81=dO8j#uYa!uUT$4`_0$kZ`m;a(Q@y-cTG31pH}zpufoCW z&wrOnep_4|E^olWz%a{b>W?YPZ`^q;<9rYlzPfcm_x>wam7Z_rbNJ5vLg3%+ zEk82XH)+0RxRlJ6aQ7dB?KHXDZKVuxW#7KE9ID$g??U_+iI1B1{q3ECm#wbjbP?UO nd;jHZzl`#u!h$fc^O1Dw;YsUeZ#f_V3~B~XS3j3^P6 Date: Thu, 6 Jul 2023 04:42:55 +0000 Subject: [PATCH 2/2] Automatic changelog update --- Resources/Changelog/ChangelogAruMoon.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/Resources/Changelog/ChangelogAruMoon.yml b/Resources/Changelog/ChangelogAruMoon.yml index 3e822ea175033b..122ba6b4081494 100644 --- a/Resources/Changelog/ChangelogAruMoon.yml +++ b/Resources/Changelog/ChangelogAruMoon.yml @@ -674,3 +674,21 @@ Entries: type: Add id: 59 time: '2023-07-05T10:55:52.0000000+00:00' +- author: MilenVolf + changes: + - message: "\u0422\u0435\u043F\u0435\u0440\u044C \u043D\u0430 \u043C\u043E\u043B\ + \u0435\u0439 \u0434\u0435\u0439\u0441\u0442\u0432\u0443\u044E\u0442 \u0436\u0438\ + \u0434\u043A\u043E\u0441\u0442\u0438: \u043E\u043D\u0438 \u043C\u043E\u0433\u0443\ + \u0442 \u0431\u044B\u0442\u044C \u043F\u043E\u0442\u0443\u0448\u0435\u043D\u044B\ + , \u0432\u043E\u0441\u043F\u043B\u0430\u043C\u0435\u043D\u0435\u043D\u044B,\ + \ \u0440\u0430\u0437\u044A\u0435\u0434\u0435\u043D\u044B \u0436\u0438\u0434\ + \u043A\u043E\u0441\u0442\u044F\u043C\u0438." + type: Fix + - message: "\u041D\u0430 \u043C\u043E\u043B\u044F\u0445 \u0442\u0435\u043F\u0435\ + \u0440\u044C \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0435\u0442\u0441\ + \u044F \u043C\u0430\u0441\u043A\u0430 \u043E\u0442 \u043A\u0440\u0435\u043C\u043E\ + \u0432\u043E\u0433\u043E \u043F\u0438\u0440\u043E\u0433\u0430! \u0425\u043E\u043D\ + \u043A!" + type: Add + id: 60 + time: '2023-07-06T04:42:29.0000000+00:00'