34qzr2C<`14~OuVb8&zB@f? z1vKqv^9mOh4So*#)TNqL+-Paj*S9mi$i3a3KX!pwPHp|XseDuIO;5Q# zS;?sMu_NCeM!l@Jt+H* A A9MOp z_k~cA{lIYu)46qQ6h5@;!^pz=V|oC9hLT-8*d7k{Xab$8gZH6(6LmtU4Bj>r08Gq6 z7 G?ht@}+^^uV82NWa4`)9)RA)#^BE4~lMvrM6WY&HW8 zhX)4->jdlR(3!q)T@(rhM GFyF^=(L>pvO(%aD`qzYffs69 Ar-^I z*;+#EY^)4*QHF*vq>k=XnJN9I=!~yev>lDb#?uHyJ8KNDL5EECL6f|_k;W)}Bbbps ziUdRH=_6oxBRwM+(FkRXH%94_jP*(5li}bnHT*YeYdRs2pLO4*eR$G72m^0jJ)|)V zX+%KsW?3H(LwOUCFceA8P~V%Nk22Il{*ay${+qNTlecT9;VD!4@X!9gJH#Jkej5r) zX7ScJXUh8LWx;q&bS7^8we^RCLLRSe3_O!X mu 4DG-;`&lf+5G~U~u!MxWx>0#^3 zc&~&)2w0p00E8|Cfba+a82-ll?E-*61OU9<#Cx0cC;%wY4{yA^0sutT*;!k-gfw}N ze*0#2(_B=0x5)HmZ$u9qI53lcB)l7NkxPEHTnWj4!vPY7mNty!wSDVos8-%}TQP?; z+?*(<%sa+z&fD=&1W~E@s5 zi|H59V8|G+nY+K9Fy{7Z+2# z{;&dmOM;}7*&~bjk*8MaKpG45H=B3l>n$qv+SaNm yH3uHJLOO>Xi#P4m_3M4r~2XCwVCX-elAnw$$)UXy$D$b%i9Wcs53 zEiJ8Tw6+{Q-P^d7rMWN7L*2YKPvzB~K6SC_z^FxzM`@hD0{=B#JDb(kd6t`Y{uhoN B?u7sV literal 0 HcmV?d00001 diff --git a/Resources/Textures/Structures/Wallmounts/signs.rsi/meta.json b/Resources/Textures/Structures/Wallmounts/signs.rsi/meta.json index d535ec1dc2..4833c7b814 100644 --- a/Resources/Textures/Structures/Wallmounts/signs.rsi/meta.json +++ b/Resources/Textures/Structures/Wallmounts/signs.rsi/meta.json @@ -5,7 +5,7 @@ "y": 32 }, "license": "CC-BY-SA-3.0", - "copyright": "Taken from https://github.com/discordia-space/CEV-Eris at commit 4e0bbe682d0a00192d24708fdb7031008aa03f18 and bee station at commit https://github.com/BeeStation/BeeStation-Hornet/commit/13dd5ac712385642574138f6d7b30eea7c2fab9c, Job signs by EmoGarbage404 (github) with inspiration from yogstation and tgstation, 'direction_exam' and 'direction_icu' made by rosieposieeee (github), 'direction_atmos' made by SlamBamActionman, 'vox' based on sprites taken from vgstation13 at https://github.com/vgstation-coders/vgstation13/blob/e7f005f8b8d3f7d89cbee3b87f76c23f9e951c27/icons/obj/decals.dmi, 'direction_pods' derived by WarPigeon from existing directional signs., 'detective' derived by Soupkilove from existing security sign, direction_evac_glow made by moomoobeef based on existing direction_evac", + "copyright": "Taken from https://github.com/discordia-space/CEV-Eris at commit 4e0bbe682d0a00192d24708fdb7031008aa03f18 and bee station at commit https://github.com/BeeStation/BeeStation-Hornet/commit/13dd5ac712385642574138f6d7b30eea7c2fab9c, Job signs by EmoGarbage404 (github) with inspiration from yogstation and tgstation, 'direction_exam' and 'direction_icu' made by rosieposieeee (github), 'direction_atmos' made by SlamBamActionman, 'vox' based on sprites taken from vgstation13 at https://github.com/vgstation-coders/vgstation13/blob/e7f005f8b8d3f7d89cbee3b87f76c23f9e951c27/icons/obj/decals.dmi, 'direction_pods' derived by WarPigeon from existing directional signs., 'detective' derived by Soupkilove from existing security sign, direction_evac_glow made by moomoobeef based on existing direction_evac, 'arrivals' made by SlamBamActionman", "states": [ { "name": "ai" @@ -28,6 +28,9 @@ { "name": "armory" }, + { + "name": "arrivals" + }, { "name": "barbershop" }, From 096f998c3fb54e8434d39b6c8d87e3d22500b67b Mon Sep 17 00:00:00 2001 From: Absotively Date: Sun, 5 Oct 2025 14:53:58 -0600 Subject: [PATCH 008/216] Fix species default skin tones (#40707) fix so that all default Urist entities don't spawn with the same default human skin tone (cursed skin tone Urist McSlime) (cherry picked from commit 8d9564c23856c342bc3a35834c462e659f5ebd5b) Co-authored-by: Quantum-cross <7065792+Quantum-cross@users.noreply.github.com> --- Content.Shared/Preferences/HumanoidCharacterProfile.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Content.Shared/Preferences/HumanoidCharacterProfile.cs b/Content.Shared/Preferences/HumanoidCharacterProfile.cs index 098f65ef18..5c0c316898 100644 --- a/Content.Shared/Preferences/HumanoidCharacterProfile.cs +++ b/Content.Shared/Preferences/HumanoidCharacterProfile.cs @@ -205,6 +205,7 @@ namespace Content.Shared.Preferences return new() { Species = species, + Appearance = HumanoidCharacterAppearance.DefaultWithSpecies(species), }; } From f94faf8aebc32cc69e825fc618180d8a8fdbe2f7 Mon Sep 17 00:00:00 2001 From: mq <113324899+mqole@users.noreply.github.com> Date: Mon, 6 Oct 2025 07:58:46 +1100 Subject: [PATCH 009/216] fix edge case typing indicator error (#40708) * cleanup rsi error in typingindicatorvisualizersystem * sprite fix --- .../TypingIndicatorVisualizerSystem.cs | 3 +-- .../Textures/Effects/speech.rsi/moth3.png | Bin 2010 -> 1498 bytes 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Content.Client/Chat/TypingIndicator/TypingIndicatorVisualizerSystem.cs b/Content.Client/Chat/TypingIndicator/TypingIndicatorVisualizerSystem.cs index e1197d4ac4..bb30ca1c55 100644 --- a/Content.Client/Chat/TypingIndicator/TypingIndicatorVisualizerSystem.cs +++ b/Content.Client/Chat/TypingIndicator/TypingIndicatorVisualizerSystem.cs @@ -37,8 +37,7 @@ public sealed class TypingIndicatorVisualizerSystem : VisualizerSystem p}IARzgmn8Q~4HJdz$mKY0|3n#?OSv7 iY&Nsb&WrQnoIWpqFTT(7{rsNqtimk3=nx2rKj(x7nyG4^ z06? fJLjO&YEtXQdtTkjbIoS^l5=Eg-gxP)>?x qU0Q|8I66XS zEv?5DpEqB@i(rgbd;^iBVt0!N+-OUa`4EwBs|UV1z!Rq!G>UqZh3ysz%a#wP?l{?| z>NgWQM|9MR As1$!tEOR-lT=F6 L(9Be6Eh(f`- zQVSXP&Hy ;Ga2Ww#$PW3HdIl9A}=SH|J+7%zSUJ zaQy7RtKI0IHYZsf`Hku~+x^NsN7>if<&C>2%DT!BC2qzT=>1f}WIiSX4#-aQ$Tk_F zq+A@mU2ZVl9G>8vgZ7qo;JPw%$vqM$_K8zq=9v`h>OPK_o^sd4I&X{Le1E_z$m_jO z3hVw|2=3c9*WBo<(MU+#*vMfWPFR(b=&k*9Ag09t8@@)ap=mDNopdr=z;hzbg(C`z zzML?PbsK3RZZS&uL=Y7oLg~w`4yZ{%Wb-37r)Ki!YArEE5yBnSM^9;c;3J5ZmtTfg zSYkydM3orr#^wEBZbFm90dt-A*hNxTdKS3NzXe1%;5_O$cM7OQaoE6?Kj_&92OClu z?#zbN2LcdE7&Ki5-?(t4)!U9P4mtE7hNcIwUr&az${|r axXEk?V%JkX zj+A2+Pqu|E@3dThN}}R2!Go>aOzBg9$=gFWjqSy)AF#AiQY|U3dofx*#r(xu8xZ=1 z0Tt1EI>2o9ifSOImZhcjZa)BY#G)Lui3961**r$Dea1p?4v*K-p+z~KCH^lQ9$?5n zJmL-usL&;@jFe3()<<5eQa=*UGPq-k>FU-Wq&AK`H_`M%m-0z;N!fx-8>uUE13{zR zi1DJa`kCo)1oa8b)+vbs1@Fh>x|16GhDW~@&qjw15iaZHHd7QXmqG9Acj}E~86z8T zGKr-0zNVAF @tTK5Ez|p325lT3JVF?#0?Yip2Z6+1=$!wWwL;#{*{{` zV9oyO@GSUvB{-U!+)(pghzNJAZ={yqMbw+yMXe|{xV9yJpf#Y|wZF}Tyf_fL#ns)+ z#ec`g_;3Lf|9G=00-N5o_6FH|b!!Le=FVi&;k8>Eovyr6+VGrFmAi!&$|4(l-sr(| zEtbDWv85@@FVxi|85aV4&mqA;(dSp`!F+2;VYP21u2ZlJNjpCuY!-+FS+x0*rMc!< z5CAN;*%;fnbU^^WQ?%+=jca4-klRs|m0=u(jw7K&V;|&j+~~0mA2^ldVUx`5zmzT% z#~Sj@;EP^c8|B?*cK$?6-^F)Z8|}x=6Jsrj)DS^sv?cMoQg}Rxz6(2&&$n?iTwMml NoOV3p(2Neb{x|kT^dkTO literal 2010 zcmbVNc{JOJ7XHPSNGW11)fDxrs$-1zv}b~#w(=rWi!w^3XlrlnThdZXEn!R 34-_su)!yZ8I!JLjHrm+#z6XD2&Zs5%q?0NHEy z*4K|2_bnh&$GOA&4`l!|iW90)P{+Zvpx|m3#;Q;OuMGmN#N=uM*Msyls@a&+Arb z=;T8)p;YHQKX &I69Qj9-CHKIsi(5s(Y~{9J#iCy@eUA1Ksa|2y;Q4v6XIx^_ zf$j`MWZYAr{V?#1;fNseON?TFP;1XNkNnfWm~X$)E$~#+;HZAuw}$8tu1jEIrgUmK*j=00 zFRLWmhyEN_1Z^%M2W}K=JhnYauF)wn=X=1iD;&36WR~5pF7$}G(B@hsVjl#7V(DCp zVFJ* j#K3V@8T6-Jl{kiEA?2qa966dQy`$cG z8G8qp)6-a++e;~#UY=EPZfzN^e@s+)a;z(S(~tDA@q<2SJy@#P+eFBhD#|P`x7`cN z$PDIf1R`qekRc4e71e_I{ivs7Cu<1&;^5IOf g;{xW4fZ le1?>wX31v#@E41WfACvi5)Dh>O zPQlF*lK{$qp&Ov}Y_+U+Xk&FLpsj}I&y|wjuya(rM@8sqf_e5hiT@E3s8Tk`j8}f# z%I5K`tJi1H?i(c&9k3Lz_%7JKP+Jb0OohcS)FUnWabzT1l3O(>0&;~4d5OE=@Fi5K zW9@q+$BQHc`RT?Awp}tx1S@h(FKF{2p9-U_62lh zI1su1j-Hv`(BB@^5O{0Xj+q3=oaJ5pRf!3ICIb9ug0E(ERx`+z>@Jl?8_uVn@RRK5 z%J?mH%uurQh>?XI1~-yP53T7oUl?z5I@JTk @rj@}{frfLAYv* |zxTxhyt_qCExditN1_JH$eFg=3N zUA;2D?G(8X#=LZ7a_oeHb e0 z@HUQdk$$n>!0pK-p|fmB4p&Xr3Z3LF3}=b1e86l%>2IGS>v~D}ad+*sWC0gQnz_?c zIw29yXBk=W=E^7P*i|=8v(b?SociEdo#{t|fVZ@O2lj}c MRP?(|DifpVLJS0K{w*UTbfR#-{lFl6*=BaPgp z?W3LcH=(cqGo@Syq%6I&(yV%bA4yj%lzY5%rjuRhy|f)qFfVh>sV Cjzp32H9=^& z*_pe$s?1RD?jOJglFTn?x_R3KX}TgO3D+1MP)IQ)PD%zZ;yKv#DkSYzg3f8Z)toSY zsIlbgB6^QKkQx?4>fTnMkayPx^zH2a+VTI_DQ^joL$KKlAL)8`BLDbV1J`VvtlwDq GKKTz{7qG?v From 0466b8a5d3edc351c081588ff367339a91e54b73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=81da?= Date: Sun, 5 Oct 2025 16:09:53 -0500 Subject: [PATCH 010/216] Document tags: C - F (#40711) * one step forward * the letter C * some of D * the letter D * the letter E * the letter F * stay in scope don't stray --------- Co-authored-by: iaada --- .../Catalog/Fills/Boxes/emergency.yml | 1 + .../Catalog/Fills/Boxes/general.yml | 2 +- .../Catalog/Fills/Boxes/medical.yml | 2 +- .../Entities/Mobs/Player/observer.yml | 2 +- .../Consumable/Food/Containers/box.yml | 6 +- .../Smokeables/Cigarettes/rolling_paper.yml | 2 +- .../Syndicate_Gadgets/guardian_activators.yml | 3 +- .../Objects/Materials/Sheets/other.yml | 2 +- .../Entities/Objects/Misc/folders.yml | 2 +- .../Ammunition/Cartridges/antimateriel.yml | 1 - .../Ammunition/Cartridges/caseless_rifle.yml | 1 - .../Ammunition/Cartridges/heavy_rifle.yml | 1 - .../Ammunition/Cartridges/light_rifle.yml | 1 - .../Guns/Ammunition/Cartridges/magnum.yml | 1 - .../Guns/Ammunition/Cartridges/pistol.yml | 1 - .../Guns/Ammunition/Cartridges/rifle.yml | 1 - .../Guns/Ammunition/Cartridges/shotgun.yml | 5 - .../Guns/Ammunition/Cartridges/toy.yml | 1 - .../Guns/Ammunition/Magazines/pistol.yml | 2 +- .../Weapons/Guns/Launchers/launchers.yml | 4 +- .../Weapons/Guns/Revolvers/revolvers.yml | 2 +- Resources/Prototypes/tags.yml | 326 +++++++++--------- 22 files changed, 181 insertions(+), 188 deletions(-) diff --git a/Resources/Prototypes/Catalog/Fills/Boxes/emergency.yml b/Resources/Prototypes/Catalog/Fills/Boxes/emergency.yml index 972eb5074b..b5b2fb90d8 100644 --- a/Resources/Prototypes/Catalog/Fills/Boxes/emergency.yml +++ b/Resources/Prototypes/Catalog/Fills/Boxes/emergency.yml @@ -183,6 +183,7 @@ - id: DrinkWaterBottleFull - type: Tag tags: + - BoxCardboard - BoxHug - type: entity diff --git a/Resources/Prototypes/Catalog/Fills/Boxes/general.yml b/Resources/Prototypes/Catalog/Fills/Boxes/general.yml index 257dd2ea5e..6c789a8f59 100644 --- a/Resources/Prototypes/Catalog/Fills/Boxes/general.yml +++ b/Resources/Prototypes/Catalog/Fills/Boxes/general.yml @@ -408,7 +408,7 @@ - type: Storage grid: - 0,0,5,3 - whitelist: + whitelist: # TODO cardboard boxes shouldn't have whitelisting tags: - Candle - type: StorageFill diff --git a/Resources/Prototypes/Catalog/Fills/Boxes/medical.yml b/Resources/Prototypes/Catalog/Fills/Boxes/medical.yml index 7f3a16c33a..53d8a00e1d 100644 --- a/Resources/Prototypes/Catalog/Fills/Boxes/medical.yml +++ b/Resources/Prototypes/Catalog/Fills/Boxes/medical.yml @@ -102,7 +102,7 @@ layers: - state: box - state: bodybags - - type: Storage + - type: Storage # TODO cardboard boxes shouldn't have whitelisting whitelist: tags: - BodyBag diff --git a/Resources/Prototypes/Entities/Mobs/Player/observer.yml b/Resources/Prototypes/Entities/Mobs/Player/observer.yml index cb0cfdb693..08bdbe8ebb 100644 --- a/Resources/Prototypes/Entities/Mobs/Player/observer.yml +++ b/Resources/Prototypes/Entities/Mobs/Player/observer.yml @@ -76,7 +76,7 @@ components: - type: Spectral - type: Tag - tags: + tags: # BAD: Intentional removal of inherited tag - AllowGhostShownByEvent - type: entity diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/Containers/box.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/Containers/box.yml index 5717a12462..0e8f0ce56d 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/Containers/box.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/Containers/box.yml @@ -533,6 +533,7 @@ tags: - Trash - HappyHonk + - BoxCardboard - type: StorageFill contents: - id: ToyMouse @@ -704,7 +705,8 @@ - type: Tag tags: - Trash - - CluwneHappyHonk + - CluwneHappyHonk # BAD: Intentional removal of parent tag + - BoxCardboard - type: Sprite sprite: Objects/Storage/Happyhonk/cluwne.rsi state: box @@ -882,7 +884,7 @@ grid: - 0,0,1,1 maxItemSize: Normal - whitelist: + whitelist: # TODO BoxCardboard shouldn't have whitelisted storage tags: - ClothMade - type: Item diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Smokeables/Cigarettes/rolling_paper.yml b/Resources/Prototypes/Entities/Objects/Consumable/Smokeables/Cigarettes/rolling_paper.yml index 44edce5e07..d28fd027e5 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Smokeables/Cigarettes/rolling_paper.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Smokeables/Cigarettes/rolling_paper.yml @@ -27,7 +27,7 @@ id: PackPaperRollingFilters description: A pack of filters and thin pieces of paper used to make fine smokeables. components: - - type: Storage + - type: Storage # Redundant whitelist: tags: - RollingPaper diff --git a/Resources/Prototypes/Entities/Objects/Devices/Syndicate_Gadgets/guardian_activators.yml b/Resources/Prototypes/Entities/Objects/Devices/Syndicate_Gadgets/guardian_activators.yml index 259d36555e..254dcccde9 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/Syndicate_Gadgets/guardian_activators.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/Syndicate_Gadgets/guardian_activators.yml @@ -65,4 +65,5 @@ - state: holo - type: Tag tags: - - BoxHug + - BoxCardboard + - BoxHug diff --git a/Resources/Prototypes/Entities/Objects/Materials/Sheets/other.yml b/Resources/Prototypes/Entities/Objects/Materials/Sheets/other.yml index 34aff04489..7634f8e3a7 100644 --- a/Resources/Prototypes/Entities/Objects/Materials/Sheets/other.yml +++ b/Resources/Prototypes/Entities/Objects/Materials/Sheets/other.yml @@ -108,7 +108,7 @@ - ReagentId: Plasma Quantity: 10 canReact: false - - type: Tag + - type: Tag # Redundant tags: - Sheet - ConstructionMaterial diff --git a/Resources/Prototypes/Entities/Objects/Misc/folders.yml b/Resources/Prototypes/Entities/Objects/Misc/folders.yml index cee720b6ea..632a27324a 100644 --- a/Resources/Prototypes/Entities/Objects/Misc/folders.yml +++ b/Resources/Prototypes/Entities/Objects/Misc/folders.yml @@ -263,7 +263,7 @@ - type: Storage grid: - 0,0,5,3 - whitelist: + whitelist: # Redundant tags: - Document - type: ItemMapper diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/antimateriel.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/antimateriel.yml index e622952b3f..1fd04ae36f 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/antimateriel.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/antimateriel.yml @@ -5,7 +5,6 @@ components: - type: Tag tags: - - Cartridge - CartridgeAntiMateriel - type: CartridgeAmmo proto: BulletAntiMateriel diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/caseless_rifle.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/caseless_rifle.yml index fd465b71d6..8d4e9b8ffc 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/caseless_rifle.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/caseless_rifle.yml @@ -6,7 +6,6 @@ components: - type: Tag tags: - - Cartridge - CartridgeCaselessRifle - type: CartridgeAmmo deleteOnSpawn: true diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/heavy_rifle.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/heavy_rifle.yml index 51bf0fea54..a953985e9a 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/heavy_rifle.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/heavy_rifle.yml @@ -6,7 +6,6 @@ components: - type: Tag tags: - - Cartridge - CartridgeHeavyRifle - type: CartridgeAmmo proto: BulletHeavyRifle diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/light_rifle.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/light_rifle.yml index bdd4758fd2..b4af723945 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/light_rifle.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/light_rifle.yml @@ -6,7 +6,6 @@ components: - type: Tag tags: - - Cartridge - CartridgeLightRifle - type: CartridgeAmmo proto: BulletLightRifle diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/magnum.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/magnum.yml index c7adfb5b1e..58862b9984 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/magnum.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/magnum.yml @@ -6,7 +6,6 @@ components: - type: Tag tags: - - Cartridge - CartridgeMagnum - type: CartridgeAmmo proto: BulletMagnum diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/pistol.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/pistol.yml index faa094f7f5..ba2b856778 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/pistol.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/pistol.yml @@ -6,7 +6,6 @@ components: - type: Tag tags: - - Cartridge - CartridgePistol - type: CartridgeAmmo proto: BulletPistol diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/rifle.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/rifle.yml index 2559349c4a..d4304ef803 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/rifle.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/rifle.yml @@ -6,7 +6,6 @@ components: - type: Tag tags: - - Cartridge - CartridgeRifle - type: CartridgeAmmo proto: BulletRifle diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/shotgun.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/shotgun.yml index 72411fc134..3dfab5e84a 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/shotgun.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/shotgun.yml @@ -6,7 +6,6 @@ components: - type: Tag tags: - - Cartridge - ShellShotgun - type: CartridgeAmmo soundEject: @@ -26,7 +25,6 @@ components: - type: Tag tags: - - Cartridge - ShellShotgun - ShellShotgunLight - type: Sprite @@ -59,7 +57,6 @@ components: - type: Tag tags: - - Cartridge - ShellShotgun - ShellShotgunLight - type: Sprite @@ -118,7 +115,6 @@ components: - type: Tag tags: - - Cartridge - ShellShotgun - ShellShotgunLight - type: Sprite @@ -147,7 +143,6 @@ components: - type: Tag tags: - - Cartridge - ShellShotgun - ShellShotgunLight - type: Sprite diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/toy.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/toy.yml index 6ec93e1778..510a8fef3e 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/toy.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/toy.yml @@ -6,7 +6,6 @@ components: - type: Tag tags: - - Cartridge - CartridgeCap - type: CartridgeAmmo - type: Sprite diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Magazines/pistol.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Magazines/pistol.yml index 6af54bb114..47c09282c6 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Magazines/pistol.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Magazines/pistol.yml @@ -337,7 +337,7 @@ components: - type: BallisticAmmoProvider proto: CartridgePistol - whitelist: + whitelist: # Redundant tags: - CartridgePistol soundInsert: diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Launchers/launchers.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Launchers/launchers.yml index de9cea7e52..7a2b44e615 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Launchers/launchers.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Launchers/launchers.yml @@ -425,7 +425,7 @@ description: It fires large meteors. components: - type: BallisticAmmoProvider - whitelist: + whitelist: # Redundant tags: - CartridgeRocket proto: MeteorMedium @@ -438,7 +438,7 @@ description: It fires slow immovable rods. components: - type: BallisticAmmoProvider - whitelist: + whitelist: # Redundant tags: - CartridgeRocket proto: ImmovableRodSlow diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Revolvers/revolvers.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Revolvers/revolvers.yml index 1f24828428..1ea835a2cd 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Revolvers/revolvers.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Revolvers/revolvers.yml @@ -153,7 +153,7 @@ suffix: armor-piercing components: - type: RevolverAmmoProvider - whitelist: + whitelist: # Redundant tags: - CartridgeMagnum - SpeedLoaderMagnum diff --git a/Resources/Prototypes/tags.yml b/Resources/Prototypes/tags.yml index 92c71a9eaf..4f6c018f23 100644 --- a/Resources/Prototypes/tags.yml +++ b/Resources/Prototypes/tags.yml @@ -40,10 +40,10 @@ id: Arrow # Storage whitelist: ClothingBeltQuiver - type: Tag - id: ArtifactFragment # Storage whitelist: OreBag, CargoBounty: BountyArtifactFragment, ConstructionGraph: Artifact + id: ArtifactFragment # Storage whitelist: OreBag. CargoBounty: BountyArtifactFragment. ConstructionGraph: Artifact - type: Tag - id: ATVKeys # Unused + id: ATVKeys # Unused x2 ## B ## @@ -57,7 +57,7 @@ id: Banana # CargoBounty: BountyBanana - type: Tag - id: BananaPeel # SpecialDigestible by OrganAnimalRuminantStomach, and several BananaClown ConstructionGraphs + id: BananaPeel # SpecialDigestible by OrganAnimalRuminantStomach. Several BananaClown ConstructionGraphs - type: Tag id: Bandana # CargoBounty: BountyBandana @@ -66,13 +66,13 @@ id: BaseballBat # CargoBounty: BountyBaseballBat - type: Tag - id: BBQsauce # Storage whitelist: ClothingBeltChef and FoodCartHot, ItemMapper: ClothingBeltChef and FoodCartHot + id: BBQsauce # Storage whitelist: ClothingBeltChef and FoodCartHot. ItemMapper: ClothingBeltChef and FoodCartHot - type: Tag id: Bedsheet # CargoBounty: BountyBedsheet - type: Tag - id: Bee # Mode switch whitelisting for BuzzochloricBees (only damages non-bees) + id: Bee # Mode switching for BuzzochloricBees (only damages non-bees) - type: Tag id: Beer # CargoBounty: BountyBeer @@ -87,7 +87,7 @@ id: BlueprintAutolathe # Whitelist on BlueprintReceiverComponent on the autolate for linking this entity's BlueprintComponent - type: Tag - id: BodyBag # Storage whitelist: BoxBodyBag # TODO cardboard boxes shouldn't have whitelisting + id: BodyBag # Storage whitelist: BoxBodyBag - type: Tag id: Boll # MaterialStorage whitelist: Sheetifier @@ -147,16 +147,16 @@ id: BorgModuleSyndicateAssault # Cyborg module category for extra evil red robots (nukies) - type: Tag - id: Bot # Unused + id: Bot # Unused (Exists on MobRobotic, MobSupplyBot) - type: Tag - id: BotanyHatchet # Storage whitelist: ClothingBeltPlant, ItemMapper: ClothingBeltPlant + id: BotanyHatchet # Storage whitelist: ClothingBeltPlant. ItemMapper: ClothingBeltPlant - type: Tag - id: BotanyHoe # Storage whitelist: ClothingBeltPlant, ItemMapper: ClothingBeltPlant + id: BotanyHoe # Storage whitelist: ClothingBeltPlant. ItemMapper: ClothingBeltPlant - type: Tag - id: BotanyShovel # Storage whitelist: ClothingBeltPlant, ItemMapper: ClothingBeltPlant + id: BotanyShovel # Storage whitelist: ClothingBeltPlant. ItemMapper: ClothingBeltPlant - type: Tag # Used for specifically chemistry bottles id: Bottle # Storage whitelist: ChemMaster, ChemBag, SmartFridge, ClothingBeltJanitor, ClothingBeltMedical, ClothingBeltPlant @@ -165,10 +165,10 @@ id: BoxCardboard # CargoBounty: BountyCardboardBox - type: Tag - id: BoxHug # Unused + id: BoxHug # Unused (Exists on BoxHug, BoxHoloclown) - type: Tag - id: Brain # Storage whitelist: MMI. CargoBounty: BountyBrain. FoodSequenceElement: Brain + id: Brain # Storage whitelist: MMI. CargoBounty: BountyBrain - type: Tag id: BrassInstrument # MachineBoard construction: DawInstrumentMachineCircuitboard @@ -177,7 +177,7 @@ id: Bread # CargoBounty: BountyBread. Blacklisted in BountyFruit and BountyVegetable - type: Tag - id: Briefcase # Unused + id: Briefcase # Unused (exists on BriefcaseBase) - type: Tag id: BrimFlatcapBrown # ConstructionGraph: BladedFlatcapBrown @@ -192,16 +192,16 @@ id: Bucket # Storage whitelist: JanitorialTrolley. ItemMapper: JanitorialTrolley. ConstructionGraph: CleanBot, scraphelmet - type: Tag - id: Burger # Unused x2 (this is the only place burger tag exists) + id: Burger # Food sequence key - type: Tag - id: BulletFoam # BallisticAmmoProviderComponent whitelist for WeaponRifleFoam, FoamCrossbow, MagazineFoamBox, BoxDonkSoftBox + id: BulletFoam # Ammo: WeaponRifleFoam, FoamCrossbow, MagazineFoamBox, BoxDonkSoftBox - type: Tag id: Burnt # Storage whitelist: ashtray. Seemingly redundant - type: Tag - id: Bun # FoodSequenceElement: BunTopBurger, CottonBunTopBurger + id: Bun # Unused (Exists on FoodSequenceElements BunTopBurger and CottonBunTopBurger) - type: Tag id: BypassDropChecks # Entities with this tag don't care about drop distance or walls (Aghost) @@ -212,414 +212,416 @@ ## C ## - type: Tag - id: CableCoil + id: CableCoil # Storage whitelist: ClothingBeltUtility, BorgModuleCable - type: Tag - id: Candle + id: Candle # Storage whitelist: BoxCandle - type: Tag - id: Cake + id: Cake # CargoBounty blacklist: BountyFruit, BountyVegetable - type: Tag - id: CaneBlade + id: CaneBlade # Storage whitelist: CaneSheath. ItemMapper: CaneSheath - type: Tag - id: CannonBall + id: CannonBall # Ammo: WeaponLauncherPirateCannon, ShuttleGunPirateCannon - type: Tag - id: CannotSuicide + id: CannotSuicide # Used by SuicideSystem. Entities with this tag ghost when attempting to suicide - type: Tag - id: CanPilot + id: CanPilot # Used by ShuttleConsoleSystem to guard who's allowed to pilot ships - type: Tag - id: CaptainSabre + id: CaptainSabre # Storage whitelist: ClothingBeltSheath. ItemMapper: ClothingBeltSheath - type: Tag - id: Carpet + id: Carpet # Unused (exists on carpets (obviously)) - type: Tag - id: Carrot + id: Carrot # CargoBounty: BountyCarrot - type: Tag - id: CarrotFries + id: CarrotFries # CargoBounty: BountyCarrotFries - type: Tag - id: Carp + id: Carp # CargoBounty: BountyCarp + +- type: Tag # NOT bullets. This is for the cart to load PDA programs + id: Cartridge # Storage whitelist: BasePDA, TrashBag - type: Tag - id: Cartridge + id: CartridgeAntiMateriel # Ammo: WeaponSniperHristov, Musket, BaseMagazineBoxAntiMateriel - type: Tag - id: CartridgeAntiMateriel + id: CartridgeCap # Ammo: RevolverCapGun, RevolverCapGunFake, BaseSpeedLoaderCap - type: Tag - id: CartridgeCap + id: CartridgeCaselessRifle # Ammo: WeaponPistolCobra, BaseMagazineCaselessRifle, BaseMagazineBoxCaselessRifle - type: Tag - id: CartridgeCaselessRifle + id: CartridgeCHIMP # Unused x2 - type: Tag - id: CartridgeCHIMP + id: CartridgeHeavyRifle # Unused (exists on BaseCartridgeHeavyRifle) - type: Tag - id: CartridgeHeavyRifle + id: CartridgeLightRifle # Ammo: BaseWeaponLightMachineGun, BaseWeaponRifle, BaseWeaponSniper + # SpeedLoaderLightRifle, BaseMagazineLightRifle, BaseMagazineBoxLightRifle - type: Tag - id: CartridgeLightRifle + id: CartridgeMagnum # Ammo: BaseWeaponRevolver, RevolverCapGunFake, WeaponPistolN1984, WeaponPistolFlintlock, XenoArtifactGun + # BaseMagazineBoxMagnum, BaseMagazineMagnum, BaseSpeedLoaderMagnum - type: Tag - id: CartridgeMagnum + id: CartridgePistol # Ammo: BaseWeaponPistol, BasePistol, BaseWeaponSubMachineGun, WeaponPistolViper, WeaponSubMachineGunDrozd, WeaponSubMachineGunWt550 + # BaseMagazineBoxPistol, BaseMagazinePistol, BaseMagazinePistolHighCapacity, BaseMagazinePistolSubMachineGun, MagazinePistolSubMachineGunTopMounted, BaseSpeedLoaderPistol - type: Tag - id: CartridgePistol + id: CartridgeRifle # Ammo: BaseMagazineRifle, WeaponRifleLecter, WeaponRifleEstoc, WeaponRifleM90GrenadeLauncher, BaseMagazineBoxRifle - type: Tag - id: CartridgeRifle + id: CartridgeRocket # Ammo: WeaponLauncherRocket, WeaponLauncherMultipleRocket - type: Tag - id: CartridgeRocket - -# Allows you to walk over tile entities such as lava without steptrigger -- type: Tag - id: Catwalk + id: Catwalk # Allows you to walk over tile entities such as lava without steptrigger - type: Tag - id: CentrifugeCompatible + id: CentrifugeCompatible # Storage whitelist: MachineCentrifuge - type: Tag - id: Chicken + id: Chicken # MetamorphRecipe: FoodBurgerChicken - type: Tag - id: Cheese - -# Allowed to control someone wearing a Chef's hat if inside their hat. -- type: Tag - id: ChefPilot + id: Cheese # MetamorphRecipe: FoodBurgerCheese, FoodBurgerDuck - type: Tag - id: ChemDispensable # container that can go into the chem dispenser + id: ChefPilot # Allowed to control someone wearing a Chef's hat if inside their hat. - type: Tag - id: ChiliBowl + id: ChemDispensable # Storage whitelist: ChemDispenserEmpty, SmartFridge, BorgModuleAdvancedChemical - type: Tag - id: Cigarette + id: ChiliBowl # CargoBounty: BountyChili - type: Tag - id: CigFilter + id: Cigarette # Storage whitelist: Ashtray - type: Tag - id: CigPack + id: CigFilter # Storage whitelist: PackPaperRolling - type: Tag - id: Cleaver + id: CigPack # Storage whitelist: ClothingBeltUtility, ClothingBeltAssault, ClothingBeltChef, ClothingBeltMedical, ClothingBeltJanitor - type: Tag - id: ClockworkGlassShard + id: Cleaver # Storage whitelist: ClothingBeltChef. ItemMapper: ClothingBeltChef - type: Tag - id: ClothMade + id: ClockworkGlassShard # Unused (Exists on ShardGlassClockwork) - type: Tag - id: ClownMask + id: ClothMade # SpecialDigestible: OrganMothStomach. Storage whitelist: FoodBoxCloth - type: Tag - id: ClownRecorder + id: ClownMask # CargoBounty: BountyClownCostume. ConstructionGraph: Honker, BananaClownMask - type: Tag - id: ClownRubberStamp + id: ClownRecorder # ConstructionGraph: ClownHardsuit - type: Tag - id: ClownShoes + id: ClownRubberStamp # Unused: RubberStampClown - type: Tag - id: ClownSuit + id: ClownShoes # CargoBounty: BountyClownCostume. ConstructionGraph: Honker, BananaClownShoes - type: Tag - id: CluwneHappyHonk + id: ClownSuit # ConstructionGraph: BananaClownJumpsuit - type: Tag - id: CluwneHorn + id: CluwneHappyHonk # ConstructionGraph: JonkBot - type: Tag - id: Cola + id: CluwneHorn # ConstructionGraph: JonkBot - type: Tag - id: Coldsauce + id: Cola # Storage whitelist: DrinkCanPack - type: Tag - id: CombatKnife + id: Coldsauce # Storage whitelist: ClothingBeltChef and FoodCartHot. ItemMapper: ClothingBeltChef and FoodCartHot - type: Tag - id: ComputerTelevisionCircuitboard + id: CombatKnife # Storage whitelist: ClothingBeltSecurity - type: Tag - id: ConstructionMaterial + id: ComputerTelevisionCircuitboard # ConstructionGraph: WallmountTelevision - type: Tag - id: ConveyorAssembly + id: ConstructionMaterial # Storage whitelist: BorgModuleConstruction - type: Tag - id: CoordinatesDisk + id: ConveyorAssembly # ConstructionGraph: ConveyorGraph + +- type: Tag + id: CoordinatesDisk # Storage whitelist: DiskCase - type: Tag # designed to let corgis wear things; at present only for SmartCorgi. View PR 33737 on upstream for more dog wearables id: CorgiWearable - type: Tag #Ohioans die happy - id: Corn + id: Corn # CargoBounty: BountyCorn - type: Tag - id: CottonBoll + id: CottonBoll # CargoBounty: BountyCottonBoll - type: Tag - id: CottonBurger + id: CottonBurger # Food sequence key - type: Tag - id: Cow + id: Cow # Reproduction key - type: Tag - id: Crab + id: Crab # MetamorphRecipe: FoodBurgerCrab - type: Tag - id: Crayon + id: Crayon # SpecialDigestible: OrganAnimalStomach. CargoBounty: BountyCrayon - type: Tag - id: CrayonBlack + id: CrayonBlack # ConstructionGraph: MimeHardsuit. ItemMapper: CrayonBox - type: Tag - id: CrayonBlue + id: CrayonBlue # ItemMapper: CrayonBox - type: Tag - id: CrayonGreen + id: CrayonGreen # ItemMapper: CrayonBox - type: Tag - id: CrayonOrange + id: CrayonOrange # ItemMapper: CrayonBox - type: Tag - id: CrayonPurple + id: CrayonPurple # ConstructionGraph: ClownHardsuit. ItemMapper: CrayonBox - type: Tag - id: CrayonRed + id: CrayonRed # ConstructionGraph: MimeHardsuit, ClownHardsuit. ItemMapper: CrayonBox - type: Tag - id: CrayonWhite + id: CrayonWhite # ItemMapper: CrayonBox - type: Tag - id: CrayonYellow + id: CrayonYellow # ConstructionGraph: ClownHardsuit. ItemMapper: CrayonBox - type: Tag - id: Creamsicle + id: Creamsicle # Blacklist on BountyFruit - type: Tag - id: Crowbar + id: Crowbar # Storage whitelist: ClothingBeltUtility, ClothingBeltChiefEngineer. ItemMapper: ClothingBeltUtility, ClothingBeltChiefEngineer - type: Tag - id: CrowbarRed + id: CrowbarRed # Storage whitelist: ClothingBeltUtility, ClothingBeltChiefEngineer. ItemMapper: ClothingBeltUtility, ClothingBeltChiefEngineer - type: Tag - id: Cryobeaker + id: Cryobeaker # Unused x2 - type: Tag - id: CrystalBlack + id: CrystalBlack # ConstructionGraph: BlackLight, BlackLightBulb - type: Tag - id: CrystalBlue + id: CrystalBlue # ConstructionGraph: BlueLight, BlueLightBulb - type: Tag - id: CrystalCyan + id: CrystalCyan # ConstructionGraph: CyanLight, CyanLightBulb - type: Tag - id: CrystalGreen + id: CrystalGreen # ConstructionGraph: GreenLight, GreenLightBulb - type: Tag - id: CrystalOrange + id: CrystalOrange # ConstructionGraph: OrangeLight, OrangeLightBulb - type: Tag - id: CrystalPink + id: CrystalPink # ConstructionGraph: PinkLight, PinkLightBulb - type: Tag - id: CrystalRed + id: CrystalRed # ConstructionGraph: RedLight, RedLightBulb - type: Tag - id: CrystalYellow + id: CrystalYellow # ConstructionGraph: YellowLight, YellowLightBulb - type: Tag - id: CubanCarp + id: CubanCarp # CargoBounty: BountyCubanCarp ## D ## - type: Tag - id: DeathAcidifier + id: DeathAcidifier # Unused (Exists on DeathAcidifierImplant) - type: Tag - id: Debug + id: Debug # Exists on various debug / testing entities, but seemingly unused + +- type: Tag # Exists on diagonal walls and windows + id: Diagonal # Used by TileWallsCommand and FixRotationsCommand - type: Tag - id: Diagonal + id: Diamond # CargoBounty: BountySalvageDiamond - type: Tag - id: Diamond + id: Dice # Storage whitelist: BorgModuleService, DiceBag, BooksBag - type: Tag - id: Dice + id: DiscreteHealthAnalyzer # Storage whitelist: ClothingBeltMedical. ConstructionGraph: MediBot - type: Tag - id: DiscreteHealthAnalyzer #So construction recipes don't eat medical PDAs + id: DNASolutionScannable # Used by ForensicScannerSystem for scanning a solution container. Exists only on Puddle - type: Tag - id: DNASolutionScannable + id: DockArrivals # Used by ArrivalsSystem for finding a priority FTL destination - type: Tag - id: DockArrivals + id: DockCargo # Unused x2 - type: Tag - id: DockCargo + id: DockEmergency # Used bv EmergencyShuttleSystem - type: Tag - id: DockEmergency + id: Document # A superset of Paper tag. Represents a paper-like entity with writing on it, but is not necessarily writeable itself. - type: Tag - id: Document + id: DonkPocket # Storage whitelist: FoodBoxDonkpocket - type: Tag - id: DonkPocket + id: Donut # Storage whitelist: FoodBoxDonut. CargoBounty: BountyDonut - type: Tag - id: Donut + id: DoorBumpOpener # Used by SharedDoorSystem to allow entities to open doors when they collide. - type: Tag - id: DoorBumpOpener + id: DoorElectronics # ConstructionGraph: PinionAirlock, BlastDoor, Windoor + # Used interchangeably with DoorElectronicsComponent, sometimes even in the same graph. TODO pick one - type: Tag - id: DoorElectronics + id: DoorElectronicsConfigurator # Used by ActivatableUIComponent on entity DoorElectronics to whitelist a tool to open the UI. - type: Tag - id: DoorElectronicsConfigurator + id: DrinkBottle # Storage whitelist: BoozeDispenserEmpty, SodaDispenserEmpty - type: Tag - id: DrinkBottle + id: DrinkCan # ConstructionGraph: FireBomb - type: Tag - id: DrinkCan + id: DrinkCup # Unused. Exists on DrinkBaseCup, DrinkWaterCup, DrinkGlass - type: Tag - id: DrinkCup + id: DrinkGlass # Unused. Exists on DrinkGlass, DrinkShotGlass, DrinkJarWhat, DrinkShakeBase - type: Tag - id: DrinkGlass + id: DrinkSpaceGlue # Unused. Exists on DrinkSpaceGlue, CrazyGlue - type: Tag - id: DrinkSpaceGlue + id: Dropper # Storage whitelist: ClothingBeltMedical, ClothingBeltPlant, ChemBag - type: Tag - id: Dropper - -- type: Tag - id: Duck + id: Duck # Reproduction key. MetamorphRecipe: FoodBurgerDuck ## E ## - type: Tag - id: Ectoplasm + id: Ectoplasm # ConstructionGraph: PlushieGhostRevenant - type: Tag - id: Egg + id: Egg # Storage whitelist: FoodContainerEgg - type: Tag - id: EmagImmune + id: EmagImmune # Default value in EmagComponent to prevent the emag - type: Tag - id: EmitterBolt + id: EmitterBolt # Default value in ContainmentFieldGeneratorComponent for collisions that power the generator - type: Tag - id: EncryptionCargo + id: EncryptionCargo # ItemMapper: TelecomServer - type: Tag - id: EncryptionCommand + id: EncryptionCommand # ItemMapper: TelecomServer - type: Tag - id: EncryptionCommon + id: EncryptionCommon # ItemMapper: TelecomServer - type: Tag - id: EncryptionElse + id: EncryptionElse # Unused x2 - type: Tag - id: EncryptionEngineering + id: EncryptionEngineering # ItemMapper: TelecomServer - type: Tag - id: EncryptionMedical + id: EncryptionMedical # ItemMapper: TelecomServer - type: Tag - id: EncryptionScience + id: EncryptionScience # ItemMapper: TelecomServer - type: Tag - id: EncryptionSecurity + id: EncryptionSecurity # ItemMapper: TelecomServer - type: Tag - id: EncryptionService + id: EncryptionService # ItemMapper: TelecomServer - type: Tag - id: Enzyme + id: Enzyme # Storage whitelist: ClothingBeltChef. ItemMapper: ClothingBeltChef - type: Tag - id: ExCable + id: ExCable # Placement blacklist on CableDetStack. Placement whitelist on WiredDetonator - type: Tag - id: ExplosivePassable + id: ExplosivePassable # Unused x2 ## F ## - type: Tag - id: FakeMindShieldImplant + id: FakeMindShieldImplant # Used by FakeMindShieldSystem to toggle the action when a chameleon outfit is selected - type: Tag - id: FakeNukeDisk + id: FakeNukeDisk # Exists so that the fake nuke disk can be blacklisted by storages that blacklist the real disk - type: Tag - id: Figurine + id: Figurine # Storage whitelist: BooksBag, BorgModuleService. CargoBounty: BountyFigurine - type: Tag - id: FireAlarm + id: FireAlarm # Used by AtmosAlarmableComponent for syncing devices - type: Tag - id: FireAlarmElectronics + id: FireAlarmElectronics # ConstructionGraph: FireAlarmAssembly - type: Tag - id: FireAxe + id: FireAxe # Storage whitelist: FireAxeCabinet - type: Tag - id: FirelockElectronics + id: FirelockElectronics # ConstructionGraph: Firelock - type: Tag - id: FireExtinguisher + id: FireExtinguisher # ConstructionGraph: FireBot - type: Tag - id: FireHelmet + id: FireHelmet # ConstructionGraph: FireBot - type: Tag - id: Flare + id: Flare # Storage whitelist: ClothingBeltUtility - type: Tag - id: Flashlight + id: Flashlight # Storage whitelist: ClothingBeltUtility, ClothingBeltJanitor - type: Tag - id: Flesh + id: Flesh # Used by FleshKudzu to ignore contacts with flesh creatures - type: Tag - id: Flower + id: Flower # CargoBounty: flowerwreath. CargoBounty: BountyFlower - type: Tag - id: Folder + id: Folder # Storage whitelist: Bookshelf, NoticeBoard - type: Tag - id: FoodSnack + id: FoodSnack # Storage whitelist: CandyBucket, CandyBowl. ItemMapper: CandyBowl - type: Tag - id: FootstepSound + id: FootstepSound # SharedMoverController checks for this before playing footstep sounds - type: Tag - id: ForceableFollow + id: ForceableFollow # Used by FollowerSystem to give entities an altverb to start orbiting the user - type: Tag id: ForceFixRotations # fixrotations command WILL target this @@ -628,10 +630,10 @@ id: ForceNoFixRotations # fixrotations command WON'T target this - type: Tag - id: FreezerElectronics + id: FreezerElectronics # ConstructionGraph: CrateFreezer, ClosetFreezer - type: Tag - id: Fruit + id: Fruit # SpecialDigestible: OrganReptilianStomach. CargoBounty: BountyFruit ## G ## @@ -1070,7 +1072,7 @@ id: ParadoxCloneObjectiveBlacklist # objective entities with this tag don't get copied to paradox clones - type: Tag - id: Paper + id: Paper # A writeable piece of paper. Subset of Document tag. SpecialDigestible: OrganMothStomach, OrganReptilianStomach - type: Tag id: Pancake @@ -1323,7 +1325,7 @@ id: SkeletonMotorcycleKeys - type: Tag - id: Skewer + id: Skewer # Food sequence key - type: Tag id: Slice # sliced fruit, vegetables, pizza etc. @@ -1436,7 +1438,7 @@ id: TabletopBoard - type: Tag - id: Taco + id: Taco # Food sequence key - type: Tag id: TabletopPiece From 326eaad18dc784e66970d0cb04bcd360324f2e9f Mon Sep 17 00:00:00 2001 From: Centronias Date: Sun, 5 Oct 2025 15:00:33 -0700 Subject: [PATCH 011/216] Prioritize spoon mixing over drinking (#40704) * no, I can't use a spoon to drink a drink. * Update Content.Server/Chemistry/EntitySystems/ReactionMixerSystem.cs --- .../Chemistry/EntitySystems/ReactionMixerSystem.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Content.Server/Chemistry/EntitySystems/ReactionMixerSystem.cs b/Content.Server/Chemistry/EntitySystems/ReactionMixerSystem.cs index 3913afbd07..ee99418970 100644 --- a/Content.Server/Chemistry/EntitySystems/ReactionMixerSystem.cs +++ b/Content.Server/Chemistry/EntitySystems/ReactionMixerSystem.cs @@ -19,7 +19,7 @@ public sealed partial class ReactionMixerSystem : EntitySystem { base.Initialize(); - SubscribeLocalEvent (OnAfterInteract); + SubscribeLocalEvent (OnAfterInteract, before: [typeof(IngestionSystem)]); SubscribeLocalEvent (OnShake); SubscribeLocalEvent (OnDoAfter); } @@ -29,12 +29,13 @@ public sealed partial class ReactionMixerSystem : EntitySystem if (!args.Target.HasValue || !args.CanReach || !entity.Comp.MixOnInteract) return; - if (!MixAttempt(entity, args.Target.Value, out var solution)) + if (!MixAttempt(entity, args.Target.Value, out _)) return; var doAfterArgs = new DoAfterArgs(EntityManager, args.User, entity.Comp.TimeToMix, new ReactionMixDoAfterEvent(), entity, args.Target.Value, entity); _doAfterSystem.TryStartDoAfter(doAfterArgs); + args.Handled = true; } private void OnDoAfter(Entity entity, ref ReactionMixDoAfterEvent args) From 526ca2f800b191ff1276f4157c62f191ccc9e7ff Mon Sep 17 00:00:00 2001 From: PJBot Date: Sat, 27 Sep 2025 20:53:00 +0000 Subject: [PATCH 012/216] Automatic changelog update --- Resources/Changelog/Changelog.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index c30974ca1f..d89cb355b2 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: EmoGarbage404 - changes: - - message: You can now patch holes in the floors of the evac shuttle and ATS. - type: Fix - id: 8501 - time: '2025-05-17T01:54:27.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/36989 - author: Lanedon changes: - message: Multiple head gear now hides the hair ! @@ -3963,3 +3956,10 @@ id: 9011 time: '2025-09-27T17:01:14.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/39914 +- author: SignalSender + changes: + - message: reworked salv instrument spawns to include more instruments + type: Tweak + id: 9012 + time: '2025-09-27T20:51:52.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/40572 From 56cf3f536d3f3296cfe9e21eb0611076095f953c Mon Sep 17 00:00:00 2001 From: PJBot Date: Sat, 27 Sep 2025 21:22:14 +0000 Subject: [PATCH 013/216] Automatic changelog update --- Resources/Changelog/Changelog.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index d89cb355b2..ae9e5dfdd7 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: Lanedon - changes: - - message: Multiple head gear now hides the hair ! - type: Fix - id: 8502 - time: '2025-05-17T05:05:43.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/36818 - author: ArtisticRoomba changes: - message: Metal foam grenades have been added to station engineer lockers. @@ -3963,3 +3956,11 @@ id: 9012 time: '2025-09-27T20:51:52.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/40572 +- author: keronshb + changes: + - message: 'EXPERIMENTAL: Tasers, a short-ranged gun capable of causing targets + to become prone, are now added into Warden, HoS, and Security locker fills.' + type: Add + id: 9013 + time: '2025-09-27T21:21:05.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/39087 From 7a6152217ee091802aef53dbefdb86f825245966 Mon Sep 17 00:00:00 2001 From: PJBot Date: Sun, 28 Sep 2025 03:26:49 +0000 Subject: [PATCH 014/216] Automatic changelog update --- Resources/Changelog/Changelog.yml | 21 +++++++-------------- 1 file changed, 7 insertions(+), 14 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index ae9e5dfdd7..b0f07193f9 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,18 +1,4 @@ Entries: -- author: ArtisticRoomba - changes: - - message: Metal foam grenades have been added to station engineer lockers. - type: Add - - message: Metal foam grenades have been tweaked to cover more area over a longer - period of time. - type: Tweak - - message: Metal foam grenades now have a 5 second timer. - type: Tweak - - message: Aluminum foam walls now take one hit to destroy. - type: Tweak - id: 8503 - time: '2025-05-17T05:21:24.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/37476 - author: EmoGarbage404 changes: - message: Fixed tetherguns not having a beam when dragging. @@ -3964,3 +3950,10 @@ id: 9013 time: '2025-09-27T21:21:05.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/39087 +- author: SurrealShibe + changes: + - message: Vulpkanin now audibly gasp. + type: Fix + id: 9014 + time: '2025-09-28T03:25:39.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/40579 From 424c057c9220744c83d05a38e34f79dcc19b6070 Mon Sep 17 00:00:00 2001 From: PJBot Date: Sun, 28 Sep 2025 03:44:11 +0000 Subject: [PATCH 015/216] Automatic changelog update --- Resources/Changelog/Changelog.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index b0f07193f9..399c7a600c 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: EmoGarbage404 - changes: - - message: Fixed tetherguns not having a beam when dragging. - type: Fix - id: 8504 - time: '2025-05-17T05:22:40.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/37510 - author: aada changes: - message: Id cards now have the same max length as character names. @@ -3957,3 +3950,10 @@ id: 9014 time: '2025-09-28T03:25:39.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/40579 +- author: keronshb + changes: + - message: Tasers can now be used by Pacifists. + type: Tweak + id: 9015 + time: '2025-09-28T03:43:02.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/40588 From bcdaae489e7b814ded24f8b2775af146da83121f Mon Sep 17 00:00:00 2001 From: PJBot Date: Sun, 28 Sep 2025 18:34:40 +0000 Subject: [PATCH 016/216] Automatic changelog update --- Resources/Changelog/Changelog.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 399c7a600c..78f8cf0e39 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: aada - changes: - - message: Id cards now have the same max length as character names. - type: Fix - id: 8505 - time: '2025-05-17T05:27:39.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/35407 - author: ArtisticRoomba changes: - message: Radiation collector power output has been buffed. Remember engineers, @@ -3957,3 +3950,10 @@ id: 9015 time: '2025-09-28T03:43:02.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/40588 +- author: beck-thompson + changes: + - message: Labelers can no longer add markup tags to items + type: Fix + id: 9016 + time: '2025-09-28T18:33:27.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/40600 From 9d3fde24f42cf09ab36d080f2e02877afd913e43 Mon Sep 17 00:00:00 2001 From: PJBot Date: Mon, 29 Sep 2025 10:29:55 +0000 Subject: [PATCH 017/216] Automatic changelog update --- Resources/Changelog/Changelog.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 78f8cf0e39..3e525b0ccf 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,12 +1,4 @@ Entries: -- author: ArtisticRoomba - changes: - - message: Radiation collector power output has been buffed. Remember engineers, - the third level on the PA is safe for long term use! - type: Tweak - id: 8506 - time: '2025-05-17T07:45:44.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/37475 - author: Ilya246 changes: - message: Shuttles can now deal (weak) collision damage. @@ -3957,3 +3949,10 @@ id: 9016 time: '2025-09-28T18:33:27.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/40600 +- author: SirWarock + changes: + - message: Fixed Shotgun Ammo Count not properly updating when reloading! + type: Fix + id: 9017 + time: '2025-09-29T10:28:45.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/40568 From f2dcd27ecb820810e89569035388132fc2041dfc Mon Sep 17 00:00:00 2001 From: PJBot Date: Tue, 30 Sep 2025 03:46:36 +0000 Subject: [PATCH 018/216] Automatic changelog update --- Resources/Changelog/Maps.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Resources/Changelog/Maps.yml b/Resources/Changelog/Maps.yml index eba4933919..227040557a 100644 --- a/Resources/Changelog/Maps.yml +++ b/Resources/Changelog/Maps.yml @@ -731,4 +731,11 @@ id: 88 time: '2025-09-25T21:36:16.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/40546 +- author: Absotively + changes: + - message: Updated Elkridge's burn chambers for safer delta pressure handling + type: Tweak + id: 89 + time: '2025-09-30T03:45:17.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/40590 Order: 1 From c031b95f42165b6947c0b1fa75ce94bc64bd823d Mon Sep 17 00:00:00 2001 From: PJBot Date: Tue, 30 Sep 2025 21:56:21 +0000 Subject: [PATCH 019/216] Automatic changelog update --- Resources/Changelog/Changelog.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 3e525b0ccf..a78c8e387f 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: Ilya246 - changes: - - message: Shuttles can now deal (weak) collision damage. - type: Add - id: 8507 - time: '2025-05-17T17:11:08.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/37422 - author: VlaDOS1408 changes: - message: Fax UI Menu has been reworked and now behaves better on resizing @@ -3956,3 +3949,11 @@ id: 9017 time: '2025-09-29T10:28:45.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/40568 +- author: BoskiYourk, spanky_spanky + changes: + - message: Microwaves can now be picked up when unwrenched, and optionally, used + as a weapon. + type: Tweak + id: 9018 + time: '2025-09-30T21:55:10.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/40618 From f9d9db6cfa38671fd9d9381bddd84f17b153f1f0 Mon Sep 17 00:00:00 2001 From: PJBot Date: Wed, 1 Oct 2025 04:06:56 +0000 Subject: [PATCH 020/216] Automatic changelog update --- Resources/Changelog/Changelog.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index a78c8e387f..0a6df6eb48 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: VlaDOS1408 - changes: - - message: Fax UI Menu has been reworked and now behaves better on resizing - type: Tweak - id: 8508 - time: '2025-05-17T17:20:11.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/33825 - author: YotaXP changes: - message: Favorites selected in the construction menu will now persist between @@ -3957,3 +3950,10 @@ id: 9018 time: '2025-09-30T21:55:10.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/40618 +- author: leahcat + changes: + - message: moved desoxyephedrine from ambrosia plants to glasstle. + type: Tweak + id: 9019 + time: '2025-10-01T04:05:41.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/40638 From a4b34c6a3c3f38dfd24065e22084af94063d0ba0 Mon Sep 17 00:00:00 2001 From: PJBot Date: Wed, 1 Oct 2025 11:47:45 +0000 Subject: [PATCH 021/216] Automatic changelog update --- Resources/Changelog/Changelog.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 0a6df6eb48..93202dfe94 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,12 +1,4 @@ Entries: -- author: YotaXP - changes: - - message: Favorites selected in the construction menu will now persist between - rounds. - type: Tweak - id: 8509 - time: '2025-05-17T17:37:19.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/35867 - author: perryprog changes: - message: You can now link cutter machines to material silos. @@ -3957,3 +3949,10 @@ id: 9019 time: '2025-10-01T04:05:41.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/40638 +- author: SignalSender + changes: + - message: Musicians now have a Stage Name + type: Tweak + id: 9020 + time: '2025-10-01T11:46:34.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/40640 From 3218642e132d44f830e4fb1820a9f08c34c53d38 Mon Sep 17 00:00:00 2001 From: PJBot Date: Wed, 1 Oct 2025 20:24:48 +0000 Subject: [PATCH 022/216] Automatic changelog update --- Resources/Changelog/Changelog.yml | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 93202dfe94..c417ac17b2 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,18 +1,4 @@ Entries: -- author: perryprog - changes: - - message: You can now link cutter machines to material silos. - type: Tweak - id: 8510 - time: '2025-05-18T01:51:58.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/37554 -- author: Spangs04 - changes: - - message: Resprited Telecomms - type: Tweak - id: 8511 - time: '2025-05-18T02:10:56.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/35811 - author: EmoGarbage404 changes: - message: Added the salvage job board! This board allows salvagers to access and @@ -3956,3 +3942,18 @@ id: 9020 time: '2025-10-01T11:46:34.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/40640 +- author: Velcroboy + changes: + - message: Shutters, blast doors, and lights can now be linked using the "Link Defaults" + button. + type: Tweak + id: 9021 + time: '2025-10-01T20:22:50.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/37690 +- author: YoungThugSS14 + changes: + - message: The Prisoner Eva Suit now has the same stats as an emergency eva suit. + type: Tweak + id: 9022 + time: '2025-10-01T20:23:37.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/36696 From 7a9cb78a849ad1acc7f399f04515b549debcaf75 Mon Sep 17 00:00:00 2001 From: PJBot Date: Wed, 1 Oct 2025 20:29:24 +0000 Subject: [PATCH 023/216] Automatic changelog update --- Resources/Changelog/Changelog.yml | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index c417ac17b2..90463a8a42 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,13 +1,4 @@ Entries: -- author: EmoGarbage404 - changes: - - message: Added the salvage job board! This board allows salvagers to access and - complete a variety of jobs in order to rank up, earn spesos, and unlock new - cargo orders. Work hard and you too may become a Supreme Salvager. - type: Add - id: 8512 - time: '2025-05-18T04:02:52.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/37549 - author: EmoGarbage404 changes: - message: Lathes can no longer connect to research servers on separate grids @@ -3957,3 +3948,10 @@ id: 9022 time: '2025-10-01T20:23:37.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/36696 +- author: K-Dynamic + changes: + - message: Puddles now spill over at 50u instead of 20u. + type: Add + id: 9023 + time: '2025-10-01T20:28:13.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/38044 From 6b8f660c8a229f09b2f30fe2098002fd79a1b6cb Mon Sep 17 00:00:00 2001 From: PJBot Date: Wed, 1 Oct 2025 23:23:45 +0000 Subject: [PATCH 024/216] Automatic changelog update --- Resources/Changelog/Changelog.yml | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 90463a8a42..5fb3aa1fa1 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: EmoGarbage404 - changes: - - message: Lathes can no longer connect to research servers on separate grids - type: Tweak - id: 8513 - time: '2025-05-18T04:04:28.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/36821 - author: 0leshe changes: - message: Changed max and minimum amount of jigger transfer amount @@ -3955,3 +3948,15 @@ id: 9023 time: '2025-10-01T20:28:13.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/38044 +- author: Mixelz + changes: + - message: Circuit Totes, a new type of box to compactly carry conspicous chunks + of Circuits! + type: Add + - message: Head Lockers now compact all circuit boards & stamps into boxes for convenience. + type: Tweak + - message: The Surplus Circuit Crate is now a Tote! + type: Tweak + id: 9024 + time: '2025-10-01T23:22:33.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/39868 From 562097abfad4daf7133460f003434c3c70953bf4 Mon Sep 17 00:00:00 2001 From: PJBot Date: Thu, 2 Oct 2025 09:03:57 +0000 Subject: [PATCH 025/216] Automatic changelog update --- Resources/Changelog/Changelog.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 5fb3aa1fa1..89fd61b53a 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: 0leshe - changes: - - message: Changed max and minimum amount of jigger transfer amount - type: Tweak - id: 8514 - time: '2025-05-18T04:14:23.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/35962 - author: ArtisticRoomba changes: - message: Air grenades have been added! These can fill up a spaced room of ~30 @@ -3960,3 +3953,10 @@ id: 9024 time: '2025-10-01T23:22:33.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/39868 +- author: sudobeans + changes: + - message: utility knife, which can be made in the autolathe. + type: Add + id: 9025 + time: '2025-10-02T09:02:36.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/39567 From cd968bee527c762cc1d2159811e2d4f7ccc98b71 Mon Sep 17 00:00:00 2001 From: PJBot Date: Thu, 2 Oct 2025 20:12:38 +0000 Subject: [PATCH 026/216] Automatic changelog update --- Resources/Changelog/Changelog.yml | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 89fd61b53a..66814d6822 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,13 +1,4 @@ Entries: -- author: ArtisticRoomba - changes: - - message: Air grenades have been added! These can fill up a spaced room of ~30 - tiles with fresh air. They can be found in Atmospheric Technician's lockers. - Use them wisely! - type: Add - id: 8515 - time: '2025-05-18T04:32:52.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/37531 - author: EmoGarbage404 changes: - message: Various salvage equipment can now be unlocked through the job board and @@ -3960,3 +3951,11 @@ id: 9025 time: '2025-10-02T09:02:36.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/39567 +- author: kosticia + changes: + - message: Anomalies with inconsistent particles no longer shuffle right before + collision with particle. + type: Fix + id: 9026 + time: '2025-10-02T20:11:25.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/40624 From f5566eafe419d7c40aa64e3151af4ac3115fddb6 Mon Sep 17 00:00:00 2001 From: PJBot Date: Thu, 2 Oct 2025 22:48:25 +0000 Subject: [PATCH 027/216] Automatic changelog update --- Resources/Changelog/Changelog.yml | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 66814d6822..913cf7e5bb 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,14 +1,4 @@ Entries: -- author: EmoGarbage404 - changes: - - message: Various salvage equipment can now be unlocked through the job board and - purchased through cargo. - type: Add - - message: Space debris and the mining asteroid no longer generate salvage equipment - type: Tweak - id: 8516 - time: '2025-05-18T06:40:59.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/37561 - author: mrjajkes changes: - message: Add Blatantly Nuclear as a Nuke Song. @@ -3959,3 +3949,14 @@ id: 9026 time: '2025-10-02T20:11:25.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/40624 +- author: archee1 + changes: + - message: Material doors now have destruction sounds and will drop a portion of + their construction materials when destroyed. + type: Add + - message: Material doors now have reduced health, resistances, construction time, + and construction costs + type: Tweak + id: 9027 + time: '2025-10-02T22:47:11.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/36597 From c6c7b78e309e11a9894cfbd4870dfacf2465fa05 Mon Sep 17 00:00:00 2001 From: PJBot Date: Fri, 3 Oct 2025 09:54:59 +0000 Subject: [PATCH 028/216] Automatic changelog update --- Resources/Changelog/Changelog.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 913cf7e5bb..d7a5e2f44f 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: mrjajkes - changes: - - message: Add Blatantly Nuclear as a Nuke Song. - type: Add - id: 8517 - time: '2025-05-18T07:30:20.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/35927 - author: metalgearsloth changes: - message: Shuttles now are treated as rooved for daylight. @@ -3960,3 +3953,10 @@ id: 9027 time: '2025-10-02T22:47:11.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/36597 +- author: PJB3005 + changes: + - message: You can stuff the nuke disk in plushies now. + type: Tweak + id: 9028 + time: '2025-10-03T09:53:41.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/40674 From c703a0a980d3f7e6b15da53478709cf9f14742ff Mon Sep 17 00:00:00 2001 From: PJBot Date: Fri, 3 Oct 2025 11:32:50 +0000 Subject: [PATCH 029/216] Automatic changelog update --- Resources/Changelog/Admin.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Resources/Changelog/Admin.yml b/Resources/Changelog/Admin.yml index 3ac6c8e461..c7107c96ed 100644 --- a/Resources/Changelog/Admin.yml +++ b/Resources/Changelog/Admin.yml @@ -1447,5 +1447,12 @@ Entries: id: 175 time: '2025-09-25T21:43:53.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/40246 +- author: Kowlin + changes: + - message: Adjusted meatspike admin log severities. + type: Tweak + id: 176 + time: '2025-10-03T11:31:37.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/40604 Name: Admin Order: 2 From e41662866447e66d3b09a2407174f504a15e5c7b Mon Sep 17 00:00:00 2001 From: PJBot Date: Fri, 3 Oct 2025 20:34:39 +0000 Subject: [PATCH 030/216] Automatic changelog update --- Resources/Changelog/Changelog.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index d7a5e2f44f..581e72d6aa 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: metalgearsloth - changes: - - message: Shuttles now are treated as rooved for daylight. - type: Tweak - id: 8518 - time: '2025-05-18T07:47:35.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/36112 - author: ScarKy0 changes: - message: Deliveries can now very rarely spawn as bomb-type! They grant A LOT of @@ -3960,3 +3953,10 @@ id: 9028 time: '2025-10-03T09:53:41.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/40674 +- author: Crude Oil + changes: + - message: Returned PDA lights to original brightness + type: Fix + id: 9029 + time: '2025-10-03T20:33:25.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/40687 From 7e5eee302a83ef26b67850e67295a8e32863bce8 Mon Sep 17 00:00:00 2001 From: PJBot Date: Fri, 3 Oct 2025 23:36:14 +0000 Subject: [PATCH 031/216] Automatic changelog update --- Resources/Changelog/Changelog.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 581e72d6aa..39285bf101 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,12 +1,4 @@ Entries: -- author: ScarKy0 - changes: - - message: Deliveries can now very rarely spawn as bomb-type! They grant A LOT of - spesos... at a price. - type: Add - id: 8519 - time: '2025-05-18T08:57:23.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/37069 - author: ScarKy0 changes: - message: Aloxadone has been tweaked. The recipe has been altered to be simplier @@ -3960,3 +3952,10 @@ id: 9029 time: '2025-10-03T20:33:25.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/40687 +- author: NoreUhh + changes: + - message: The Syndicate Cyborg Martyr Module can now be used multiple times. + type: Tweak + id: 9030 + time: '2025-10-03T23:35:01.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/40224 From f23287267c9907c3dfbdfa668660cfa07e7d00c3 Mon Sep 17 00:00:00 2001 From: PJBot Date: Sat, 4 Oct 2025 01:45:44 +0000 Subject: [PATCH 032/216] Automatic changelog update --- Resources/Changelog/Changelog.yml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 39285bf101..db2b728491 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,12 +1,4 @@ Entries: -- author: ScarKy0 - changes: - - message: Aloxadone has been tweaked. The recipe has been altered to be simplier - to make and the healing values have been increased. - type: Tweak - id: 8523 - time: '2025-05-18T09:16:14.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/37239 - author: Simyon changes: - message: The Syndicate and Wizard Communications Console now no longer show who @@ -3959,3 +3951,12 @@ id: 9030 time: '2025-10-03T23:35:01.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/40224 +- author: K-Dynamic + changes: + - message: Adds smart equip function to pocket 1, pocket 2, and suit storage slots. + Default binds are Shift+F and Shift+G for first and second pocket, Shift+H for + suit storage. + type: Add + id: 9031 + time: '2025-10-04T01:44:30.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/37975 From cf8d3f9cbc6643f81b840c75aadc25a019eae83d Mon Sep 17 00:00:00 2001 From: PJBot Date: Sat, 4 Oct 2025 16:52:16 +0000 Subject: [PATCH 033/216] Automatic changelog update --- Resources/Changelog/Changelog.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index db2b728491..62dcc523d1 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,12 +1,4 @@ Entries: -- author: Simyon - changes: - - message: The Syndicate and Wizard Communications Console now no longer show who - the message was sent by. - type: Tweak - id: 8524 - time: '2025-05-18T09:18:18.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/37567 - author: SuperGDPWYL changes: - message: A Lone Operative detonating the nuke on-station will now end the round. @@ -3960,3 +3952,10 @@ id: 9031 time: '2025-10-04T01:44:30.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/37975 +- author: AwareFoxy + changes: + - message: Added Pride-O-Mat to marathon! + type: Add + id: 9032 + time: '2025-10-04T16:50:52.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/40696 From e7bdec79806325b717733712e44867f044b0b5ce Mon Sep 17 00:00:00 2001 From: PJBot Date: Sat, 4 Oct 2025 20:28:28 +0000 Subject: [PATCH 034/216] Automatic changelog update --- Resources/Changelog/Changelog.yml | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 62dcc523d1..3763a8f76c 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,13 +1,4 @@ Entries: -- author: SuperGDPWYL - changes: - - message: A Lone Operative detonating the nuke on-station will now end the round. - type: Add - - message: The endscreen will now properly show how successful Lone Operatives were. - type: Fix - id: 8525 - time: '2025-05-18T11:34:33.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/36498 - author: metalgearsloth changes: - message: Fixes being able to grab items through walls. @@ -3959,3 +3950,10 @@ id: 9032 time: '2025-10-04T16:50:52.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/40696 +- author: Moomoobeef + changes: + - message: Evac directional signs now glow in the dark! + type: Tweak + id: 9033 + time: '2025-10-04T20:27:15.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/38545 From 174995bfd32fd9e323070619ab91542e43d527cd Mon Sep 17 00:00:00 2001 From: PJBot Date: Sun, 5 Oct 2025 07:41:28 +0000 Subject: [PATCH 035/216] Automatic changelog update --- Resources/Changelog/Admin.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Resources/Changelog/Admin.yml b/Resources/Changelog/Admin.yml index c7107c96ed..b2ebdecbfd 100644 --- a/Resources/Changelog/Admin.yml +++ b/Resources/Changelog/Admin.yml @@ -1454,5 +1454,12 @@ Entries: id: 176 time: '2025-10-03T11:31:37.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/40604 +- author: Kowlin + changes: + - message: Stun prods are now high severity when crafted. + type: Tweak + id: 177 + time: '2025-10-05T07:40:15.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/40709 Name: Admin Order: 2 From d66609f9c2abeec4072e7aeaf5bf0f749658aca8 Mon Sep 17 00:00:00 2001 From: PJBot Date: Sun, 5 Oct 2025 08:07:19 +0000 Subject: [PATCH 036/216] Automatic changelog update --- Resources/Changelog/Changelog.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 3763a8f76c..a14f556fd5 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: metalgearsloth - changes: - - message: Fixes being able to grab items through walls. - type: Fix - id: 8526 - time: '2025-05-18T14:38:32.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/37570 - author: qwerltaz changes: - message: Water vapor is now dangerous to slime life-forms. @@ -3957,3 +3950,10 @@ id: 9033 time: '2025-10-04T20:27:15.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/38545 +- author: NoreUhh + changes: + - message: The Ian suit makes you bark now. Woof! + type: Tweak + id: 9034 + time: '2025-10-05T08:06:06.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/40694 From ebe74e5df2cedcd30239b4575febdf869c834659 Mon Sep 17 00:00:00 2001 From: PJBot Date: Sun, 5 Oct 2025 08:39:49 +0000 Subject: [PATCH 037/216] Automatic changelog update --- Resources/Changelog/Changelog.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index a14f556fd5..d57040d3aa 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: qwerltaz - changes: - - message: Water vapor is now dangerous to slime life-forms. - type: Add - id: 8527 - time: '2025-05-18T22:55:40.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/32751 - author: slarticodefast changes: - message: Added a new keybind for swapping hands in the other direction (if you @@ -3957,3 +3950,11 @@ id: 9034 time: '2025-10-05T08:06:06.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/40694 +- author: Princess-Cheeseballs + changes: + - message: Incendiary rounds now deal a mix of pierce damage and heat damage instead + of primarily heat damage. + type: Tweak + id: 9035 + time: '2025-10-05T08:38:36.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/39204 From 1b86ba6b506e6db9758c05e966f0e0a1c0597a38 Mon Sep 17 00:00:00 2001 From: PJBot Date: Sun, 5 Oct 2025 22:13:43 +0000 Subject: [PATCH 038/216] Automatic changelog update --- Resources/Changelog/Changelog.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index d57040d3aa..91de817d32 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,12 +1,4 @@ Entries: -- author: slarticodefast - changes: - - message: Added a new keybind for swapping hands in the other direction (if you - got more than two). Defaults to Shift+X. Useful for cycling through borg modules. - type: Add - id: 8528 - time: '2025-05-19T01:17:35.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/37588 - author: keronshb changes: - message: Force Wall timers changed so it despawns faster than it can be cast. @@ -3958,3 +3950,11 @@ id: 9035 time: '2025-10-05T08:38:36.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/39204 +- author: Centronias + changes: + - message: Stirring is once again prioritized over drinking. No longer will your + bartender be very tempted to taste test your drink as they stir it. + type: Fix + id: 9036 + time: '2025-10-05T22:12:24.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/40704 From 8781a95b6c2cb733d8007b56b1e2bc2493e9168c Mon Sep 17 00:00:00 2001 From: Jessica M Date: Mon, 6 Oct 2025 17:48:40 -0700 Subject: [PATCH 039/216] Skeletons are now playable instruments (#40009) * skeletons are now instruments * switch to xylophone * Fixes --------- Co-authored-by: Jessica M Co-authored-by: Princess Cheeseballs <66055347+Pronana@users.noreply.github.com> --- .../Entities/Mobs/Species/skeleton.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/Resources/Prototypes/Entities/Mobs/Species/skeleton.yml b/Resources/Prototypes/Entities/Mobs/Species/skeleton.yml index 229c2da027..5dc127878f 100644 --- a/Resources/Prototypes/Entities/Mobs/Species/skeleton.yml +++ b/Resources/Prototypes/Entities/Mobs/Species/skeleton.yml @@ -109,6 +109,24 @@ 32: sprite: Mobs/Species/Human/displacement.rsi state: jumpsuit-female + - type: Instrument + program: 13 # Xylophone. Woodblock is 115 (another good option) + - type: ActivatableUI + blockSpectators: true # otherwise they can play client-side music + inHandsOnly: false + singleUser: true + requiresComplex: true + verbOnly: true + verbText: verb-instrument-openui + key: enum.InstrumentUiKey.Key + - type: UserInterface + interfaces: + enum.InstrumentUiKey.Key: + type: InstrumentBoundUserInterface + enum.HumanoidMarkingModifierKey.Key: + type: HumanoidMarkingModifierBoundUserInterface + enum.StrippingUiKey.Key: + type: StrippableBoundUserInterface - type: entity parent: BaseSpeciesDummy From 1ca03fe8b1ffb513936e168479e64e1c645d7cc6 Mon Sep 17 00:00:00 2001 From: PJBot Date: Tue, 7 Oct 2025 01:00:31 +0000 Subject: [PATCH 040/216] Automatic changelog update --- Resources/Changelog/Changelog.yml | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 91de817d32..afc2085f83 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,14 +1,4 @@ Entries: -- author: keronshb - changes: - - message: Force Wall timers changed so it despawns faster than it can be cast. - type: Tweak - - message: Force Wall users can now interact while inside of the wall, but also - can be attacked while inside of the wall. - type: Tweak - id: 8529 - time: '2025-05-19T01:30:46.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/37525 - author: Samuka changes: - message: Holy water now evaporates. @@ -3958,3 +3948,10 @@ id: 9036 time: '2025-10-05T22:12:24.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/40704 +- author: jessicamaybe + changes: + - message: Skeletons are now playable instruments! + type: Add + id: 9037 + time: '2025-10-07T00:59:20.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/40009 From 561fd493bd81e93a9b8352b984f6983756a5dabf Mon Sep 17 00:00:00 2001 From: ToastEnjoyer Date: Mon, 6 Oct 2025 21:10:35 -0500 Subject: [PATCH 041/216] Marathon improvements Part 1. (#40725) * Marathon improvements Part 1. * Fixed power and added chairs to the phsych ward --- Resources/Maps/marathon.yml | 988 ++++++++++++++++++++++-------------- 1 file changed, 603 insertions(+), 385 deletions(-) diff --git a/Resources/Maps/marathon.yml b/Resources/Maps/marathon.yml index 42df78c970..82a4d668c3 100644 --- a/Resources/Maps/marathon.yml +++ b/Resources/Maps/marathon.yml @@ -4,8 +4,8 @@ meta: engineVersion: 267.2.0 forkId: "" forkVersion: "" - time: 10/04/2025 14:51:31 - entityCount: 23828 + time: 10/07/2025 01:59:23 + entityCount: 23873 maps: - 5350 grids: @@ -213,11 +213,11 @@ entities: version: 7 -1,-2: ind: -1,-2 - tiles: HwAAAAACAH4AAAAAAABdAAAAAAMAEQAAAAAAAF0AAAAAAAARAAAAAAAAXQAAAAAAABEAAAAAAABdAAAAAAMAEQAAAAAAAF0AAAAAAAB+AAAAAAAAfgAAAAAAAF0AAAAAAAB+AAAAAAAAfgAAAAAAAB8AAAAAAQBdAAAAAAMAXQAAAAAAABEAAAAAAABdAAAAAAAAEQAAAAAAAF0AAAAAAgARAAAAAAAAXQAAAAADABEAAAAAAABdAAAAAAIAfgAAAAAAAF0AAAAAAABdAAAAAAMAXQAAAAADAF0AAAAAAgAfAAAAAAMAfgAAAAAAAF0AAAAAAQBdAAAAAAIAXQAAAAACAF0AAAAAAABdAAAAAAMAXQAAAAADAF0AAAAAAABdAAAAAAAAXQAAAAAAAF0AAAAAAQBdAAAAAAAAXQAAAAACAF0AAAAAAQBdAAAAAAEAHwAAAAACAH4AAAAAAABdAAAAAAEAEQAAAAAAAF0AAAAAAQARAAAAAAAAXQAAAAADABEAAAAAAABdAAAAAAMAEQAAAAAAAF0AAAAAAAB+AAAAAAAAXQAAAAAAAF0AAAAAAQBdAAAAAAMAXQAAAAAAAH4AAAAAAAB+AAAAAAAAXQAAAAADABEAAAAAAABdAAAAAAMAEQAAAAAAAF0AAAAAAwARAAAAAAAAXQAAAAAAABEAAAAAAABdAAAAAAIAfgAAAAAAAF0AAAAAAQBdAAAAAAIAXQAAAAABAF0AAAAAAQBsAAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAABdAAAAAAMAXQAAAAADAF0AAAAAAwB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAXQAAAAACAF0AAAAAAQBdAAAAAAMAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAbQAAAAAAAF0AAAAAAQBdAAAAAAAAXQAAAAADAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAABdAAAAAAAAXQAAAAACAF0AAAAAAQB+AAAAAAAAcAAAAAACAHAAAAAAAgBwAAAAAAMAcAAAAAAAAH4AAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAXQAAAAABAF0AAAAAAgBdAAAAAAIAfgAAAAAAAHAAAAAAAQBwAAAAAAAAcAAAAAAAAHAAAAAAAQB+AAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAF0AAAAAAgBdAAAAAAMAXQAAAAAAAH4AAAAAAABwAAAAAAIAcAAAAAABAHAAAAAAAgBwAAAAAAEAfgAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAABdAAAAAAEAXQAAAAADAF0AAAAAAQBdAAAAAAEAcAAAAAABAHAAAAAAAwBwAAAAAAMAcAAAAAADAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAXQAAAAABAF0AAAAAAQBdAAAAAAAAXQAAAAACAHAAAAAAAgBwAAAAAAIAcAAAAAAAAHAAAAAAAgB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAF0AAAAAAwBdAAAAAAIAXQAAAAACAF0AAAAAAgB+AAAAAAAAfgAAAAAAAHAAAAAAAgB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAbQAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAHAAAAAAAABwAAAAAAMAcAAAAAACAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAbAAAAAAAAGwAAAAAAABsAAAAAAAAbAAAAAAAAA== + tiles: HwAAAAACAH4AAAAAAABdAAAAAAMAEQAAAAAAAF0AAAAAAAARAAAAAAAAXQAAAAAAABEAAAAAAABdAAAAAAMAEQAAAAAAAF0AAAAAAAB+AAAAAAAAfgAAAAAAAE0AAAAAAABdAAAAAAAAfgAAAAAAAB8AAAAAAQBdAAAAAAMAXQAAAAAAABEAAAAAAABdAAAAAAAAEQAAAAAAAF0AAAAAAgARAAAAAAAAXQAAAAADABEAAAAAAABdAAAAAAIAfgAAAAAAAF0AAAAAAABdAAAAAAMAXQAAAAADAF0AAAAAAgAfAAAAAAMAfgAAAAAAAF0AAAAAAQBdAAAAAAIAXQAAAAACAF0AAAAAAABdAAAAAAMAXQAAAAADAF0AAAAAAABdAAAAAAAAXQAAAAAAAF0AAAAAAQBdAAAAAAAAXQAAAAACAF0AAAAAAQBdAAAAAAEAHwAAAAACAH4AAAAAAABdAAAAAAEAEQAAAAAAAF0AAAAAAQARAAAAAAAAXQAAAAADABEAAAAAAABdAAAAAAMAEQAAAAAAAF0AAAAAAAB+AAAAAAAAXQAAAAAAAF0AAAAAAQBdAAAAAAMAXQAAAAAAAH4AAAAAAAB+AAAAAAAAXQAAAAADABEAAAAAAABdAAAAAAMAEQAAAAAAAF0AAAAAAwARAAAAAAAAXQAAAAAAABEAAAAAAABdAAAAAAIAfgAAAAAAAF0AAAAAAQBdAAAAAAIAXQAAAAABAF0AAAAAAQBsAAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAABdAAAAAAMAXQAAAAADAF0AAAAAAwB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAXQAAAAACAF0AAAAAAQBdAAAAAAMAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAbQAAAAAAAF0AAAAAAQBdAAAAAAAAXQAAAAADAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAABdAAAAAAAAXQAAAAACAF0AAAAAAQB+AAAAAAAAcAAAAAACAHAAAAAAAgBwAAAAAAMAcAAAAAAAAH4AAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAXQAAAAABAF0AAAAAAgBdAAAAAAIAfgAAAAAAAHAAAAAAAQBwAAAAAAAAcAAAAAAAAHAAAAAAAQB+AAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAF0AAAAAAgBdAAAAAAMAXQAAAAAAAH4AAAAAAABwAAAAAAIAcAAAAAABAHAAAAAAAgBwAAAAAAEAfgAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAABdAAAAAAEAXQAAAAADAF0AAAAAAQBdAAAAAAEAcAAAAAABAHAAAAAAAwBwAAAAAAMAcAAAAAADAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAXQAAAAABAF0AAAAAAQBdAAAAAAAAXQAAAAACAHAAAAAAAgBwAAAAAAIAcAAAAAAAAHAAAAAAAgB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAF0AAAAAAwBdAAAAAAIAXQAAAAACAF0AAAAAAgB+AAAAAAAAfgAAAAAAAHAAAAAAAgB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAbQAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAHAAAAAAAABwAAAAAAMAcAAAAAACAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAbAAAAAAAAGwAAAAAAABsAAAAAAAAbAAAAAAAAA== version: 7 -2,-2: ind: -2,-2 - tiles: fgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAHoAAAAAAwB6AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAHoAAAAAAwB+AAAAAAAAfgAAAAAAAH4AAAAAAAAfAAAAAAIAHwAAAAADAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAegAAAAAAAH4AAAAAAAB6AAAAAAAAegAAAAACAHoAAAAAAwB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAHwAAAAACAB8AAAAAAwB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAB8AAAAAAwAfAAAAAAMAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAABsAAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAbQAAAAAAAH4AAAAAAAB+AAAAAAAAHwAAAAADAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAbAAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAbAAAAAAAAGwAAAAAAABsAAAAAAAAbAAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAGwAAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAbAAAAAAAAGwAAAAAAABsAAAAAAAAfgAAAAAAAGwAAAAAAABsAAAAAAAAbAAAAAAAAGwAAAAAAABsAAAAAAAAbAAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAbQAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAABtAAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAcAAAAAABAHAAAAAAAQBwAAAAAAEAfgAAAAAAAB8AAAAAAAAfAAAAAAMAHwAAAAABAH4AAAAAAABwAAAAAAEAcAAAAAABAHAAAAAAAQB+AAAAAAAAfgAAAAAAAG0AAAAAAAB+AAAAAAAAfgAAAAAAAHAAAAAAAwBwAAAAAAIAcAAAAAAAAB8AAAAAAQAfAAAAAAAAHwAAAAACAB8AAAAAAQAfAAAAAAAAcAAAAAADAHAAAAAAAABwAAAAAAEADAAAAAABAHAAAAAAAwBwAAAAAAAAcAAAAAABAH4AAAAAAABwAAAAAAAAcAAAAAABAHAAAAAAAQB+AAAAAAAALgAAAAAAAC4AAAAAAAAuAAAAAAAAfgAAAAAAAHAAAAAAAABwAAAAAAEAcAAAAAABAAwAAAAAAQBwAAAAAAAAcAAAAAADAHAAAAAAAgB+AAAAAAAAcAAAAAACAHAAAAAAAgBwAAAAAAEAfgAAAAAAAC4AAAAAAAAuAAAAAAAALgAAAAAAAH4AAAAAAABwAAAAAAMAcAAAAAAAAHAAAAAAAgBwAAAAAAIAcAAAAAADAHAAAAAAAQBwAAAAAAEAfgAAAAAAAHAAAAAAAABwAAAAAAIAcAAAAAACAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAcAAAAAABAHAAAAAAAQBwAAAAAAAADAAAAAABAHAAAAAAAQBwAAAAAAAAcAAAAAADAH4AAAAAAABwAAAAAAMAcAAAAAABAHAAAAAAAAB+AAAAAAAALgAAAAAAAC4AAAAAAAAuAAAAAAAAfgAAAAAAAHAAAAAAAwBwAAAAAAMAcAAAAAADAAwAAAAAAABwAAAAAAIAcAAAAAABAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAgBwAAAAAAIAfgAAAAAAAC4AAAAAAAAuAAAAAAAALgAAAAAAAH4AAAAAAABwAAAAAAAAcAAAAAABAHAAAAAAAQB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAHAAAAAAAwBwAAAAAAAAcAAAAAACAB8AAAAAAgAfAAAAAAMAHwAAAAAAAB8AAAAAAgAfAAAAAAIAcAAAAAACAHAAAAAAAwBwAAAAAAMAfgAAAAAAAHAAAAAAAgBwAAAAAAAAcAAAAAACAA== + tiles: fgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAHoAAAAAAwB6AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAHoAAAAAAwB+AAAAAAAAfgAAAAAAAH4AAAAAAAAfAAAAAAIAHwAAAAADAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAegAAAAAAAH4AAAAAAAB6AAAAAAAAegAAAAACAHoAAAAAAwB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAHwAAAAACAB8AAAAAAwB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAB8AAAAAAwAfAAAAAAMAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAABsAAAAAAAAbAAAAAAAAH4AAAAAAAB+AAAAAAAAbQAAAAAAAH4AAAAAAAB+AAAAAAAAHwAAAAADAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAbAAAAAAAAGwAAAAAAABsAAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAbAAAAAAAAGwAAAAAAABsAAAAAAAAbAAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAGwAAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAbAAAAAAAAGwAAAAAAABsAAAAAAAAfgAAAAAAAGwAAAAAAABsAAAAAAAAbAAAAAAAAGwAAAAAAABsAAAAAAAAbAAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAbQAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAABtAAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAcAAAAAABAHAAAAAAAQBwAAAAAAEAfgAAAAAAAB8AAAAAAAAfAAAAAAMAHwAAAAABAH4AAAAAAABwAAAAAAEAcAAAAAABAHAAAAAAAQB+AAAAAAAAfgAAAAAAAG0AAAAAAAB+AAAAAAAAfgAAAAAAAHAAAAAAAwBwAAAAAAIAcAAAAAAAAB8AAAAAAQAfAAAAAAAAHwAAAAACAB8AAAAAAQAfAAAAAAAAcAAAAAADAHAAAAAAAABwAAAAAAEADAAAAAABAHAAAAAAAwBwAAAAAAAAcAAAAAABAH4AAAAAAABwAAAAAAAAcAAAAAABAHAAAAAAAQB+AAAAAAAALgAAAAAAAC4AAAAAAAAuAAAAAAAAfgAAAAAAAHAAAAAAAABwAAAAAAEAcAAAAAABAAwAAAAAAQBwAAAAAAAAcAAAAAADAHAAAAAAAgB+AAAAAAAAcAAAAAACAHAAAAAAAgBwAAAAAAEAfgAAAAAAAC4AAAAAAAAuAAAAAAAALgAAAAAAAH4AAAAAAABwAAAAAAMAcAAAAAAAAHAAAAAAAgBwAAAAAAIAcAAAAAADAHAAAAAAAQBwAAAAAAEAfgAAAAAAAHAAAAAAAABwAAAAAAIAcAAAAAACAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAcAAAAAABAHAAAAAAAQBwAAAAAAAADAAAAAABAHAAAAAAAQBwAAAAAAAAcAAAAAADAH4AAAAAAABwAAAAAAMAcAAAAAABAHAAAAAAAAB+AAAAAAAALgAAAAAAAC4AAAAAAAAuAAAAAAAAfgAAAAAAAHAAAAAAAwBwAAAAAAMAcAAAAAADAAwAAAAAAABwAAAAAAIAcAAAAAABAHAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAgBwAAAAAAIAfgAAAAAAAC4AAAAAAAAuAAAAAAAALgAAAAAAAH4AAAAAAABwAAAAAAAAcAAAAAABAHAAAAAAAQB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAHAAAAAAAwBwAAAAAAAAcAAAAAACAB8AAAAAAgAfAAAAAAMAHwAAAAAAAB8AAAAAAgAfAAAAAAIAcAAAAAACAHAAAAAAAwBwAAAAAAMAfgAAAAAAAHAAAAAAAgBwAAAAAAAAcAAAAAACAA== version: 7 -3,-2: ind: -3,-2 @@ -245,7 +245,7 @@ entities: version: 7 -1,-3: ind: -1,-3 - tiles: XQAAAAABAH4AAAAAAABdAAAAAAIAXQAAAAAAAF0AAAAAAQBdAAAAAAAAXQAAAAADAF0AAAAAAABdAAAAAAAAfgAAAAAAAGwAAAAAAABsAAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAB8AAAAAAwB+AAAAAAAAfgAAAAAAAF0AAAAAAABdAAAAAAEAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAAfAAAAAAIAHwAAAAABAB8AAAAAAAB+AAAAAAAAfgAAAAAAAB8AAAAAAgBdAAAAAAIAXQAAAAADAB8AAAAAAwB+AAAAAAAAHwAAAAABAH4AAAAAAAB+AAAAAAAAfgAAAAAAAB8AAAAAAwB+AAAAAAAAXQAAAAADAF0AAAAAAABdAAAAAAMAHwAAAAABAH4AAAAAAABdAAAAAAAAXQAAAAADAF0AAAAAAQBdAAAAAAIAHwAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAF0AAAAAAgBdAAAAAAAAXQAAAAAAAF0AAAAAAABdAAAAAAIAXQAAAAABAF0AAAAAAwBdAAAAAAIAXQAAAAADAH4AAAAAAAAfAAAAAAMAfgAAAAAAAH4AAAAAAAB+AAAAAAAAHwAAAAACAH4AAAAAAABdAAAAAAAAXQAAAAABAF0AAAAAAQBdAAAAAAMAXQAAAAAAAF0AAAAAAABdAAAAAAAAXQAAAAAAAF0AAAAAAgB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAXQAAAAABAF0AAAAAAQBdAAAAAAAAXQAAAAABAF0AAAAAAgBdAAAAAAIAHwAAAAAAAB8AAAAAAgAfAAAAAAIAHwAAAAACAB8AAAAAAgAfAAAAAAEAHwAAAAACAB8AAAAAAQAfAAAAAAAAHwAAAAABAF0AAAAAAABdAAAAAAMAXQAAAAAAAF0AAAAAAABdAAAAAAMAXQAAAAACAF0AAAAAAwBdAAAAAAEAXQAAAAABAF0AAAAAAQBdAAAAAAEAXQAAAAADAF0AAAAAAQBdAAAAAAAAXQAAAAACAF0AAAAAAQB+AAAAAAAAfgAAAAAAAF0AAAAAAgBdAAAAAAAAXQAAAAABAF0AAAAAAQBdAAAAAAEAXQAAAAABAF0AAAAAAABdAAAAAAMAXQAAAAACAF0AAAAAAABdAAAAAAEAXQAAAAAAAF0AAAAAAgBdAAAAAAEAfgAAAAAAAH4AAAAAAABdAAAAAAEAXQAAAAADAF0AAAAAAgAfAAAAAAIAHwAAAAADAB8AAAAAAQBdAAAAAAIAHwAAAAACAB8AAAAAAQAfAAAAAAIAXQAAAAABAF0AAAAAAQBdAAAAAAIAfgAAAAAAAE8AAAAAAAB+AAAAAAAAHwAAAAAAAF0AAAAAAwAfAAAAAAEAfgAAAAAAAH4AAAAAAAB+AAAAAAAAHwAAAAACAH4AAAAAAAB+AAAAAAAAfgAAAAAAAB8AAAAAAQBdAAAAAAAAHwAAAAADAH4AAAAAAABPAAAAAAAAfgAAAAAAAH4AAAAAAABdAAAAAAEAfgAAAAAAAH4AAAAAAAAfAAAAAAMAHwAAAAABAB8AAAAAAQAfAAAAAAAAHwAAAAAAAH4AAAAAAAB+AAAAAAAAXQAAAAACAH4AAAAAAAB+AAAAAAAATwAAAAAAAH4AAAAAAAAfAAAAAAAAXQAAAAAAAB8AAAAAAQB+AAAAAAAAHwAAAAABAB8AAAAAAwAfAAAAAAEAHwAAAAADAB8AAAAAAAB+AAAAAAAAXQAAAAAAAF0AAAAAAQBdAAAAAAEAfgAAAAAAAE8AAAAAAAB+AAAAAAAAXQAAAAADAF0AAAAAAAAfAAAAAAIAfgAAAAAAAB8AAAAAAQAfAAAAAAIAHwAAAAADAB8AAAAAAAAfAAAAAAMAfgAAAAAAAF0AAAAAAgBdAAAAAAMAXQAAAAADAH4AAAAAAAB+AAAAAAAAfgAAAAAAAF0AAAAAAgAfAAAAAAAAHwAAAAADAH4AAAAAAAAfAAAAAAAAHwAAAAACAB8AAAAAAQAfAAAAAAEAHwAAAAACAH4AAAAAAABdAAAAAAIAXQAAAAACAF0AAAAAAwBdAAAAAAMAHwAAAAACAH4AAAAAAABdAAAAAAIAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAXQAAAAACAF0AAAAAAgBdAAAAAAAAfgAAAAAAAA== + tiles: XQAAAAABAH4AAAAAAABdAAAAAAIAXQAAAAAAAF0AAAAAAQBdAAAAAAAAXQAAAAADAF0AAAAAAABdAAAAAAAAfgAAAAAAAGwAAAAAAABsAAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAB8AAAAAAwB+AAAAAAAAfgAAAAAAAF0AAAAAAABdAAAAAAEAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAAfAAAAAAIAHwAAAAABAB8AAAAAAAB+AAAAAAAAfgAAAAAAAB8AAAAAAgBdAAAAAAIAXQAAAAADAB8AAAAAAwB+AAAAAAAAHwAAAAABAH4AAAAAAAB+AAAAAAAAfgAAAAAAAB8AAAAAAwB+AAAAAAAAXQAAAAADAF0AAAAAAABdAAAAAAMAHwAAAAABAH4AAAAAAABdAAAAAAAAXQAAAAADAF0AAAAAAQBdAAAAAAIAHwAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAF0AAAAAAgBdAAAAAAAAXQAAAAAAAF0AAAAAAABdAAAAAAIAXQAAAAABAF0AAAAAAwBdAAAAAAIAXQAAAAADAH4AAAAAAAAfAAAAAAMAfgAAAAAAAH4AAAAAAAB+AAAAAAAAHwAAAAACAH4AAAAAAABdAAAAAAAAXQAAAAABAF0AAAAAAQBdAAAAAAMAXQAAAAAAAF0AAAAAAABdAAAAAAAAXQAAAAAAAF0AAAAAAgB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAXQAAAAABAF0AAAAAAQBdAAAAAAAAXQAAAAABAF0AAAAAAgBdAAAAAAIAHwAAAAAAAB8AAAAAAgAfAAAAAAIAHwAAAAACAB8AAAAAAgAfAAAAAAEAHwAAAAACAB8AAAAAAQAfAAAAAAAAHwAAAAABAF0AAAAAAABdAAAAAAMAXQAAAAAAAF0AAAAAAABdAAAAAAMAXQAAAAACAF0AAAAAAwBdAAAAAAEAXQAAAAABAF0AAAAAAQBdAAAAAAEAXQAAAAADAF0AAAAAAQBdAAAAAAAAXQAAAAACAF0AAAAAAQB+AAAAAAAAfgAAAAAAAF0AAAAAAgBdAAAAAAAAXQAAAAABAF0AAAAAAQBdAAAAAAEAXQAAAAABAF0AAAAAAABdAAAAAAMAXQAAAAACAF0AAAAAAABdAAAAAAEAXQAAAAAAAF0AAAAAAgBdAAAAAAEAfgAAAAAAAH4AAAAAAABdAAAAAAEAXQAAAAADAF0AAAAAAgAfAAAAAAIAHwAAAAADAB8AAAAAAQBdAAAAAAIAHwAAAAACAB8AAAAAAQAfAAAAAAIAXQAAAAABAF0AAAAAAQBdAAAAAAIAfgAAAAAAAE8AAAAAAAB+AAAAAAAAHwAAAAAAAF0AAAAAAwAfAAAAAAEAfgAAAAAAAH4AAAAAAAB+AAAAAAAAHwAAAAACAH4AAAAAAAB+AAAAAAAAfgAAAAAAAB8AAAAAAQBdAAAAAAAAHwAAAAADAH4AAAAAAABPAAAAAAAAfgAAAAAAAH4AAAAAAABdAAAAAAEAfgAAAAAAAH4AAAAAAAAfAAAAAAMAHwAAAAABAB8AAAAAAQAfAAAAAAAAHwAAAAAAAH4AAAAAAAB+AAAAAAAAXQAAAAAAAH4AAAAAAAB+AAAAAAAATwAAAAAAAH4AAAAAAAAfAAAAAAAAXQAAAAAAAB8AAAAAAQB+AAAAAAAAHwAAAAABAB8AAAAAAwAfAAAAAAEAHwAAAAADAB8AAAAAAAB+AAAAAAAAXQAAAAAAAF0AAAAAAABdAAAAAAAAfgAAAAAAAE8AAAAAAAB+AAAAAAAAXQAAAAADAF0AAAAAAAAfAAAAAAIAfgAAAAAAAB8AAAAAAQAfAAAAAAIAHwAAAAADAB8AAAAAAAAfAAAAAAMAfgAAAAAAAF0AAAAAAABdAAAAAAAAXQAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAF0AAAAAAgAfAAAAAAAAHwAAAAADAH4AAAAAAAAfAAAAAAAAHwAAAAACAB8AAAAAAQAfAAAAAAEAHwAAAAACAH4AAAAAAABdAAAAAAAAXQAAAAAAAF0AAAAAAABdAAAAAAMAHwAAAAACAH4AAAAAAABdAAAAAAIAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAfgAAAAAAAH4AAAAAAAB+AAAAAAAAXQAAAAAAAF0AAAAAAABdAAAAAAAAfgAAAAAAAA== version: 7 -2,-3: ind: -2,-3 @@ -321,7 +321,7 @@ entities: version: 7 -5,3: ind: -5,3 - tiles: AAAAAAAAAH4AAAAAAAB9AAAAAAAAfgAAAAAAAAAAAAAAAAB+AAAAAAAAfQAAAAAAAH4AAAAAAAAAAAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAAAAAAAAAAAAAAAAAAAB+AAAAAAAAfQAAAAAAAH4AAAAAAAAAAAAAAAAAfgAAAAAAAH0AAAAAAAB+AAAAAAAAAAAAAAAAAH0AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAH0AAAAAAAB+AAAAAAAAAAAAAAAAAH4AAAAAAAB9AAAAAAAAfgAAAAAAAAAAAAAAAAB9AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAH0AAAAAAAAAAAAAAAAAAAAAAAAAAH4AAAAAAAB9AAAAAAAAfgAAAAAAAAAAAAAAAAB+AAAAAAAAfQAAAAAAAH4AAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB9AAAAAAAAfQAAAAAAAAAAAAAAAAB+AAAAAAAAfQAAAAAAAH4AAAAAAAAAAAAAAAAAfgAAAAAAAH0AAAAAAAB+AAAAAAAAAAAAAAAAAH0AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAB9AAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAH4AAAAAAAB9AAAAAAAAfgAAAAAAAAAAAAAAAAB+AAAAAAAAfQAAAAAAAH4AAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB+AAAAAAAAfQAAAAAAAH4AAAAAAAAAAAAAAAAAfgAAAAAAAH0AAAAAAAB+AAAAAAAAAAAAAAAAAH0AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAH0AAAAAAAB+AAAAAAAAAAAAAAAAAH4AAAAAAAB9AAAAAAAAfgAAAAAAAAAAAAAAAAB9AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAH0AAAAAAAAAAAAAAAAAAAAAAAAAAH4AAAAAAAB9AAAAAAAAfgAAAAAAAAAAAAAAAAB+AAAAAAAAfQAAAAAAAH4AAAAAAAAAAAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAfQAAAAAAAAAAAAAAAAB+AAAAAAAAfQAAAAAAAH4AAAAAAAAAAAAAAAAAfgAAAAAAAH0AAAAAAAB+AAAAAAAAAAAAAAAAAH0AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAH0AAAAAAAB+AAAAAAAAAAAAAAAAAH4AAAAAAAB9AAAAAAAAfgAAAAAAAAAAAAAAAAB9AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAH0AAAAAAAAAAAAAAAAAAAAAAAAAAH4AAAAAAAB9AAAAAAAAfgAAAAAAAAAAAAAAAAB+AAAAAAAAfQAAAAAAAH4AAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB+AAAAAAAAfQAAAAAAAH4AAAAAAAAAAAAAAAAAfgAAAAAAAH0AAAAAAAB+AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAH0AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB9AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAH0AAAAAAAB9AAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== + tiles: AAAAAAAAAH4AAAAAAAB9AAAAAAAAfgAAAAAAAAAAAAAAAAB+AAAAAAAAfQAAAAAAAH4AAAAAAAAAAAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAAAAAAAAAAAAAAAAAAAB+AAAAAAAAfQAAAAAAAH4AAAAAAAAAAAAAAAAAfgAAAAAAAH0AAAAAAAB+AAAAAAAAAAAAAAAAAH0AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAH0AAAAAAAB+AAAAAAAAAAAAAAAAAH4AAAAAAAB9AAAAAAAAfgAAAAAAAAAAAAAAAAB9AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAH0AAAAAAAAAAAAAAAAAAAAAAAAAAH4AAAAAAAB9AAAAAAAAfgAAAAAAAAAAAAAAAAB+AAAAAAAAfQAAAAAAAH4AAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB9AAAAAAAAfQAAAAAAAAAAAAAAAAB+AAAAAAAAfQAAAAAAAH4AAAAAAAAAAAAAAAAAfgAAAAAAAH0AAAAAAAB+AAAAAAAAAAAAAAAAAH0AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAB9AAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAH4AAAAAAAB9AAAAAAAAfgAAAAAAAAAAAAAAAAB+AAAAAAAAfQAAAAAAAH4AAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB+AAAAAAAAfQAAAAAAAH4AAAAAAAAAAAAAAAAAfgAAAAAAAH0AAAAAAAB+AAAAAAAAAAAAAAAAAH0AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAH0AAAAAAAB+AAAAAAAAAAAAAAAAAH4AAAAAAAB9AAAAAAAAfgAAAAAAAAAAAAAAAAB9AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAH0AAAAAAAAAAAAAAAAAAAAAAAAAAH4AAAAAAAB9AAAAAAAAfgAAAAAAAAAAAAAAAAB+AAAAAAAAfQAAAAAAAH4AAAAAAAAAAAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAfQAAAAAAAAAAAAAAAAB+AAAAAAAAfQAAAAAAAH4AAAAAAAAAAAAAAAAAfgAAAAAAAH0AAAAAAAB+AAAAAAAAAAAAAAAAAH0AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAH0AAAAAAAB+AAAAAAAAAAAAAAAAAH4AAAAAAAB9AAAAAAAAfgAAAAAAAAAAAAAAAAB9AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAH0AAAAAAAAAAAAAAAAAAAAAAAAAAH4AAAAAAAB9AAAAAAAAfgAAAAAAAAAAAAAAAAB+AAAAAAAAfQAAAAAAAH4AAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB+AAAAAAAAfQAAAAAAAH4AAAAAAAAAAAAAAAAAfgAAAAAAAH0AAAAAAAB+AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAH0AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB9AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAH0AAAAAAAB9AAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAfQAAAAAAAH0AAAAAAAB9AAAAAAAAAAAAAAAAAA== version: 7 -6,2: ind: -6,2 @@ -1105,11 +1105,6 @@ entities: 2601: -13,-19 2629: -29,-16 2674: -12,-9 - - node: - color: '#DE3A3A96' - id: BrickTileWhiteCornerNe - decals: - 2048: -2,-33 - node: color: '#EFB34196' id: BrickTileWhiteCornerNe @@ -1142,11 +1137,6 @@ entities: 2630: -31,-16 2673: -16,-9 3119: -23,-15 - - node: - color: '#DE3A3A96' - id: BrickTileWhiteCornerNw - decals: - 2049: -4,-33 - node: color: '#EFB34196' id: BrickTileWhiteCornerNw @@ -1177,11 +1167,6 @@ entities: 2599: -13,-23 2638: -29,-24 2676: -12,-13 - - node: - color: '#DE3A3A96' - id: BrickTileWhiteCornerSe - decals: - 2050: -2,-36 - node: color: '#EFB34196' id: BrickTileWhiteCornerSe @@ -1212,11 +1197,6 @@ entities: 2600: -19,-23 2637: -31,-24 2675: -16,-13 - - node: - color: '#DE3A3A96' - id: BrickTileWhiteCornerSw - decals: - 2051: -4,-36 - node: color: '#EFB34196' id: BrickTileWhiteCornerSw @@ -1399,12 +1379,6 @@ entities: decals: 2339: 12,21 2340: 12,22 - - node: - color: '#DE3A3A96' - id: BrickTileWhiteLineE - decals: - 2054: -2,-35 - 2055: -2,-34 - node: color: '#EFB34196' id: BrickTileWhiteLineE @@ -1413,8 +1387,6 @@ entities: 1633: 7,-28 1634: 7,-27 1635: 7,-26 - 2058: -4,-35 - 2059: -4,-34 2441: -40,18 2912: -26,-40 2918: -26,-44 @@ -1464,16 +1436,10 @@ entities: id: BrickTileWhiteLineN decals: 2337: 13,20 - - node: - color: '#DE3A3A96' - id: BrickTileWhiteLineN - decals: - 2056: -3,-33 - node: color: '#EFB34196' id: BrickTileWhiteLineN decals: - 2062: -3,-34 2228: 8,-24 2230: 7,-24 2233: 10,-23 @@ -1535,16 +1501,10 @@ entities: id: BrickTileWhiteLineS decals: 2338: 13,23 - - node: - color: '#DE3A3A96' - id: BrickTileWhiteLineS - decals: - 2057: -3,-36 - node: color: '#EFB34196' id: BrickTileWhiteLineS decals: - 2063: -3,-35 2229: 8,-25 2438: -43,17 2440: -42,17 @@ -1611,12 +1571,6 @@ entities: decals: 2342: 14,21 2343: 14,22 - - node: - color: '#DE3A3A96' - id: BrickTileWhiteLineW - decals: - 2052: -4,-35 - 2053: -4,-34 - node: color: '#EFB34196' id: BrickTileWhiteLineW @@ -1627,8 +1581,6 @@ entities: 1639: 5,-26 1640: 5,-25 1643: 9,-26 - 2060: -2,-35 - 2061: -2,-34 2971: 3,-41 - node: color: '#FFFFFFFF' @@ -2477,8 +2429,6 @@ entities: 481: -38,10 636: -1,-34 1003: -19,0 - 2046: -3,-37 - 2047: -3,-32 - node: color: '#EFB34196' id: FullTileOverlayGreyscale @@ -3998,8 +3948,6 @@ entities: 602: -4,-28 603: -4,-29 604: -4,-30 - 605: -4,-31 - 617: -3,-31 618: -2,-31 619: -1,-31 620: 0,-31 @@ -7646,6 +7594,17 @@ entities: - type: Transform pos: -0.39634466,12.638008 parent: 30 +- proto: ActionToggleInternals + entities: + - uid: 9163 + mapInit: true + paused: true + components: + - type: Transform + parent: 23311 + - type: Action + originalIconColor: '#FFFFFFFF' + container: 23311 - proto: AirAlarm entities: - uid: 682 @@ -7926,6 +7885,9 @@ entities: rot: 3.141592653589793 rad pos: 8.5,-35.5 parent: 30 + - type: AccessReader + accessListsOriginal: + - - Atmospherics - type: DeviceList devices: - 14529 @@ -9671,7 +9633,6 @@ entities: - type: DeviceList devices: - 22831 - - 22830 - 11282 - type: Fixtures fixtures: {} @@ -9980,6 +9941,8 @@ entities: rot: -1.5707963267948966 rad pos: 11.5,-30.5 parent: 30 + - type: AccessReader + accessListsOriginal: [] - uid: 10017 components: - type: Transform @@ -9998,6 +9961,8 @@ entities: rot: -1.5707963267948966 rad pos: 10.5,-30.5 parent: 30 + - type: AccessReader + accessListsOriginal: [] - proto: AirlockAtmosphericsLocked entities: - uid: 8604 @@ -10337,6 +10302,11 @@ entities: - type: Transform pos: -11.5,-46.5 parent: 30 + - uid: 8245 + components: + - type: Transform + pos: -2.5,-36.5 + parent: 30 - uid: 9463 components: - type: MetaData @@ -10404,6 +10374,11 @@ entities: - type: Transform pos: -37.5,25.5 parent: 30 + - uid: 1720 + components: + - type: Transform + pos: -0.5,-33.5 + parent: 30 - uid: 3198 components: - type: Transform @@ -11182,6 +11157,11 @@ entities: - type: Transform pos: -36.5,29.5 parent: 30 + - uid: 1567 + components: + - type: Transform + pos: -32.5,-6.5 + parent: 30 - uid: 1603 components: - type: Transform @@ -11803,7 +11783,7 @@ entities: pos: 34.5,45.5 parent: 30 - type: Door - secondsUntilStateChange: -25686.977 + secondsUntilStateChange: -47726.9 state: Opening - type: DeviceLinkSource lastSignals: @@ -12027,11 +12007,6 @@ entities: - type: Transform pos: -13.5,-17.5 parent: 30 - - uid: 8071 - components: - - type: Transform - pos: -32.5,-6.5 - parent: 30 - proto: AirlockMedicalLocked entities: - uid: 6780 @@ -12270,21 +12245,6 @@ entities: - type: Transform pos: -18.5,-3.5 parent: 30 - - uid: 9163 - components: - - type: Transform - pos: -0.5,-33.5 - parent: 30 - - uid: 9283 - components: - - type: Transform - pos: -2.5,-31.5 - parent: 30 - - uid: 9287 - components: - - type: Transform - pos: -2.5,-36.5 - parent: 30 - uid: 10190 components: - type: Transform @@ -13480,6 +13440,14 @@ entities: parent: 30 - type: Fixtures fixtures: {} + - uid: 9911 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -30.5,41.5 + parent: 30 + - type: Fixtures + fixtures: {} - uid: 9934 components: - type: Transform @@ -13694,6 +13662,14 @@ entities: parent: 30 - type: Fixtures fixtures: {} + - uid: 23866 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -52.5,47.5 + parent: 30 + - type: Fixtures + fixtures: {} - proto: APCElectronics entities: - uid: 15969 @@ -17330,16 +17306,16 @@ entities: - type: Transform pos: 17.5,-11.5 parent: 30 + - uid: 11252 + components: + - type: Transform + pos: 28.5,13.5 + parent: 30 - uid: 11628 components: - type: Transform pos: 23.5,0.5 parent: 30 - - uid: 12777 - components: - - type: Transform - pos: 25.5,13.5 - parent: 30 - uid: 15246 components: - type: Transform @@ -17493,10 +17469,11 @@ entities: parent: 30 - proto: BedsheetRD entities: - - uid: 12731 + - uid: 23833 components: - type: Transform - pos: 25.5,13.5 + rot: -1.5707963267948966 rad + pos: 28.5,13.5 parent: 30 - proto: BedsheetSpawner entities: @@ -18237,11 +18214,6 @@ entities: - type: Transform pos: -7.4440956,34.21304 parent: 30 - - uid: 11253 - components: - - type: Transform - pos: -3.4874916,-33.356754 - parent: 30 - uid: 11795 components: - type: Transform @@ -30568,12 +30540,12 @@ entities: - uid: 16832 components: - type: Transform - pos: -52.5,45.5 + pos: -53.5,45.5 parent: 30 - uid: 16833 components: - type: Transform - pos: -52.5,44.5 + pos: -53.5,44.5 parent: 30 - uid: 16834 components: @@ -34845,6 +34817,46 @@ entities: - type: Transform pos: -10.5,-66.5 parent: 30 + - uid: 23849 + components: + - type: Transform + pos: -30.5,41.5 + parent: 30 + - uid: 23862 + components: + - type: Transform + pos: -48.5,48.5 + parent: 30 + - uid: 23863 + components: + - type: Transform + pos: -49.5,48.5 + parent: 30 + - uid: 23864 + components: + - type: Transform + pos: -50.5,48.5 + parent: 30 + - uid: 23865 + components: + - type: Transform + pos: -51.5,48.5 + parent: 30 + - uid: 23867 + components: + - type: Transform + pos: -53.5,46.5 + parent: 30 + - uid: 23869 + components: + - type: Transform + pos: -52.5,47.5 + parent: 30 + - uid: 23870 + components: + - type: Transform + pos: -53.5,47.5 + parent: 30 - proto: CableApcStack entities: - uid: 1637 @@ -43683,6 +43695,16 @@ entities: - type: Transform pos: -35.5,-2.5 parent: 30 + - uid: 7870 + components: + - type: Transform + pos: -31.5,44.5 + parent: 30 + - uid: 7881 + components: + - type: Transform + pos: -31.5,43.5 + parent: 30 - uid: 7917 components: - type: Transform @@ -44168,6 +44190,11 @@ entities: - type: Transform pos: -0.5,-39.5 parent: 30 + - uid: 11253 + components: + - type: Transform + pos: -30.5,43.5 + parent: 30 - uid: 11257 components: - type: Transform @@ -47088,6 +47115,21 @@ entities: - type: Transform pos: -24.5,-38.5 parent: 30 + - uid: 23847 + components: + - type: Transform + pos: -30.5,42.5 + parent: 30 + - uid: 23848 + components: + - type: Transform + pos: -30.5,41.5 + parent: 30 + - uid: 23868 + components: + - type: Transform + pos: -52.5,47.5 + parent: 30 - proto: CableMVStack entities: - uid: 1638 @@ -53130,6 +53172,28 @@ entities: rot: -1.5707963267948966 rad pos: 15.5,18.5 parent: 30 + - uid: 23858 + components: + - type: Transform + pos: -31.5,-5.5 + parent: 30 + - uid: 23859 + components: + - type: Transform + pos: -30.5,-5.5 + parent: 30 + - uid: 23860 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -31.5,-7.5 + parent: 30 + - uid: 23861 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -30.5,-7.5 + parent: 30 - proto: ChairGreyscale entities: - uid: 904 @@ -53368,12 +53432,6 @@ entities: - type: Transform pos: 13.5,22.5 parent: 30 - - uid: 8245 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-34.5 - parent: 30 - uid: 9060 components: - type: Transform @@ -53391,6 +53449,12 @@ entities: rot: -1.5707963267948966 rad pos: 5.5,-27.5 parent: 30 + - uid: 9287 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.4336228,-32.41538 + parent: 30 - uid: 9407 components: - type: Transform @@ -54075,6 +54139,13 @@ entities: - type: Transform pos: -5.5,-7.5 parent: 30 +- proto: ChemistryBottleMannitol + entities: + - uid: 23852 + components: + - type: Transform + pos: -21.209566,-52.691216 + parent: 30 - proto: ChemistryHotplate entities: - uid: 9180 @@ -55016,19 +55087,6 @@ entities: - type: Transform pos: -15.5,-46.5 parent: 30 - - uid: 11246 - components: - - type: Transform - pos: -1.5,-35.5 - parent: 30 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.1496 - moles: - Oxygen: 3.4430928 - Nitrogen: 12.952587 - uid: 13346 components: - type: Transform @@ -55187,11 +55245,6 @@ entities: parent: 30 - proto: ClothingEyesGlasses entities: - - uid: 7149 - components: - - type: Transform - pos: -42.51494,-20.530993 - parent: 30 - uid: 8827 components: - type: Transform @@ -55212,39 +55265,13 @@ entities: - type: Transform pos: -23.555922,-31.355957 parent: 30 -- proto: ClothingEyesGlassesGar - entities: - - uid: 7039 - components: - - type: Transform - pos: -41.593063,-21.421618 - parent: 30 - proto: ClothingEyesGlassesGarGiga entities: - - uid: 6805 - components: - - type: Transform - pos: -42.51494,-19.421618 - parent: 30 - uid: 15114 components: - type: Transform pos: 36.506203,30.427496 parent: 30 -- proto: ClothingEyesGlassesGarOrange - entities: - - uid: 7870 - components: - - type: Transform - pos: -40.60869,-21.421618 - parent: 30 -- proto: ClothingEyesGlassesJensen - entities: - - uid: 6989 - components: - - type: Transform - pos: -42.530563,-21.468493 - parent: 30 - proto: ClothingEyesGlassesMeson entities: - uid: 9370 @@ -55257,6 +55284,11 @@ entities: - type: Transform pos: 5.538602,-23.326946 parent: 30 + - uid: 11245 + components: + - type: Transform + pos: -3.4961228,-33.868504 + parent: 30 - uid: 22447 components: - type: Transform @@ -55355,11 +55387,33 @@ entities: - type: Transform pos: -29.37888,29.583 parent: 30 + - uid: 8024 + components: + - type: Transform + pos: -3.4648728,-33.493504 + parent: 30 + - uid: 11426 + components: + - type: Transform + pos: -3.4492478,-33.35288 + parent: 30 - uid: 19401 components: - type: Transform pos: -24.731133,-50.435394 parent: 30 +- proto: ClothingHandsGlovesCombat + entities: + - uid: 9158 + components: + - type: Transform + pos: -8.883268,-35.423473 + parent: 30 + - uid: 9165 + components: + - type: Transform + pos: 9.388684,-26.52471 + parent: 30 - proto: ClothingHandsGlovesFingerless entities: - uid: 15281 @@ -55583,13 +55637,6 @@ entities: - type: Transform pos: -25.477394,-32.340332 parent: 30 -- proto: ClothingHeadHatVioletwizard - entities: - - uid: 19694 - components: - - type: Transform - pos: -21.586058,-27.491894 - parent: 30 - proto: ClothingHeadHatWelding entities: - uid: 1632 @@ -55602,6 +55649,11 @@ entities: - type: Transform pos: -15.49031,-24.471869 parent: 30 + - uid: 11246 + components: + - type: Transform + pos: -3.5195498,-35.314 + parent: 30 - uid: 21731 components: - type: Transform @@ -55765,13 +55817,6 @@ entities: - type: Transform pos: 9.401276,-13.386019 parent: 30 -- proto: ClothingNeckScarfStripedRed - entities: - - uid: 11425 - components: - - type: Transform - pos: -1.4874127,-32.38826 - parent: 30 - proto: ClothingNeckScarfStripedZebra entities: - uid: 664 @@ -56004,20 +56049,6 @@ entities: - type: Transform pos: -9.241632,-47.33087 parent: 30 -- proto: ClothingOuterWinterSec - entities: - - uid: 11426 - components: - - type: Transform - pos: -1.5342877,-32.48201 - parent: 30 -- proto: ClothingOuterWizardViolet - entities: - - uid: 19693 - components: - - type: Transform - pos: -21.523558,-28.023144 - parent: 30 - proto: ClothingShoesBootsJack entities: - uid: 15998 @@ -56083,11 +56114,6 @@ entities: parent: 30 - proto: ClothingShoesWizard entities: - - uid: 19695 - components: - - type: Transform - pos: -21.507933,-28.679394 - parent: 30 - uid: 21672 components: - type: Transform @@ -56120,6 +56146,11 @@ entities: - type: Transform pos: 24.447042,42.46136 parent: 30 + - uid: 23850 + components: + - type: Transform + pos: -21.761425,-52.779373 + parent: 30 - proto: ClothingUniformColorRainbow entities: - uid: 19764 @@ -56920,6 +56951,12 @@ entities: rot: 3.141592653589793 rad pos: -8.5,-45.5 parent: 30 + - uid: 11425 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-32.5 + parent: 30 - uid: 20886 components: - type: Transform @@ -57104,12 +57141,6 @@ entities: rot: -1.5707963267948966 rad pos: -16.5,-1.5 parent: 30 - - uid: 9166 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-34.5 - parent: 30 - proto: ComputerTechnologyDiskTerminal entities: - uid: 17885 @@ -64670,6 +64701,11 @@ entities: - type: Transform pos: -34.5,-19.5 parent: 30 + - uid: 11254 + components: + - type: Transform + pos: -5.5,-12.5 + parent: 30 - uid: 19437 components: - type: Transform @@ -65026,10 +65062,10 @@ entities: tags: [] - proto: DrinkTeacup entities: - - uid: 9911 + - uid: 8071 components: - type: Transform - pos: -9.146156,-20.479715 + pos: -9.167248,-20.54054 parent: 30 - uid: 10006 components: @@ -67116,6 +67152,21 @@ entities: parent: 30 - proto: Firelock entities: + - uid: 1721 + components: + - type: Transform + pos: -47.5,38.5 + parent: 30 + - uid: 9156 + components: + - type: Transform + pos: -48.5,45.5 + parent: 30 + - uid: 11247 + components: + - type: Transform + pos: -46.5,45.5 + parent: 30 - uid: 22863 components: - type: Transform @@ -67733,6 +67784,12 @@ entities: - type: DeviceNetwork deviceLists: - 21888 + - uid: 3702 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-31.5 + parent: 30 - uid: 4241 components: - type: Transform @@ -68288,8 +68345,11 @@ entities: - uid: 11282 components: - type: Transform + anchored: False pos: -2.5,-36.5 parent: 30 + - type: Physics + bodyType: Dynamic - type: DeviceNetwork deviceLists: - 22839 @@ -68757,6 +68817,12 @@ entities: - type: DeviceNetwork deviceLists: - 682 + - uid: 23845 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-31.5 + parent: 30 - proto: Fireplace entities: - uid: 4984 @@ -94617,6 +94683,14 @@ entities: - 2333 - type: AtmosPipeColor color: '#FF1212FF' + - uid: 4951 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-34.5 + parent: 30 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 5029 components: - type: Transform @@ -95773,17 +95847,6 @@ entities: - 22840 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 22830 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-34.5 - parent: 30 - - type: DeviceNetwork - deviceLists: - - 22839 - - type: AtmosPipeColor - color: '#FF1212FF' - uid: 22842 components: - type: Transform @@ -97707,6 +97770,11 @@ entities: - type: Transform pos: -12.5,-13.5 parent: 30 + - uid: 7149 + components: + - type: Transform + pos: -3.5,-31.5 + parent: 30 - uid: 7215 components: - type: Transform @@ -98262,16 +98330,6 @@ entities: - type: Transform pos: -53.5,35.5 parent: 30 - - uid: 9165 - components: - - type: Transform - pos: -3.5,-31.5 - parent: 30 - - uid: 9167 - components: - - type: Transform - pos: -1.5,-31.5 - parent: 30 - uid: 9185 components: - type: Transform @@ -102842,6 +102900,60 @@ entities: - type: Transform pos: -36.5,62.5 parent: 30 + - uid: 23834 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -74.5,63.5 + parent: 30 + - uid: 23835 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -73.5,63.5 + parent: 30 + - uid: 23836 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -72.5,63.5 + parent: 30 + - uid: 23837 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -71.5,63.5 + parent: 30 + - uid: 23839 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -69.5,63.5 + parent: 30 + - uid: 23840 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -68.5,63.5 + parent: 30 + - uid: 23841 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -67.5,63.5 + parent: 30 + - uid: 23842 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -66.5,63.5 + parent: 30 + - uid: 23843 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -65.5,63.5 + parent: 30 - proto: GrilleBroken entities: - uid: 695 @@ -103348,6 +103460,12 @@ entities: rot: 3.141592653589793 rad pos: -60.5,-71.5 parent: 30 + - uid: 23838 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -70.5,63.5 + parent: 30 - proto: GrilleSpawner entities: - uid: 10007 @@ -104474,11 +104592,6 @@ entities: gridUid: 30 - proto: InflatableWallStack entities: - - uid: 9248 - components: - - type: Transform - pos: 9.443903,-26.334238 - parent: 30 - uid: 21276 components: - type: Transform @@ -104640,6 +104753,14 @@ entities: parent: 30 - type: Fixtures fixtures: {} + - uid: 20454 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-31.5 + parent: 30 + - type: Fixtures + fixtures: {} - proto: IntercomMedical entities: - uid: 7346 @@ -106461,6 +106582,13 @@ entities: - type: Transform pos: -57.51036,-43.24328 parent: 30 +- proto: LargeBeaker + entities: + - uid: 23853 + components: + - type: Transform + pos: -22.407312,13.26424 + parent: 30 - proto: LauncherCreamPie entities: - uid: 16145 @@ -107284,19 +107412,6 @@ entities: moles: Oxygen: 3.4430928 Nitrogen: 12.952587 - - uid: 11245 - components: - - type: Transform - pos: -1.5,-34.5 - parent: 30 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.1496 - moles: - Oxygen: 3.4430928 - Nitrogen: 12.952587 - proto: LockerSecurityFilled entities: - uid: 1072 @@ -107724,6 +107839,16 @@ entities: parent: 30 - proto: Matchbox entities: + - uid: 6766 + components: + - type: Transform + pos: -42.446564,-20.600746 + parent: 30 + - uid: 6768 + components: + - type: Transform + pos: -42.634064,-20.350746 + parent: 30 - uid: 17496 components: - type: Transform @@ -108297,8 +108422,16 @@ entities: - uid: 23311 components: - type: Transform - pos: 4.278227,-46.40056 + pos: 4.3357787,-46.395798 parent: 30 + - type: GasTank + toggleActionEntity: 9163 + - type: ActionsContainer + - type: ContainerContainer + containers: + actions: !type:Container + ents: + - 9163 - proto: NitrousOxideCanister entities: - uid: 7289 @@ -108504,11 +108637,6 @@ entities: - type: Transform pos: -9.625428,-38.389084 parent: 30 - - uid: 9061 - components: - - type: Transform - pos: 4.148211,-46.341225 - parent: 30 - uid: 9659 components: - type: Transform @@ -109024,16 +109152,6 @@ entities: parent: 30 - proto: PartRodMetal1 entities: - - uid: 7881 - components: - - type: Transform - pos: -41.20244,-21.437243 - parent: 30 - - uid: 8024 - components: - - type: Transform - pos: -41.20244,-21.437243 - parent: 30 - uid: 19677 components: - type: Transform @@ -109129,11 +109247,6 @@ entities: - type: Transform pos: -31.123026,-0.3196025 parent: 30 - - uid: 11254 - components: - - type: Transform - pos: -3.3156166,-32.950504 - parent: 30 - uid: 11632 components: - type: Transform @@ -109422,6 +109535,24 @@ entities: parent: 30 - type: DeltaPressure gridUid: 30 +- proto: PlasmaWindowDirectional + entities: + - uid: 7039 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 48.5,40.5 + parent: 30 + - type: DeltaPressure + gridUid: 30 + - uid: 19695 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 48.5,41.5 + parent: 30 + - type: DeltaPressure + gridUid: 30 - proto: PlasticFlapsAirtightClear entities: - uid: 11228 @@ -109493,6 +109624,13 @@ entities: - type: Transform pos: -84.53038,-45.378 parent: 30 +- proto: PlushieHampter + entities: + - uid: 23854 + components: + - type: Transform + pos: 16.566488,-14.522018 + parent: 30 - proto: PlushieLizard entities: - uid: 15217 @@ -109545,6 +109683,13 @@ entities: - type: Transform pos: 40.559143,-53.538166 parent: 30 +- proto: PlushieVox + entities: + - uid: 23851 + components: + - type: Transform + pos: -21.51841,-52.3398 + parent: 30 - proto: PortableFlasher entities: - uid: 2719 @@ -109574,11 +109719,6 @@ entities: - type: Transform pos: 23.5,4.5 parent: 30 - - uid: 19442 - components: - - type: Transform - pos: -23.5,-28.5 - parent: 30 - uid: 19476 components: - type: Transform @@ -109604,6 +109744,11 @@ entities: - type: Transform pos: -59.5,36.5 parent: 30 + - uid: 19694 + components: + - type: Transform + pos: -21.5,-28.5 + parent: 30 - proto: PortableGeneratorPacman entities: - uid: 10534 @@ -110347,13 +110492,6 @@ entities: - type: Transform pos: -17.5,36.5 parent: 30 -- proto: PottedPlant2 - entities: - - uid: 8371 - components: - - type: Transform - pos: 3.5092015,-30.805378 - parent: 30 - proto: PottedPlant21 entities: - uid: 1566 @@ -110571,14 +110709,6 @@ entities: - type: ContainerContainer containers: stash: !type:ContainerSlot {} - - uid: 1722 - components: - - type: Transform - pos: -30.5,42.5 - parent: 30 - - type: ContainerContainer - containers: - stash: !type:ContainerSlot {} - uid: 2124 components: - type: Transform @@ -110645,14 +110775,6 @@ entities: - type: ContainerContainer containers: stash: !type:ContainerSlot {} - - uid: 9162 - components: - - type: Transform - pos: -1.5,-30.5 - parent: 30 - - type: ContainerContainer - containers: - stash: !type:ContainerSlot {} - uid: 11068 components: - type: Transform @@ -110884,6 +111006,11 @@ entities: parent: 30 - type: Physics canCollide: False + - uid: 1722 + components: + - type: Transform + pos: -1.5,-31.5 + parent: 30 - uid: 2004 components: - type: Transform @@ -111050,6 +111177,22 @@ entities: rot: 3.141592653589793 rad pos: 42.5,43.5 parent: 30 + - uid: 23871 + components: + - type: Transform + pos: -51.5,45.5 + parent: 30 + - uid: 23872 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -57.5,46.5 + parent: 30 + - uid: 23873 + components: + - type: Transform + pos: -56.5,41.5 + parent: 30 - proto: Poweredlight entities: - uid: 98 @@ -114822,11 +114965,6 @@ entities: - type: Transform pos: -9.5,-41.5 parent: 30 - - uid: 11255 - components: - - type: Transform - pos: -3.5,-35.5 - parent: 30 - uid: 11421 components: - type: Transform @@ -116085,11 +116223,6 @@ entities: - type: Transform pos: 7.5,29.5 parent: 30 - - uid: 3702 - components: - - type: Transform - pos: -3.5,-30.5 - parent: 30 - uid: 3704 components: - type: Transform @@ -118788,20 +118921,6 @@ entities: parent: 30 - type: DeltaPressure gridUid: 30 - - uid: 9156 - components: - - type: Transform - pos: -1.5,-31.5 - parent: 30 - - type: DeltaPressure - gridUid: 30 - - uid: 9158 - components: - - type: Transform - pos: -3.5,-31.5 - parent: 30 - - type: DeltaPressure - gridUid: 30 - uid: 9234 components: - type: Transform @@ -119222,6 +119341,13 @@ entities: parent: 30 - type: DeltaPressure gridUid: 30 + - uid: 11256 + components: + - type: Transform + pos: -3.5,-31.5 + parent: 30 + - type: DeltaPressure + gridUid: 30 - uid: 11270 components: - type: Transform @@ -121653,11 +121779,6 @@ entities: - type: Transform pos: -4.5072117,-10.071463 parent: 30 - - uid: 7217 - components: - - type: Transform - pos: -42.32744,-20.937243 - parent: 30 - uid: 18172 components: - type: Transform @@ -121693,6 +121814,23 @@ entities: - type: Transform pos: -76.5,-51.5 parent: 30 +- proto: ShardGlass + entities: + - uid: 6989 + components: + - type: Transform + pos: -40.321564,-21.272621 + parent: 30 + - uid: 9166 + components: + - type: Transform + pos: -40.80594,-21.319496 + parent: 30 + - uid: 11250 + components: + - type: Transform + pos: -40.634064,-21.538246 + parent: 30 - proto: SheetGlass entities: - uid: 5635 @@ -121743,7 +121881,7 @@ entities: - uid: 22523 components: - type: Transform - pos: 3.361289,-46.49021 + pos: 3.1795287,-46.489548 parent: 30 - proto: SheetPlasma entities: @@ -121908,6 +122046,11 @@ entities: - type: Transform pos: -38.50112,-3.4785028 parent: 30 + - uid: 6805 + components: + - type: Transform + pos: -40.446564,-18.397621 + parent: 30 - uid: 9678 components: - type: Transform @@ -122015,6 +122158,13 @@ entities: - type: Transform pos: -15.342251,-37.568897 parent: 30 +- proto: Shiv + entities: + - uid: 6767 + components: + - type: Transform + pos: -41.290314,-21.444496 + parent: 30 - proto: Shovel entities: - uid: 12092 @@ -125369,6 +125519,13 @@ entities: - type: Transform pos: 3.5163379,42.700695 parent: 30 +- proto: SmallLight + entities: + - uid: 10040 + components: + - type: Transform + pos: -24.5,-30.5 + parent: 30 - proto: SmartFridge entities: - uid: 315 @@ -125509,7 +125666,7 @@ entities: - uid: 16235 components: - type: Transform - pos: 48.50878,41.513634 + pos: 48.418343,41.43319 parent: 30 - proto: SodaDispenser entities: @@ -126898,10 +127055,27 @@ entities: parent: 30 - proto: SpawnMobBandito entities: - - uid: 12828 + - uid: 23832 components: - type: Transform - pos: 26.5,13.5 + pos: 29.5,15.5 + parent: 30 +- proto: SpawnMobButterfly + entities: + - uid: 23855 + components: + - type: Transform + pos: -11.5,23.5 + parent: 30 + - uid: 23856 + components: + - type: Transform + pos: -6.5,23.5 + parent: 30 + - uid: 23857 + components: + - type: Transform + pos: -8.5,23.5 parent: 30 - proto: SpawnMobCat entities: @@ -127025,10 +127199,10 @@ entities: parent: 30 - proto: SpawnMobWalter entities: - - uid: 6768 + - uid: 11255 components: - type: Transform - pos: -8.5,-9.5 + pos: -5.5,-12.5 parent: 30 - proto: SpawnPointAtmos entities: @@ -127128,15 +127302,15 @@ entities: parent: 30 - proto: SpawnPointChemist entities: - - uid: 6766 + - uid: 23844 components: - type: Transform - pos: -7.5,-9.5 + pos: -8.5,-6.5 parent: 30 - - uid: 6767 + - uid: 23846 components: - type: Transform - pos: -6.5,-9.5 + pos: -6.5,-6.5 parent: 30 - proto: SpawnPointChiefEngineer entities: @@ -127666,7 +127840,7 @@ entities: - uid: 9326 components: - type: Transform - pos: 9.666185,-26.444672 + pos: 9.748059,-26.43096 parent: 30 - uid: 23318 components: @@ -127727,6 +127901,14 @@ entities: - type: Transform pos: -16.5,-16.5 parent: 30 +- proto: StationAiFixerComputer + entities: + - uid: 1733 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,13.5 + parent: 30 - proto: StationAiUploadComputer entities: - uid: 22212 @@ -131024,6 +131206,11 @@ entities: - type: Transform pos: -18.5,-18.5 parent: 30 + - uid: 9167 + components: + - type: Transform + pos: -40.5,-18.5 + parent: 30 - uid: 9168 components: - type: Transform @@ -131099,21 +131286,6 @@ entities: - type: Transform pos: -8.5,-47.5 parent: 30 - - uid: 11247 - components: - - type: Transform - pos: -1.5,-32.5 - parent: 30 - - uid: 11249 - components: - - type: Transform - pos: -3.5,-32.5 - parent: 30 - - uid: 11250 - components: - - type: Transform - pos: -3.5,-33.5 - parent: 30 - uid: 11336 components: - type: Transform @@ -132052,6 +132224,12 @@ entities: - type: Transform pos: -10.5,-8.5 parent: 30 + - uid: 4950 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-35.5 + parent: 30 - uid: 5353 components: - type: Transform @@ -132207,6 +132385,17 @@ entities: - type: Transform pos: 3.5,-46.5 parent: 30 + - uid: 9061 + components: + - type: Transform + pos: -2.5,-31.5 + parent: 30 + - uid: 9248 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-34.5 + parent: 30 - uid: 9658 components: - type: Transform @@ -132277,6 +132466,11 @@ entities: - type: Transform pos: 4.5,-27.5 parent: 30 + - uid: 11249 + components: + - type: Transform + pos: -1.5,-31.5 + parent: 30 - uid: 11821 components: - type: Transform @@ -132302,6 +132496,12 @@ entities: - type: Transform pos: -7.5,-35.5 parent: 30 + - uid: 22830 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-33.5 + parent: 30 - proto: TableReinforcedGlass entities: - uid: 2113 @@ -133435,6 +133635,11 @@ entities: - type: Transform pos: -32.56638,31.48925 parent: 30 + - uid: 12731 + components: + - type: Transform + pos: -3.4804978,-34.337254 + parent: 30 - uid: 19180 components: - type: Transform @@ -133477,11 +133682,6 @@ entities: - type: Transform pos: -11.488707,-33.250866 parent: 30 - - uid: 11256 - components: - - type: Transform - pos: -3.5175757,-35.433304 - parent: 30 - uid: 15271 components: - type: Transform @@ -133506,6 +133706,11 @@ entities: - type: Transform pos: -24.487177,31.504875 parent: 30 + - uid: 7217 + components: + - type: Transform + pos: -3.4961228,-34.82291 + parent: 30 - uid: 11271 components: - type: Transform @@ -134341,6 +134546,11 @@ entities: - type: Transform pos: -21.5,-46.5 parent: 30 + - uid: 23831 + components: + - type: Transform + pos: -1.5,-35.5 + parent: 30 - proto: VendingMachineEngivend entities: - uid: 9291 @@ -140369,6 +140579,12 @@ entities: - type: Transform pos: 30.5,17.5 parent: 30 + - uid: 12777 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,28.5 + parent: 30 - uid: 12781 components: - type: Transform @@ -140399,6 +140615,12 @@ entities: - type: Transform pos: -39.5,-35.5 parent: 30 + - uid: 12828 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,38.5 + parent: 30 - uid: 12846 components: - type: Transform @@ -142234,6 +142456,30 @@ entities: - type: Transform pos: 12.5,40.5 parent: 30 + - uid: 19442 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,40.5 + parent: 30 + - uid: 19683 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,40.5 + parent: 30 + - uid: 19684 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,40.5 + parent: 30 + - uid: 19693 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,40.5 + parent: 30 - uid: 19784 components: - type: Transform @@ -145061,11 +145307,6 @@ entities: - type: Transform pos: -58.5,32.5 parent: 30 - - uid: 1567 - components: - - type: Transform - pos: -23.5,28.5 - parent: 30 - uid: 1579 components: - type: Transform @@ -145131,21 +145372,6 @@ entities: - type: Transform pos: -27.5,38.5 parent: 30 - - uid: 1720 - components: - - type: Transform - pos: -25.5,38.5 - parent: 30 - - uid: 1721 - components: - - type: Transform - pos: -25.5,40.5 - parent: 30 - - uid: 1733 - components: - - type: Transform - pos: -26.5,40.5 - parent: 30 - uid: 1816 components: - type: Transform @@ -145271,16 +145497,6 @@ entities: - type: Transform pos: 1.5,-5.5 parent: 30 - - uid: 4950 - components: - - type: Transform - pos: -27.5,40.5 - parent: 30 - - uid: 4951 - components: - - type: Transform - pos: -28.5,40.5 - parent: 30 - uid: 4980 components: - type: Transform @@ -148656,16 +148872,6 @@ entities: - type: Transform pos: -20.5,-26.5 parent: 30 - - uid: 19683 - components: - - type: Transform - pos: -22.5,-27.5 - parent: 30 - - uid: 19684 - components: - - type: Transform - pos: -22.5,-28.5 - parent: 30 - uid: 19814 components: - type: Transform @@ -149347,6 +149553,11 @@ entities: - type: Transform pos: -28.5,48.5 parent: 30 + - uid: 8371 + components: + - type: Transform + pos: 3.5,-30.5 + parent: 30 - uid: 11611 components: - type: Transform @@ -149367,11 +149578,6 @@ entities: - type: Transform pos: 7.5,32.5 parent: 30 - - uid: 20454 - components: - - type: Transform - pos: -0.5,-30.5 - parent: 30 - uid: 20455 components: - type: Transform @@ -149404,6 +149610,11 @@ entities: - type: Transform pos: -50.5,69.5 parent: 30 + - uid: 9283 + components: + - type: Transform + pos: -21.5,-27.5 + parent: 30 - uid: 14476 components: - type: Transform @@ -149516,13 +149727,6 @@ entities: parent: 30 - type: Physics canCollide: False - - uid: 11252 - components: - - type: Transform - pos: -3.5,-32.5 - parent: 30 - - type: Physics - canCollide: False - uid: 20998 components: - type: Transform @@ -150094,6 +150298,20 @@ entities: gridUid: 30 - proto: WindoorSecureEngineeringLocked entities: + - uid: 6455 + components: + - type: Transform + pos: -1.5,-31.5 + parent: 30 + - type: DeltaPressure + gridUid: 30 + - uid: 9162 + components: + - type: Transform + pos: -2.5,-31.5 + parent: 30 + - type: DeltaPressure + gridUid: 30 - uid: 21294 components: - type: Transform From 78748d5c7d67c1787476856d44f107918a2d258e Mon Sep 17 00:00:00 2001 From: PJBot Date: Tue, 7 Oct 2025 02:22:32 +0000 Subject: [PATCH 042/216] Automatic changelog update --- Resources/Changelog/Maps.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Resources/Changelog/Maps.yml b/Resources/Changelog/Maps.yml index 227040557a..aa47fbf146 100644 --- a/Resources/Changelog/Maps.yml +++ b/Resources/Changelog/Maps.yml @@ -738,4 +738,15 @@ id: 89 time: '2025-09-30T03:45:17.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/40590 +- author: ToastEnjoyer + changes: + - message: On Marathon, added various improvements to engineering, parts of maints, + and some service improvements. + type: Tweak + - message: On Marathon, the security front has been fixed so that power is there + roundstart. + type: Fix + id: 90 + time: '2025-10-07T02:21:21.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/40725 Order: 1 From ee2b38d299c4ecc894f28883f68e57eaaae4b57f Mon Sep 17 00:00:00 2001 From: Huaqas Date: Tue, 7 Oct 2025 15:28:48 +0800 Subject: [PATCH 043/216] Create more Holy Books based off Spacestation 14 Dieties (#39181) * Add More Holy Books * Remove reference of original fork in meta.json * Removed "rich" reagent description for Blessed Bolognese, and replaced with "holy". * Updated Holy Liquids to each have their own minor effects. * Tuned down Nar'sie Blood * Create playtime requirements, and relocate holy water to it's own category. All holy waters created through a bible are now located under the "Sacred" section of the guidebook, as to help maintain clutter. * Replace 'curse' mixing verb with 'bless'. * Update and fix guidebook to have section for 'Sacred' liquids. * Add back in Tanakh and Satanic Bibles so they can be removed in other PR. * Forgot to re-add the prototypes. * Add back the time requirements I mistakenly removed. * Remove Italian Bible * Fix errors. * Remove Carps & Crypts * Relocate .ftl designations to their own sacred.ftl * Forgot to update single_reagent.yml. Updated it now. * Ended the communist dream. (Removed Communist Manifesto option for Chaplain) * Give lamp book a little more pizzazz. * Single line indent applied * test * untest * Update sacred.yml * Remove Unused Bibles, rename druids, moth bibles. * Remove custom reagents. * Error fixes. * Reorder Bibles to Save my OCD. * Flip that pentagram. Bro must of rolled a nat 20 in convincing people this should be flipped. I know its more "accurate", but the layman will probably look at this and say its wrong. Just a personal thought that escaped my brain and will never be read. * Rename Druid Tablet, Delete Lantern Path * Delete icon.png * Delete inhand-left.png * Delete inhand-right.png * Delete meta.json * Update chaplain.yml * Update loadout_groups.yml * Reorder for OCD --- .../Objects/Specific/Chapel/bibles.yml | 49 ++++++++++++--- .../Loadouts/Jobs/Civilian/chaplain.yml | 57 ++++++++++++++++++ .../Prototypes/Loadouts/loadout_groups.yml | 5 +- .../Chapel/codexnanotrasimus.rsi/icon.png | Bin 3363 -> 891 bytes .../codexnanotrasimus.rsi/inhand-left.png | Bin 2992 -> 955 bytes .../codexnanotrasimus.rsi/inhand-right.png | Bin 2971 -> 1036 bytes .../Chapel/codexnanotrasimus.rsi/meta.json | 39 ++++++------ .../Chapel/communistmanifesto.rsi/icon.png | Bin 3522 -> 948 bytes .../communistmanifesto.rsi/inhand-left.png | Bin 3075 -> 857 bytes .../communistmanifesto.rsi/inhand-right.png | Bin 3083 -> 942 bytes .../Chapel/communistmanifesto.rsi/meta.json | 39 ++++++------ .../Objects/Specific/Chapel/honk.rsi/icon.png | Bin 0 -> 1084 bytes .../Specific/Chapel/honk.rsi/inhand-left.png | Bin 0 -> 957 bytes .../Specific/Chapel/honk.rsi/inhand-right.png | Bin 0 -> 1030 bytes .../Specific/Chapel/honk.rsi/meta.json | 22 +++++++ .../Chapel/mysteryofthedruids.rsi/icon.png | Bin 824 -> 1589 bytes .../mysteryofthedruids.rsi/inhand-left.png | Bin 3041 -> 958 bytes .../mysteryofthedruids.rsi/inhand-right.png | Bin 3122 -> 956 bytes .../Chapel/mysteryofthedruids.rsi/meta.json | 39 ++++++------ .../Specific/Chapel/ratvartablet.rsi/icon.png | Bin 0 -> 826 bytes .../Chapel/ratvartablet.rsi/inhand-left.png | Bin 0 -> 1169 bytes .../Chapel/ratvartablet.rsi/inhand-right.png | Bin 0 -> 1247 bytes .../Chapel/ratvartablet.rsi/meta.json | 22 +++++++ .../Specific/Chapel/tomeofnarsie.rsi/icon.png | Bin 0 -> 738 bytes .../Chapel/tomeofnarsie.rsi/inhand-left.png | Bin 0 -> 863 bytes .../Chapel/tomeofnarsie.rsi/inhand-right.png | Bin 0 -> 869 bytes .../Chapel/tomeofnarsie.rsi/meta.json | 22 +++++++ 27 files changed, 225 insertions(+), 69 deletions(-) create mode 100644 Resources/Textures/Objects/Specific/Chapel/honk.rsi/icon.png create mode 100644 Resources/Textures/Objects/Specific/Chapel/honk.rsi/inhand-left.png create mode 100644 Resources/Textures/Objects/Specific/Chapel/honk.rsi/inhand-right.png create mode 100644 Resources/Textures/Objects/Specific/Chapel/honk.rsi/meta.json create mode 100644 Resources/Textures/Objects/Specific/Chapel/ratvartablet.rsi/icon.png create mode 100644 Resources/Textures/Objects/Specific/Chapel/ratvartablet.rsi/inhand-left.png create mode 100644 Resources/Textures/Objects/Specific/Chapel/ratvartablet.rsi/inhand-right.png create mode 100644 Resources/Textures/Objects/Specific/Chapel/ratvartablet.rsi/meta.json create mode 100644 Resources/Textures/Objects/Specific/Chapel/tomeofnarsie.rsi/icon.png create mode 100644 Resources/Textures/Objects/Specific/Chapel/tomeofnarsie.rsi/inhand-left.png create mode 100644 Resources/Textures/Objects/Specific/Chapel/tomeofnarsie.rsi/inhand-right.png create mode 100644 Resources/Textures/Objects/Specific/Chapel/tomeofnarsie.rsi/meta.json diff --git a/Resources/Prototypes/Entities/Objects/Specific/Chapel/bibles.yml b/Resources/Prototypes/Entities/Objects/Specific/Chapel/bibles.yml index 18995446b1..9016bce6cb 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Chapel/bibles.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Chapel/bibles.yml @@ -107,10 +107,10 @@ sprite: Objects/Specific/Chapel/tanakh.rsi - type: entity - parent: Bible - name: druidic tablet - description: "It's the mystery of the druids!" id: BibleDruid + name: druidic tablet + parent: Bible + description: "It's the mystery of the druids!" components: - type: Sprite sprite: Objects/Specific/Chapel/mysteryofthedruids.rsi @@ -118,10 +118,10 @@ sprite: Objects/Specific/Chapel/mysteryofthedruids.rsi - type: entity - parent: Bible - name: communist manifesto - description: "Remove the mask of humanity from Capital." id: BibleCommunistManifesto + name: communist manifesto + parent: Bible + description: "Remove the mask of humanity from Capital." components: - type: Sprite sprite: Objects/Specific/Chapel/communistmanifesto.rsi @@ -140,12 +140,45 @@ sprite: Objects/Specific/Chapel/satanicbible.rsi - type: entity + id: BibleNarsie + name: tome of nar'sie parent: Bible - name: codex nanotrasimus - description: "A familiar book containing the Sacred Operating Procedures." + description: "What could possibly go wrong with a book covered in blood?" + components: + - type: Sprite + sprite: Objects/Specific/Chapel/tomeofnarsie.rsi + - type: Item + sprite: Objects/Specific/Chapel/tomeofnarsie.rsi + +- type: entity id: BibleNanoTrasen + name: codex nanotrasimus + parent: Bible + description: "A familiar book containing the Sacred Operating Procedures." components: - type: Sprite sprite: Objects/Specific/Chapel/codexnanotrasimus.rsi - type: Item sprite: Objects/Specific/Chapel/codexnanotrasimus.rsi + +- type: entity + id: BibleHonk + name: mirth of the honkmother + parent: Bible + description: "Oh great and glorious Mother, Mistress of Mirth, Matron of Mask and Merriments, Blessed is she amongst us jesters." + components: + - type: Sprite + sprite: Objects/Specific/Chapel/honk.rsi + - type: Item + sprite: Objects/Specific/Chapel/honk.rsi + +- type: entity + id: BibleRatvar + name: tablet of ratvar + parent: Bible + description: "A holy relic of the Clockwork Cult, blessed by the Clockwork Justice, Ratvar." + components: + - type: Sprite + sprite: Objects/Specific/Chapel/ratvartablet.rsi + - type: Item + sprite: Objects/Specific/Chapel/ratvartablet.rsi diff --git a/Resources/Prototypes/Loadouts/Jobs/Civilian/chaplain.yml b/Resources/Prototypes/Loadouts/Jobs/Civilian/chaplain.yml index eb252a0c43..4f501057b2 100644 --- a/Resources/Prototypes/Loadouts/Jobs/Civilian/chaplain.yml +++ b/Resources/Prototypes/Loadouts/Jobs/Civilian/chaplain.yml @@ -1,3 +1,33 @@ +# Playtime requirement for NanoTrasen Bible, Codex NanoTrasimus +- type: loadoutEffectGroup + id: NanoTrasenBibleRequirement + effects: + - !type:JobRequirementLoadoutEffect + requirement: + !type:RoleTimeRequirement + role: JobCaptain + time: 7200 #2 hrs + +# Playtime requirement for Druid Bible, Druidic Tablet +- type: loadoutEffectGroup + id: DruidBibleRequirement + effects: + - !type:JobRequirementLoadoutEffect + requirement: + !type:RoleTimeRequirement + role: JobBotanist + time: 18000 #5 hrs + +# Playtime requirement for Clown Bible, Mirth of the Honkmother +- type: loadoutEffectGroup + id: ClownBibleRequirement + effects: + - !type:JobRequirementLoadoutEffect + requirement: + !type:RoleTimeRequirement + role: JobClown + time: 18000 #5 hrs + # Head - type: loadout id: ChaplainHead @@ -87,12 +117,18 @@ - type: loadout id: BibleDruid + effects: + - !type:GroupLoadoutEffect + proto: DruidBibleRequirement storage: back: - BibleDruid - type: loadout id: BibleNanoTrasen + effects: + - !type:GroupLoadoutEffect + proto: NanoTrasenBibleRequirement storage: back: - BibleNanoTrasen @@ -108,3 +144,24 @@ storage: back: - BibleTanakh + +- type: loadout + id: BibleNarsie + storage: + back: + - BibleNarsie + +- type: loadout + id: BibleHonk + effects: + - !type:GroupLoadoutEffect + proto: ClownBibleRequirement + storage: + back: + - BibleHonk + +- type: loadout + id: BibleRatvar + storage: + back: + - BibleRatvar diff --git a/Resources/Prototypes/Loadouts/loadout_groups.yml b/Resources/Prototypes/Loadouts/loadout_groups.yml index 7930b3ff1b..79266b70ec 100644 --- a/Resources/Prototypes/Loadouts/loadout_groups.yml +++ b/Resources/Prototypes/Loadouts/loadout_groups.yml @@ -381,10 +381,13 @@ minLimit: 1 loadouts: - Bible - - BibleDruid - BibleNanoTrasen + - BibleDruid - BibleSatanic - BibleTanakh + - BibleHonk + - BibleRatvar + - BibleNarsie - type: loadoutGroup id: JanitorHead diff --git a/Resources/Textures/Objects/Specific/Chapel/codexnanotrasimus.rsi/icon.png b/Resources/Textures/Objects/Specific/Chapel/codexnanotrasimus.rsi/icon.png index 2f29dff1c7ca3cea1cd5346a4b64d9fab9fa3b77..8b98bf543671896a53ccb78fcd5cca72f2ca12fa 100644 GIT binary patch delta 869 zcmV-r1DgD!8v6#2BYy#YX+uL$Nkc;*aB^>EX>4Tx04R}tkvT{MQ4~ebOw@=Pf*3@^ zVhXiV5EZf1C c z!(vwBzCX)nY&bed3NWQ-?How!z{F-QD|inG=t ?QO8;x>q*-Lc^v3BOv?Z{T46(QL9m(5>(zIP4Ldfh vQ|Jr+=E?5B-^Pc&kZOqW}N_xJg7o zR9J=WmcL6QK@`V7(T%&Ha$s0ArEuL9VqtY22p94vxWU#RjfI>C5^Oy1;A-!xO?#)f zwU9>q2W%DW(k?Qj6PYy|) WIsrNDx_6g4T#yMHCSf1UCpm6&H{wC~E=)$m@LsJMEmqInK- o!2LR)_8&>&l^!1$qXs{1}u~6th2MhrM zHBtbg*U2B`ce(+B0u&A>KtZ8S&L!;{{Z40%=;S=aKyPO+)D1>-ISCCm+VDfv5ih{F zCEmW?a3gYa_#zsBC!iS_QH>}xDwRs7(- dSn=-8?v#qTrTUy#onKjME zcBY-BC3oKRnGTLFE-vh8eAoF-3uigIIFUvWI-PD}Y+^BHjD-`&lH>GmH=-Dr(MU`v zVhaq+5Y!AIZUZ*NNkN92o(f46HKZ6(X>^7$oS+y7pr=p+LzF@>G=!rfI1UWWDC0Sf z?ndT#IMwzmrc+`{2F=dn{7qKi!;UG=>$fM-851U2Oqx9PvuWJvGhF7(oj0Gqz|#x! z_F3$^WO>kvmBFi4heUj_VdJLFTOwn2e7*CVZ)4+jf466E^7s2BKOX%1q13}ijvkX` zp2|9%os*k);irp=ONE!OT)kCtyYx<3`Q3Yu9zUt6Rn|SNfBEWlQ}de^)!TQSUEMuu zO>bYnmgGh9{Mhu&{)Lwr =;?)B{5)QkOxhORu48w2HuPK8upT}1 z(ah^5fN3A+{owvc$=l7D1AiJIK=R-?jm~Edw&Nl`vYr+%wmT-f8p74x(GlP!0SsMl zq>wu>#Svn02LY0-8_VD1$Rr(A2{H*6j3Q`Oc1;}bgI(aWu}0EtmHY@-ewYBk1bEv* z+Weqx=?#!?mLJH;(-jjSJ3V>OOcY(N)kyjo61M_3{j5cWO`>>AxF@j2C%K&fv)xSl zY_*Lk>QYvhE0X{ v+PCQJc{~Ed~M;OUOs2}fq_U#pG?xCyQN1uzUX|DNRA0{j9n+_ z=_Y-`Ue&coDJ$Zh3vnyBF#;Y=+Jgz>F}F6h9_QIub~rAuhM_PWS~%$TBDr> xu6vBNJD!GKWQrb5Ak5B>zsJauoV3xF6`_u&mm%%jHO@ILC zXpUNH*EWOqN-}-K3{4bKz5xq-vZA%JlpUrlSF1~fQUSlDv8%gTd;CaI@*IpAoVp6f zm|zq^9t0^^eu8K;Q7V(v -fro+Cla*<@Q+=@u}GVbus_zoe+yrs zsS)}Kwg&%voB$O!(p51J-U;Ic;lZUW&GoQ&0?g8hPZkV$6mjJ+nr?_xn?3L6_=a %=ai#!cf1D>mTgZtsNwQXSV4R7{-CHB5tNF0S>3ne&T3l6tuz~ z3%gc{tKY*Qh6b0byVFK;?dd1wnmr3fGG#G^Vb((2 z8yl(K1tvLpA(HE{M>1RM`>l&E%Trog=Ev*8gg2J|H1Pp>AazwRxUz)NWC1L*+^F|2 zwmGWxIFu aNt^1{|v4ArgIyA <9ZAIwr ajZ(j^fm);y2!CqIJ);~+65HOc>Gm+geYp%yPWL>%(l ^`JTSd}DcQDqJY2GXU2K(lC*I~LP}56OqB%XA=~?MyD`eq8M;J^BC-9b$^3 z2oTdrfCTHZN) owu{dxk0CAtei}H5>Xkk}^ z3V^R20C=|!fCWbYn7A$ND!vd77_Im7@d5<-oV=cW5cbfwEnXc1FX`r_AmCV<1?;5m z@Lh^g-%=SAz_?@C8wC+e_4RTOT2&IU&VrJ;E&;J~lzf|&JvdF7R2>l0QGe6phi2la zm&JbjzVc$&Z0xf=E;cj9D(QI~Rf3y%k+Xw?aHE4XX &EN^<{dq?t<_Km+^u0|I| zo;dZW8o6xgez5+)%f@ME_nEn-+^P#;Kg&3Q7EJZ>_}u#iTiKG$Z}e#x%3SvV1!q== VRUMNbJOzCSd@+Boe2;ZWzXG%BY@h%D diff --git a/Resources/Textures/Objects/Specific/Chapel/codexnanotrasimus.rsi/inhand-left.png b/Resources/Textures/Objects/Specific/Chapel/codexnanotrasimus.rsi/inhand-left.png index 0d7d9cf676dfc449715c1d31444dd00700641df5..1dcacda0e37362eee68f5ec5e78a94385567919f 100644 GIT binary patch delta 934 zcmV;X16lmA7rO_LBYy#YX+uL$Nkc;*aB^>EX>4Tx04R}tkvT{MQ4~ebOw@=Pf*3@^ zVhXiV5EZf1C c z!(vwBzCX)nY&bed3NWQ-?How!z{F-QD|inG=t ?QO8;x>q*-Lc^v3BOv?Z{T46(QL9m(5>(zIP4Ldfh vQ|Jr+=E?5B-^Pc&kZOqW}N__(?=T zRCt{2+COVkQ5XjB=bV$+t+)uC6 ?4WaolY5%lKfp7(V~E#e>0 !_4*}DO&!9{&PP0Zybk>4NBs?vh-){l?B{mc zYewS^m=#duz5dE_M*#<@0M6$YxxLT1JbJL|;XR;=SoV$o1Vl8>Oixw+!ml2qqdr-_ zXMc7QtST0edVtheK Ih8HoOI~Vwx#Qp*03SsxW9pHJh^TVD0!s$1{U3FWqW}N^07*qo IM6N<$g6~zlz5oCK literal 2992 zcmeHJX;f547OtlE29$;-4G!3VVk6)Jv|))1qHHY(5e%SA0(sMcE|mJ|MUeGK^b5 zKv@j7>mWfShz&vnT!M(8*dR6#0TqxPrI+_oPc-p(=FFJMIr)|Q&R6eN-CMWrSKE6B z)~|C`Wz1s$095%d4xaG63I~k>%d z;6V7`u)sRO8bG5^s1!1dN~O~2G=>UGRYh4@MO$5CE=zYFXTI({9UZ-eOSyUmrVDg* zj4T(ME;r-xcpR>^t(E!8r4~GMJP3hKr>iKdXsN1dnd|H5oBwXXt^pt)^$o=t7Gvk*RdXM{F(ad4`L)MvIMkD?YZgvbI^{;OOM+!e6`L zQ!j6yjhlS8ZVLz$Y!3>K+7 Aww;eBXZ3Hxo-ONrVT z$d)KBVxZ$_ue4EKih&el?Q{gEz5#h;ccUqhg$91k^6)b&@Ni^-Hz17UQ;>d3420TE z7spn^KBh>w|2@&k|1?C|esrk?+JicUbPFfUpBAN$ee)rEYL2WnUmXKIOj($G?cdv{ zOO~O2iK40) }9mzB$hD<<~@Y^#E^yD`J4 zC>^}T$W`sJWhj#a7w!7VVI+7Q1APOxJ1b&jT
ppYbvuGqwPlbVxScRs67UTPGca=63xfJ_*@JG__;q={E}TEeAIWkDE(pE z+r9C7-qH=zNf %95Gb z@ynqS^fvD5F-Glq35{aO7!Nl}W@4aGjJCdxGl#RJt|eryr_E$c{8YTZYut+!i%z}> zjl;l!u-)Qm|E{6Vn(C-LZ`I(CHy6{=tBE@pyG(8!HQat~x6|Zq63fFeGH1`bSJDUQ z^F{wHXCIBvM4B(0t ?_A?LlLcZ6Wz;QCC{P?&qv z5m _%fnac9bWLVeR>f#BV;upc+x- V 1RiSat5LwNNw4v3|O_L+uMn&x`#Y4AW k5H_V@X%>M!n&t7NN@7zN3Rri>HR*&eXZz734wly9O< z_{T%#9lBYDas1{(b8?$Ue*U~UyYx=Nh+^anQzG4dB(ODTN!8=T68}q*O?1(}rnV6M~xJ%vf_lh(reil-DSe8np0_N?a7WTuBfIgU%T4N gFsQCs7lfbSTsvo*dLqz19nXaCxX$6 ClmH+?% diff --git a/Resources/Textures/Objects/Specific/Chapel/codexnanotrasimus.rsi/inhand-right.png b/Resources/Textures/Objects/Specific/Chapel/codexnanotrasimus.rsi/inhand-right.png index 6e5e4cd27a298a533d6e7d06aff4d5a9ad3f61c0..20c3c84cb285acf216d7c5c81b04ea5cdf1988a9 100644 GIT binary patch delta 1015 zcmV EX>4Tx04R}tkvT{MQ4~ebOw@=Pf*3@^ zVhXiV5EZf1C c z!(vwBzCX)nY&bed3NWQ-?How!z{F-QD|inG=t ?QO8;x>q*-Lc^v3BOv?Z{T46(QL9m(5>(zIP4Ldfh vQ|Jr+=E?5B-^Pc&kZOqW}N`Nl8RO zRCt{2+P!NOK^O+`=bgPxs^kJOl1@l*f{ixjnu{l>7!^gZu@J1xA8-VO*xCpd{sVp# zD!D?gNOgrD(Fmd Z#}vp2iBiRS%PSIi6#4==k1vw#pn z2qA 6kh>kL=~SS{;w>UNRP;ObbYPTr3vQ@5d+>w}Uf_ zoGnrwY;qbW01Ql5E+Xa}6i4uLeW}B)3(K6w0)L1Y&j17v0j>kMw&@EHLI@#Jm^d)a<%4H?erbGuW(MafmDJ~?{vR-TbRXJb zJ9Ut5eQq}K?B%P}=U5f6V| aW{%W`I=B9|KDRU*LaS11 ^ayy`)9v q7#J4dxjD0E~HozM=4U4FLuXmS^IVdI4Y##BJnl$8+28;nP2Z9MOKmiE! z2ms`zPgIcCd=f$iWJvFYAVZ&MOY}>7%{TkiC)y#Tm;D@oKIvC~6BAaTF #URE+ zMr;6yg^*bYUJp2MoK)n6y_7--B~z$0I)iCo2ph=e0ytA-5`|2qQYeu94Dx`&qM9sl z_NJNgH`8sB*e;o06*CsDm0mLoZ5g$76(nad4c<1lu$*W2j=jU8#cs=2xUckB<>Tw; z9}vh3dOvJKc*MrYsMsxWTZJFRC#3BBbeAYKEq&kq&ktlD{37S@k*|;D9Xoy^zohhZ z**E3ies|`4#RXYq)x}HI*X!zUC>k1XHnskEzpcIFCuOIq|KY%+!Ji*Lc{(<(o|x23 zJ)fQ-bP+mV*-K@=)5U_iNE8a0LML<~BoQH;MWHTmrkQy2>6?>GZCo-L?6qGNORq5( zx`vLL36fh3-nMm9*^Lp>UMPDrVOjr^vi}JCO;;x{A|r6|$SlAG(^!tfDbk;Sb1=D- zmg6%j?Hcc4kdeEVYT|fU7Z34L)qAUiTSI4 zU&ye;!SO!*4>;&N+CS5vlj0x~4bmiWZYa=hZew!>8{4{x&5w3I#rI=_S%8d)Y3QIk z4nF2;%2KbuzMRkpF|D U3FA0;^z*H*Dv{RSqh}_ qw_li^UN@QHP!Jf!54;*xqYB^W|4jzj2>67yFQuO9?iJDWHow6jyLE?FDwoUMR z-f?$bggjOoF+4S_?6XiL(qwMvG(3g~CTq(o4yjFTJtHwk8=I=G*8P@uN=)yOo09O-n-_{iW$pIl!?(53xv)pH28 zLf#)iu=4RS$X4i&609Vam8VK{&n};zUQ@g3+|qNp%4Nyhy|4z;Xr NPQ#^&|$Q7Sn613PEEG2i4?eSt)+#r(y&%|RL_kfo7m66?!Zf#N#B$n7wvT-tkrvvljt&W({#@sVLp5q)=CgNO6G zaS{HFk0bHkgywOQbIz0N0?Ve0F;n}N?@LWNeEOuFFmG5idKQFEy6n2B9XYfTnR`{( zp4VnJjuCIv7q;f)`x6I3?j_r8u wX;naaKBG>pOf9&Cf1ry%KIm7e^S|5{zUZP?A*E(a juzOEI;3~np0Q_qVgfo0x`@5gC5LtPCA-> EX>4Tx04R}tkvT{MQ4~ebOw@=Pf*3@^ zVhXiV5EZf1Cc z!(vwBzCX)nY&bed3NWQ-?How!z{F-QD|inG=t ?QO8;x>q*-Lc^v3BOv?Z{T46(QL9m(5>(zIP4Ldfh vQ|Jr+=E?5B-^Pc&kZOqW}N_@kvBM zR9J=Wl|f4zK^(<@Yl4;>5~xb(DF>xqR%k-MLJnf-M-VKu6au9nNTA@MP!LL?1mdAN z1Ok2m5j^x0v )3c!yp~(ZK#Lf0 z+U%`WRF+G;+Wy#gjgkR@2T{k;gt#4JK+XkDqW8CI0Kok8l2kImbfZZsnE;^PXfm5j zP;WE=uvXNQ(lU@H#9FBkkA+OO;Slh;?n|Y;t$%O8#gO8&mAA5Tq7;6ve$k=RHz33T zzP w(e<|~69mARB#}GyA)NC?K zb5|<&{D3qejv}Xa0zw?%xN6JG$nyifmkv0t+A@jLf33cJS_xc4d;Yg`0ryheE(UJt z0DwR4-@cq$37ilrKLCeEb@r`A^?&mSBN*HT&Hyeb%Kej{?_2-?002ovPDHLkV1gXV BvzPz? literal 3522 zcmd5<3s6(n7Cj*e;afz5zlQ`wB}T1?Sd~grkPxF48VW={5)^+(v6lD?5~EbbrdS?D zlu{%mlwygPhZGcrq|}zL5>OEVE1(Ht0KrIr1d`ixp}*-o-uOE6X5P88@7-sg-(G9) zbMC#LyywTTwwP-H0I+6m@CkrVM^wyA;hh^FKLmhf&CV^%T}&ngm_Zu=Z$L2zMt}nt zsG$NdlR8?#{7E;#U;!33ABTd4I@%YV*Yr=i-LE>@4`VVp&uOTe{Hl9f!U`;A6BqIj z=>*d@`Z9gtLg?b~hO~qAz|7Q?V2U>*5D4bxW)@aNYb#4jt2xtW*bwKmPDT;xJtOmScJ z*6KBDJ=XiseHj~=8{ZEM3TAH!360vZbJy-Y(R;ZE4jwvugctwu$y2A3&U_;LJndZi z`3o6eWQudY&if|+(zgXyi@z%=y>`9q#t*lC{HdzCrnc_xz5C4%S{}Bxbv=2iRCPb= zd9Hq`c{QXR9vRi?QCuj_-^wJizu>ZkxJ+<3ERKNU!k8RJf!pHnPAg2Od$9=HKAJJ# z?SvW8J2j`M(%gAvz@XjsxF(C43*5UFzC@u-AbUMviGK^(@4)`R)dsAv7#KXPEuaCN zQAqyE ~nqjW}v^U27qTK^lh#{(`&sb|jKo 3- zPV3A d5-)e+qUWKro1a#JB_O5ISj##->j+U?dIt`3ZZ; zxxEfvhBN~LZW+yMo3`#G@}p{KR|WD>LFHNxviOFLJy|RSQ%Nr+o-AEa-2e0+q<2^x zS`({|Cu$WvhTe$$Ssd4<_xr}{j19&S)LnhNP agoPbYLq=< zp;mFxf-F8hmAvgS<|bPyzP|XrQkK;GbU!ClHBuNeM7=GB))KuUwbJnE1bQ=eYx>KJ zcIh5j7a9kuI%OsG1EDQF{4eMUyV(+k@Y?#%=ggvwm!ocQSRBWuO})o_Md}g5y5B8~ z2jd?bA`p--g5>wAM;n9`O5n57)1ymgHS;QZAOCEVFHsff&&xuu#C!UEVAH0vzer?7 zl)cKK6W_y3A%xwWUF@m@Y&`0hzI>l$Z@5fbcr2;)9JB_@Lo{n>MHA7QKqR@JP5If{ zDV2+WdIgNAR%@rRCd#fUqm5F*y+17c4{K=619~2eGF65$A?c+uXv51VX-A151_x2N z?d#?EM7?x%#nJYhA#FklC!nQ1NWu8_&WSOObDCJVq=kB5s? k}o&pK3D7Z%JQV=3&`4a$*;>H-7dcTn?8P@Qv;Dj-*xa5pT==zMfgRh z8w6<`DwTZGz=x|IKB W9h)BMHVVnoCjb2?dVRbsRQhd #CwWMayq?Tw>P+X=Cj)A;B>Q zk>UlH8&+5 =U>o;{g)dX?np|q4?@9lR zsmRio3UwQ0h0=ys;gT_0T1R)cd{gX)s~_pceMt}7!yYYBQI@FNv bM+&!~DPINu@QswiZ!?D~*G0w*3%*5#sgc{ugl-y(RGuW(7-#_Gon30<7vCi=0% zncZ^8&@)I-$5Gy!)ru!89NOAKtLp;U%_We=LqVAc*ux#mDlhHj4=8UsWRq &rYGYxdK&qV)FyBVc>!qhoD%F?l@{8+|EjWcQkP) u)-c=vhBv0Q zcBueXaJ#)WdjU|CVmZDI59^Lm8v-^15Wfh1x}O9<4^78=066FhfI1QYj|>22?a#Ww zS_d0Uw{K$j00h0hs>n}+7W4fZLb&j^VFoG~keM|b8VLuOo9Tq-1PeUI@)8&>haR{w zeY^s<+=_~vjn9odj&WWgq?DB*X)#`7Ez%?Xkxo@{w!XfmNeg#cp+$IA>=X7lmhJtX zwHM)xtM|J7j^9{%N3n9N5~Gu~j}M9MYrT`jVuh%yj~Wp{q`uWyU0)x$c?a26bsQQl zCwxGaYoFOLqfaWQIaXH&+F vT EX>4Tx04R}tkvT{MQ4~ebOw@=Pf*3@^ zVhXiV5EZf1C c z!(vwBzCX)nY&bed3NWQ-?How!z{F-QD|inG=t ?QO8;x>q*-Lc^v3BOv?Z{T46(QL9m(5>(zIP4Ldfh vQ|Jr+=E?5B-^Pc&kZOqW}N_mPtfG zRCt{2+Pg{vK@`UEZ)Oc*A;uel#2e8%t#6S+f~AdJD)m9^v=p?`!n}Y!hIVSRK?$gV zEo5&q$08cURK`Ov`28N>zi@V#W)46^L_|bHL_|dNuNbY+?p!gRE*2+^u@G^vHo)QC zgIa%oy?-hq9#Is@$@8n#>P~2dGVg;@eIB!=33NL-!d6G6+gw?a<*ib``*PY<8!9vh zV62t<^AJJc;eCKYp`ew;ieU;G{4fj1d}-Pt{~S(j{rQZNTShAlh`K-?A7rT3 ^I>y@4UGL$&>YQA^WrdjpPp14KmhQ}2rFv11e83p)S+ N002ovPDHLkV1kQ;g!BLa literal 3075 zcmeHJc~p~067O8(;2Lg3luIBY19EtPKo;Z*u5#!Q1tfzk1n@ux6j1R~JWyuQr{ai; zpg5!Ag$#sK2rMYeAR>puKvobL2(Uyh4T*&GbkuQO-kYbpe^2$R{;InA>#kpQRlh#& zx6VtMrbhz+C^Nm?1JL&`a;7Mt{$_Ms4*)c?h>grhCes2?&=>$Jh^asZhyaHqIRo4~ zS+3wdlJPhKARzMr!~`VE=gQYr_(;}zFU#lQ@bA_+ie&tI`7#wLh$wFx`~^M-U-)=3 zJ<&$;%~1#WU^Sp9D3BFM6f&7irBY~0n#xLwic0g;HB>bh=ou_rpr@~IxX8-f(Ad&M zU!T5WvE@=5dwY8Wa|h>@woX=d_O|jxa8xQ)Nl{5xSy|WCNZ-ize
?|-;< z{YL)HAB&2)C8cHM75}KKfAFy3pN&7YwRb%Ix$~E!FiOzYYuvhK5HbCZ}G#7EOyK zZ{)b-IDe;i$mZZuL%8rnB7sPj yswNw+k zfN`xY-?Y-S7uoljPROCXMfQ2XQvWYxAAtP_S2s{1;Lza_)BpoWWa;$F_&<403|<$I z#SED`uLOeYDd$G{jDZug{8FsgW*Q5c5@NE=5IkqMmG`l8LQ0&SJlT4FnVB#9w}06? z81C<(^(6VAho&Fy1MlfPBsGA5%I0J3)lH)9xswh1g?wJO?hNlvvWN$P6$Inf!y)4Z zEmpw`b4;u==srG)aV6i4P1)SYOCNHo$xEk$PcUJ~`mn*&JP1k*W&-X9vmrQ#iFIBT zM2lS^u*sbXgMho_0T%*EA_NC9pQ(EgJdjlytj-WG!T8sfY5IpApQ`=fv!);U37f(g zw1Z$9L-a#Z$p<$>+s6;d!Wp7E2x3^@ZiQfS3 >#m>T%3X-OOkbd9C-d`3oUSLw=-0ct?XLMJ$7s*0*Z|7Ie9?GqH z!_vVp(U|pg@N$m0D7&BEo$tTtVWzR DvCQQJ3kThPaVpi_D?77 zAIGQ!yT=$7Kwt#H>mgYUs>NJs8U&rUtBO}$>g_5k7?83gSskqP5Kv-g84&zxAp7a0 zcr`W*0R)B+h&EIg`j!vw-IMY-2pwmJ+h-&rI`{v&3{$bb)&fvlMoD?JYTtcOmx(y^!44b=jPH!1|lIUwV1TpSjh>DuR5F0W@LBfr`0$X zU;3UWSyYkhEueo@Kp%UVed1ET^}XcWp@orBtZ7>~s$EV`UYm;|79;7M@JkL2?Ulqo z%NEQQ4zq+iczxvF$&^xI*4V&kmqf6N=kroZ>f?#Mc*Tr1S*t*TO}0cntE_swr&A^D zLf{qG3iSat$6dl@J&TTYejHThWN$Q6)|K$|-@R=OEi!ufjBl6A+RDV~mg%iIcP{;Y zrxo5BiNcf@?za6qJ@Bk!Ok?mQjh@GKNSzavxlx*{t45Bio hA4W(yLBLn7ibS$3DZxh;_nx5Les`Le33s=Zp-;}zHl4uUhevq$_pTr5*~P3U*C z=JV(>yDeA=L3sClmGsH*x+F? QK;cP6X&4FVhT+}; zYXR6}h8~880eFLk4h#XXYbgLDUjyKn1%S@Z> *XLD{7akuAf08)Scd& z;sH?9kTVWk$ks)J t{alNh24cdb$*%;Cwzk~j;z0u zx-!UIkg94Z9I`AMu~2Cy97|9;oX}|aa>u3xw_*+BcG1eTN1v$ZE$wu*XlvY%Sue%f zo$H+cH4|5|*A#7p=(*RvqWIoNl1Os$=(G;5Ofa)XaIxG;bg?u EX>4Tx04R}tkvT{MQ4~ebOw@=Pf*3@^ zVhXiV5EZf1C c z!(vwBzCX)nY&bed3NWQ-?How!z{F-QD|inG=t ?QO8;x>q*-Lc^v3BOv?Z{T46(QL9m(5>(zIP4Ldfh vQ|Jr+=E?5B-^Pc&kZOqW}N_>q$gG zRCt{2+OcaCK^O(__s!e}EH?4HTMx8|9Fj&z>wl3-EK?-^fLs|{!A`q$_NMSk5d=lh zRuBy~xrpwm>>(U#&dcrX%vcB(B2F^9xg_|0_3ZHYn4K-&0z^baL_|bHL`44;@hw #Z_70w}=36i=3|cD<)LS(SvjS;1D;@SI z 5R1VEaKI#@e!3k4#8T z?;Vg&_F+wg$D5x4v5*t`22An^tf~FV2@A-H`%n=P5fKp)5fKp)5fPnoH` 4{bTuO zz<-Ly!dZi@dy9DZ^a^@kMtJ_{*`fCdI{`MVi?7mnl;eD3gr)WnNn;PD2rEN_1|TY| zi?7l&|Bm+`6TEuc#JjYCC^A9&gq;9){QnG$$75)%@Z`l3lnBIxoq(V_U^4xqi&wMn v;(Kw1s9!*aa}YPcSJ|6+1|lLl?S2B$O%llU#<9#p00000NkvXXu0mjfA0)7{ literal 3083 zcmeHJdsvKV8^7n&94e_M$C#87rBuUW( }zS!1 -%%>_xe5W{T$xsxqtV4Klk;f zE?eSd$Qj2007H?tryqXL*MX&n+f!ki9|Le4)~^z65Q(M%3y%Sez+eLjbf92O2cQh; zx(;QSPNmR*hNpL7(6FvstJ_y^m~Qr7*R7*ahxXZxb?SRPpN%_MSnnS606l?`J_|() z@j<%7af4*A09bl@Og#pR$z-zGERF%!&_G|`V62I$5qH8k-oy#x%*`z(J4~^#w6`)h zxBYCY{R}5QpU;~zXWndQR|glqvu+a#o6R=RHyC4RIL3LB`6TC07IXoOSvs3&6ic8Q zQ)tE%bOm_WP6p+j3{lY$rO_FBOctA?j~7&o1nemql}=+Y=yW`rfaig3%rKec Pp|ULTUDRB ze?Z4e$MX*vV)kFWj4>}Nolc`Ob-XClSRHX=I%ATPo{76JbKPcBOXoxu*W E?y7q3<@piyw}XvQFbesZsE4)t$fAG|GL zss*Hpv=TvnLdGkZ;Q4ohvMQq7sgDRy$_a7}f+ylT)lbDIzO0<*x==iBS$g{K?UB>l zIzoJfX1BH_3c1TDA4L59WGxQ?TP!1*Y8zCM*}e5U %@On@Wnn0fEA?`%6Vh zqeI}t6IPCCwmv?wn=6mJRyq~r?(K5Dkh|9w-h IZWew@km4N6sB{GiR;Wz1V*mY~B0 zL4-h+7gzbGnL$m8WHLmcx{M&)f8Qnqy{{2a$-|xa fct{|=;Pz&8;2uz5Ig#1wL`B$>4SPfIK{Y|k0i9r5X{Cj0YV^8Ru`l<@Q+_E%V zq0+kWw(FX(!m0D*2@(d^H^BVq$5@}E7Ca-gmf4XAQU$HGO=V=z)=1g8!Q||k0sqki zp?dAu7dR_aU3R=()>`Phx-Q+a|KQ!O6AtBf(@&^sAK?p9G$Lx4 b^Jc=gb~m$cK~z!_FC+hbUQ;h256ut|9O4+oFQ2^+cW^L9;h TUf0I{Q0Z2AZTkef6o~{uN_*%vmE+k?X_l0D{%z#o zrst*FI~DQl`x(xf0PBXIDjNd(BjWjI;=(TX9gw{Isi~^yI>}dvwU#`5uTuB4lFc1N z1JCj6M^d?YXKeSHwt8uQ2EH)ZGhr)?(gaExE(r)UOG>oc5o8hMV?uQ}_N(R>!815T z{@VnksCbXx@%)u3dD8PcZVI{nw|KL-zC!pEn3d%a4fR^)z`dDfF8lcr|J+^lYTBtI zHT!ook@gA6H?W~LgKAunPKV$E74o=*xP(Jpz$BLtDl=t~+0#Y46(&3Gd{ zpOOXP{K?&G_d`$8$AtXYu7Pw z-y+1@Z!ti;4gNt)0T{qTySf0j%m8??7GQ2B!04#s5?@z5p%=W!%M;%O{N&W+AHpN- zDDTzL0Q#mnP~hnCF?f&}BU&tEb~D)~O#Xr=8_cl (oRXB3=K;f}#ptPs-~c{Q@u7Yt9oeZmnr8xKs6v3A=RafSa(@7Ohx zxH; ?W`FnF&bzXypWvbWir1|X|tjvifRE= z^&x)gcEhf=p-*s|>2G)LWKC6;cerFD z=TL`4KC^raKh VT3a&TMhni dj=4t7ZZa<11xU7_!dqHoVl P)!8KyF7Yh(Sex`8W6G^) diff --git a/Resources/Textures/Objects/Specific/Chapel/communistmanifesto.rsi/meta.json b/Resources/Textures/Objects/Specific/Chapel/communistmanifesto.rsi/meta.json index c0dd9096bc..2240b862c6 100644 --- a/Resources/Textures/Objects/Specific/Chapel/communistmanifesto.rsi/meta.json +++ b/Resources/Textures/Objects/Specific/Chapel/communistmanifesto.rsi/meta.json @@ -1,23 +1,22 @@ { - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Originally drawn by @Trosling (Discord)", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" + "version": 1, + "license": "CC-BY-SA-4.0", + "copyright": "Sprites created by Davyei (Discord) for Spacestation 14.", + "size": { + "x": 32, + "y": 32 }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } - ] + "states": [ + { + "name": "icon" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] } - diff --git a/Resources/Textures/Objects/Specific/Chapel/honk.rsi/icon.png b/Resources/Textures/Objects/Specific/Chapel/honk.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..caa8572835007acde512fb1549122f9402afff03 GIT binary patch literal 1084 zcmV-C1jGA@P) EX>4Tx04R}tkvT{MQ4~ebOw@=Pf*3@^VhXiV5EZf1C )8X(u4eRS3Nt}1XVpik6Kg(xqI66oQFr{bh97yZH#AYrl zcn=8ZN!0-992l~ru@#UWg|1cjO>m;jvX~jLmm)JD2LL5e$66ihN!tW@9OySp%K$lA zVMB01u$j*5)pv>wJ2tH4MWF+IgqUN2FbW!ZQl!Z-ObQDHhX^5p4g9@jf0#TPX;SDY z%#y)GE&CCF@H<;4J~mpJ)DeW{7uWq50PhZzimv;8?7F2B@I1qnRr6<#VDb|@#hTWC z2>va&xUOm1E?jOy&r?>l)w1LP jj{=kx)V3NU{I`v)+X0RLKp zy<6*Z`?sf>-w*wna(JsrRigj^0(nV9K~z|U?Uv7L6G0rsKU>l?#$;=31F@x0JZ!zG z2Yawy6lw`pq<0Us_2Q}6tI$KCe?XDq#b1bb4~n1>Do9ZpJa|x=6oSyQEwss`*`$q0 z>3Z07P3&%W6LT{UmSJYT`+aZTcXoE5g% d+oY%Cn%^H>EQ zlAr$j~xBiL6nFNIFkO}^Cg%yQgPz*cdSurGo-3b0;z8i$gK+Rj-DFkeheRP_$s z)9WHn4m>?}zRf9t9P0)o cV4_>K9R9wXLKHHn>2>bjzx7vqGaayj zC}aTm_IZ`t*B@BM=px%Z0aNXNtev@I95Ny+5Lx4MwG&|n_a&%czO0($qL4vk1ux&v z)tkn>04a6G+;AT+M>)}En05nr=)Z7;ygJ?u97|B0tgL$p4Gj|ToCL63c|GJfIq;@$ zhESW2urGp=m;^xm^aa3l!V1ZOCu|ir5eG#Se}CfwM%QL*?kxHJT>>7z(K#s9275E+ zQLH2;Q2@{#|AvkZDE@x)elV7Z*#}q14_6=dMM&=cMDh3YOIvG9fZ+g@)!^!2Q4$ko zyi&Oj?B^4W32?H{Eq=t)TwI)$IJeN0d@Z!lRQv`u-QMLm%LPpU0000 EX>4Tx04R}tkvT{MQ4~ebOw@=Pf*3@^VhXiV5EZf1C )8X(u4eRS3Nt}1XVpik6Kg(xqI66oQFr{bh97yZH#AYrl zcn=8ZN!0-992l~ru@#UWg|1cjO>m;jvX~jLmm)JD2LL5e$66ihN!tW@9OySp%K$lA zVMB01u$j*5)pv>wJ2tH4MWF+IgqUN2FbW!ZQl!Z-ObQDHhX^5p4g9@jf0#TPX;SDY z%#y)GE&CCF@H<;4J~mpJ)DeW{7uWq50PhZzimv;8?7F2B@I1qnRr6<#VDb|@#hTWC z2>va&xUOm1E?jOy&r?>l)w1LP jj{=kx)V3NU{I`v)+X0RLKp zy<6*Z`?sf>-w*wna(JsrRigj^0s2WqK~#90?b Y4nev&oXL+a zKA#uxz2kSsfBF9a5fKp)5fKp)kw?W@M4F`<0e~c&b0CQ*3i0ZE$E1JvjJrMnyg2<} z)*jheu}U5n_^ttRC1n2SmS1PLY0*BJ-DdvimRt!3{o?}9idB;~0A#E}zV9Q*0==6q z{B9r4jhS?v8-w5Npm&o&&>1|(lF3^#0qU(yOzm%=kz0i~e*qYMBNFiDFVM)XVrqW_ z_0}es*tB6b03=viT)^@~4(*nQ_U<0wY$o6w(caxdyX9edB8R2L1rT- 9Nf&oHxIvB(bE0A|()-RZRok|YLcb_Cd*0j|&J_v EX>4Tx04R}tkvT{MQ4~ebOw@=Pf*3@^VhXiV5EZf1C )8X(u4eRS3Nt}1XVpik6Kg(xqI66oQFr{bh97yZH#AYrl zcn=8ZN!0-992l~ru@#UWg|1cjO>m;jvX~jLmm)JD2LL5e$66ihN!tW@9OySp%K$lA zVMB01u$j*5)pv>wJ2tH4MWF+IgqUN2FbW!ZQl!Z-ObQDHhX^5p4g9@jf0#TPX;SDY z%#y)GE&CCF@H<;4J~mpJ)DeW{7uWq50PhZzimv;8?7F2B@I1qnRr6<#VDb|@#hTWC z2>va&xUOm1E?jOy&r?>l)w1LP jj{=kx)V3NU{I`v)+X0RLKp zy<6*Z`?sf>-w*wna(JsrRigj^0z*keK~#90?b@+x6JZzz@aIi(Z72;2HP%5WI3!9H zx>s;21a1F-HiBJR=u&VrL+KE8>)_Bu1fhfN(4mE{c5-bgZR{k$YJ#SfkmSm>N$y^U zfFOu>UXCQ-^P9i#yN8$WZn*~_A|fIpA|fIp`mc!Ff`jC;8b%*P1gZ*=)|NYm&s_I* z%JIFI3gB11K(p;7mNd3=sX9~Fr#YzZCiQ4EtARZr07s)))!k$(-%MR&JD0kjSn`xH z; @{3R> zfW!e(2UyE5VsLW-x#%p4<0nv$chr3VqA0AcqmVCRx<87k$q6WWYXS-fQ z?vJ97 zFQTxz4iRq?@N`dx=hL_`aue~nG#tl Zohg9+p*g{>Yo%#CF~vM+CInE0QQs1D(}8& z_0gGjt25w87+0>^*myI7CyyWEe(Hg*b9@azd!RF5o!4=F=p2b#WyFU}*iC 2)B(Dyf>+noW+vJei3@cu&rArXk}?*_Q`1OCKm{@xjY zC?Za{qn&|IvF|XxHX-Fch?Y>1-s~ 3BYy#YX+uL$Nkc;*aB^>EX>4Tx04R}tkvT{MQ4~ebOw@=Pf*3@^ zVhXiV5EZf1C c z!(vwBzCX)nY&bed3NWQ-?How!z{F-QD|inG=t ?QO8;x>q*-Lc^v3BOv?Z{T46(QL9m(5>(zIP4Ldfh vQ|Jr+=E?5B-^Pc&kZOqW}N|a!Eu% zR9J=WmCbM4WE{soj-5D7TE|YD_qyz*-Pi;Z6KS>eu+vT;p$%yljtDOMEB0q_;6Io& zZU~7BXrgQ)0#VS=mUMJU-{!cr+ca6?B{qjFX4AH$tw0>u@8rk!^ZdTg=l2HxcN31f z@zO%c2Y+xJ8-V2pD@QtO?51;P&!SGo{NdW!Zwu;V%r_Qg06J!mO4%Zz>FhR}FP*o1 z@7~DsL*oPtof(TV=~)qaU0+f}I%bdhQkO=x4?sK? Tj$<=d()~uYABaB^0aewoYJ>PXj!k-2 7pRmiBt@iA?FWf^C;^uiO1`lu;}Jp(g#sEKv&XlM zRevgF3&*j^<)`ro1(dFzU&NVF`Sip*S_ULV97*7{UlZ|(8;L}e>G!61wEURl8JX>s zCLt-t+8-AAf`Ou_Oy~1#Zmuy`(%E>pgERev6Ki3<-1q^f?$X|Ek1Www61cQb@~@v? z3^H6*HHycz;HJ6!G=d;7Q!F9~0`u=L(0{1*nJeius(o&`ztYU0)z z2A|EJ8F_m~^#N7YsFW?{N;*q79} l`zT;P$bJ2|Uk35CpQhB9Ck9eAADObv{zS z@`DxO9Qaf57_y|2D?z1fk b=lq9qwBgf_xFQmqfj8BC>)=eIS_%d({N~3&7x48A%7By@TAj0 zjzmZ(3i7k{L^K-EIE;-QMhQ*Fs##=nMF5T&267}45J)Hr8C|FAx`%eoK?x*N833~B zbbxwyZ;y#+^o4b&`*-K-^+r#@p^YV=sVbAP7*Sb9lB588LQw(&!*wJa=6>ZqnwC0{ za}JXO0KV_zx-O<=5ebI_=YOVU;kqt&f4YODh}ib_zaya2?G6%9mS3m>S(byIFzlYy zht+>xKv Re+~YpAr(oRLUmFRE7^PUlwlPy&iiI7jNv1{de{k Xm;?WgFior*00000NkvXXu0mjfYR&aH delta 802 zcmV+-1Ks?!47di6BYyw^b5ch_0olnce*gdg1ZP1_K>z@;j|==^1poj5AY({UO#lFT zCIA3{ga82g0001h=l}q9FaQARU;qF*m;eA5aGbhPJOBUy24YJ`L;(K){{a7>y{D4^ z000SaNLh0L01FcU01FcV0GgZ_00007bV*G`2k8e04Kf;%!G9`E0007fNkl zKSK6vsbz%|WdVWO3+r33ibdTrDkb3Jxw28tJ77B8Ac|2X%;34q73u1u0HBG=;hf zx=FFwicoN==x=gy354>iBwV`q`*G)=dNo(N tWOwmDgCQ+oJLzc=>wy5YOmA@w(OEtShU;-zvKAp}AQR;txYdOr>iv9r0} z83-dBb;a|j`91(8*QMmTG@DH=JIDQh!hjG09FS5XrGKR8I9KZ(A0?ZDisxx#D*D+% z0VyS)H#fCjrkVl3&gOpJROmN4U}tkY9eU2%>9RI1rDV2H&^nf7F_X_TFfb6gD~^wP zuYvGKYQB$@63enMO_Pm!osD`O(=@Rx3n?Wv->2ldu~|*UY}Eju=s0vb9RPwL&@2Q& zpqVH-4u7Mgqcoe%WV*o4=0;R+*L 3da%2k|9^lG0^7F9WHMS7W=BoQPz~JO+1@(q zDFqXgQ{C_EM)C`=Qmsb%eW_dy?*LT;7I4-R0}rML^*mplU%xi;s}QFPOm2ZV#*>_c z06ab$=f(Lh7<=+8B5Qp8a^-m _qqVTzTKhKY8e3ObULzTTdkInPNxkuvM 3t^zkSB23G(St~uaB#sB~S07*qoM6N<$g7=GDvH$=8 diff --git a/Resources/Textures/Objects/Specific/Chapel/mysteryofthedruids.rsi/inhand-left.png b/Resources/Textures/Objects/Specific/Chapel/mysteryofthedruids.rsi/inhand-left.png index 4be96c20708ae8c27935918c37a6dd1f9e314b89..f27ffd7038ef853dc3024beaac17f91b4ce9d3ff 100644 GIT binary patch delta 937 zcmV;a16KUu7rqCOBYy#YX+uL$Nkc;*aB^>EX>4Tx04R}tkvT{MQ4~ebOw@=Pf*3@^ zVhXiV5EZf1C c z!(vwBzCX)nY&bed3NWQ-?How!z{F-QD|inG=t ?QO8;x>q*-Lc^v3BOv?Z{T46(QL9m(5>(zIP4Ldfh vQ|Jr+=E?5B-^Pc&kZOqW}N_`$ OT>1bk3$j!C9!1 z;LycIh#(as#KeS?J2>vVJfB0GAX0=TKcWZU&vwg~cRzUV4etvO5fKp)5fKp)UD`o& z&;0HCe}866gt%8NJblnGUvFJQKkA{LdT?7c(`k2=L_W@kdVBL8c0P>o_+>{dS7ZR4 zc2}iMZ4iA#G){2rPY|6Z64AK-@UGePONhn^`sks5T_kp)AQ5uV+%xsmgAOVH06i^Z z7Hp%@s;#sY8m*d{1>4Zm@>y (mb@S`fPd%D-l~&X6*{)D;p{*sF7~%}vFaA+ zw7Y75YZp3k&vIiMC$p-=k{3h<005aYgt9E?(4bgya1;(ia*x6RiX{g+G*Fg>%o&R0 z&WQ~`7gM-?3|KY_O2G)-1I7Rar2xx@>&MW=R3`YG$RP*-pL*jT)jL<5$q)uVGsIDp zNq^*yzYI(qg~})!UKyCYPjYj`5)ly*5fKp)5fKp)txU3iAoeu2PV+v(lf%Q62O;(} zwobqI5mqJEv{ zg`j%5#`P=LfpKBoR77;00000 LNkvXXu0mjf3XrSx literal 3041 zcmeHJYgAKL7Tz}x^5CIJqKJqh5J6PRLqSC%kO;v+4blp=yo`d6iUNxGzzb-#P%Xt5 z*f15rSF0j|h;4^PKv6)9wN?dcL8_vTAc!Uel6&S{t<~vrtr_RX{OZp7?%ijfopbj0 z-F BfTDsX<+q%88p>tr)rE6jm zV}M~!FwF^c9!B9h*~ANbNrfiLWU-AnTpr&TCzKBctQ3>MVzSvR7M@MT^T0A^53zOi zHL{S$aK o;%tWb3w1GqZN?+P!CQZr;8x3yTgO zI(+2l*WZ+uoi0C9arWEqs%y?)sJ(cpuKwCj*MGio^Hx*yo%Y}E-n-xN;Nhd5r@haf zYqWj3ewr7}^Oe11_9tHEm=}Y^VzM|iFM_d_CT`AR+qxPJ@s)F85-i5JrE>*-IR{Qv z@$B3~x`hi9f8-Cf_qgNGLsNUf?7t(H@jo&9gV<|c&0xYL@WW%8gBWyFmSX|qFZ@Y^ zC+Zq+@^Tac2i3sT4t?;Q{e1zO8mL@NwwTnHHC4n ndwtu`Ye_8eHx_!Il(j`j-aw!Pr2P5EaGl wNlq*S{B=Q;xd<^6cd^la^P^@%vEtGh~L6OQqwiDKna;ei6VQ~+-Q@r=~WF?b@l zDDHoLAA#_MPlF++x9fIC@