From 75191c50e4032afeae0ffe5126a52f58d6890d63 Mon Sep 17 00:00:00 2001 From: bzzzbzzbz Date: Wed, 5 Aug 2026 01:11:46 +0700 Subject: [PATCH 1/9] =?UTF-8?q?=D0=BF=D1=80=D0=BE=D0=B4=D0=BE=D0=BB=D0=B6?= =?UTF-8?q?=D0=B8=D1=82=D0=B5=D0=BB=D1=8C=D0=BD=D0=BE=D1=81=D1=82=D1=8C=20?= =?UTF-8?q?=D0=B6=D0=B8=D0=B7=D0=BD=D0=B8=20=D0=BA=D1=81=D0=B5=D0=BD=D0=BE?= =?UTF-8?q?=20=D0=B8=20=D0=B4=D0=B2=D0=B0=D1=80=D1=84=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Resources/Prototypes/_Arcane/Species/humanoid_xeno.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Resources/Prototypes/_Arcane/Species/humanoid_xeno.yml b/Resources/Prototypes/_Arcane/Species/humanoid_xeno.yml index 37b28fa4e7c..64ad2acf906 100644 --- a/Resources/Prototypes/_Arcane/Species/humanoid_xeno.yml +++ b/Resources/Prototypes/_Arcane/Species/humanoid_xeno.yml @@ -13,6 +13,10 @@ sexes: [Unsexed, Male, Female, Futanari] category: Unusual description: "/ServerInfo/_Arcane/SpeciesDescriptions/HumanoidXeno.xml" + minAge: 18 + maxAge: 10000 + youngAge: 1000 + oldAge: 7000 minHeight: 0.90 defaultHeight: 1 maxHeight: 1.20 From d3c3d7bd5e4493706db13dcbececf66bd18a2133 Mon Sep 17 00:00:00 2001 From: bzzzbzzbz Date: Wed, 5 Aug 2026 01:18:36 +0700 Subject: [PATCH 2/9] =?UTF-8?q?=D0=B8=20=D0=B2=D0=BE=D0=B7=D1=80=D0=B0?= =?UTF-8?q?=D1=81=D1=82=20=D0=BA=D0=BF=D0=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Resources/Prototypes/Species/dwarf.yml | 4 ++++ Resources/Prototypes/_EinsteinEngines/Species/ipc.yml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/Resources/Prototypes/Species/dwarf.yml b/Resources/Prototypes/Species/dwarf.yml index 23c28c75b34..a31cd2ac6d3 100644 --- a/Resources/Prototypes/Species/dwarf.yml +++ b/Resources/Prototypes/Species/dwarf.yml @@ -12,6 +12,10 @@ # Orion-Start category: Unusual description: "/ServerInfo/_Orion/SpeciesDescriptions/Dwarf.xml" + minAge: 18 + maxAge: 500 + youngAge: 150 + oldAge: 300 pros: - Обладают врождённой чувствительностью к наличию рудоносных жил в радиусе 3х метров. - Этанол лечит на 0.66 уколов и ушибов и на 0.68 порезов, при наличии менее 5 единиц в организме. diff --git a/Resources/Prototypes/_EinsteinEngines/Species/ipc.yml b/Resources/Prototypes/_EinsteinEngines/Species/ipc.yml index 0ab26c45d86..0bcdc02c209 100644 --- a/Resources/Prototypes/_EinsteinEngines/Species/ipc.yml +++ b/Resources/Prototypes/_EinsteinEngines/Species/ipc.yml @@ -22,6 +22,10 @@ # Orion-Start category: Unusual description: "/ServerInfo/_Orion/SpeciesDescriptions/IPC.xml" + minAge: 0 + maxAge: 120 + youngAge: 30 + oldAge: 60 pros: - Имеют встроенный радио-модуль, позволяющий использовать ключи вне гарнитуры. - Могут воспроизводить MIDI музыку своими динамиками. From cf2ac83ec1466df2183e4e6e2b4e593ba7785b21 Mon Sep 17 00:00:00 2001 From: bzzzbzzbz Date: Wed, 5 Aug 2026 01:19:38 +0700 Subject: [PATCH 3/9] =?UTF-8?q?=D1=81=D0=BD=D0=B8=D0=B7=D0=B8=D0=BB=20?= =?UTF-8?q?=D0=B2=D0=BE=D0=B7=D1=80=D0=B0=D1=81=D1=82=20=D0=BA=D1=81=D0=B5?= =?UTF-8?q?=D0=BD=D0=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Resources/Prototypes/_Arcane/Species/humanoid_xeno.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Resources/Prototypes/_Arcane/Species/humanoid_xeno.yml b/Resources/Prototypes/_Arcane/Species/humanoid_xeno.yml index 64ad2acf906..b43a58745d3 100644 --- a/Resources/Prototypes/_Arcane/Species/humanoid_xeno.yml +++ b/Resources/Prototypes/_Arcane/Species/humanoid_xeno.yml @@ -14,9 +14,9 @@ category: Unusual description: "/ServerInfo/_Arcane/SpeciesDescriptions/HumanoidXeno.xml" minAge: 18 - maxAge: 10000 - youngAge: 1000 - oldAge: 7000 + maxAge: 1000 + youngAge: 300 + oldAge: 600 minHeight: 0.90 defaultHeight: 1 maxHeight: 1.20 From 9460aefd8b67819bf9612e6535bdb74093b088c0 Mon Sep 17 00:00:00 2001 From: bzzzbzzbz Date: Wed, 5 Aug 2026 01:39:55 +0700 Subject: [PATCH 4/9] =?UTF-8?q?=D1=81=D0=BD=D0=BE=D0=B2=D0=B0=20=D0=B2?= =?UTF-8?q?=D0=BE=D0=B7=D1=80=D0=B0=D1=81=D1=82=20=D0=BA=D0=BF=D0=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Resources/Prototypes/_EinsteinEngines/Species/ipc.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Resources/Prototypes/_EinsteinEngines/Species/ipc.yml b/Resources/Prototypes/_EinsteinEngines/Species/ipc.yml index 0bcdc02c209..aa4a074e58a 100644 --- a/Resources/Prototypes/_EinsteinEngines/Species/ipc.yml +++ b/Resources/Prototypes/_EinsteinEngines/Species/ipc.yml @@ -9,7 +9,7 @@ markingLimits: MobIPCMarkingLimits dollPrototype: MobIPCDummy skinColoration: Hues - minAge: 1 + minAge: 18 # Arcane-edit: 1 > 18 maxAge: 1000 # Arcane-Edit: 240 > 1000 oldAge: 700 # Arcane-Edit: 50 > 700 youngAge: 350 # Arcane-Edit: 50 > 350 @@ -22,10 +22,6 @@ # Orion-Start category: Unusual description: "/ServerInfo/_Orion/SpeciesDescriptions/IPC.xml" - minAge: 0 - maxAge: 120 - youngAge: 30 - oldAge: 60 pros: - Имеют встроенный радио-модуль, позволяющий использовать ключи вне гарнитуры. - Могут воспроизводить MIDI музыку своими динамиками. From 8b29bfe91dfb3959df9b6d139e6b73662317d8b4 Mon Sep 17 00:00:00 2001 From: bzzzbzzbz Date: Thu, 6 Aug 2026 00:08:22 +0700 Subject: [PATCH 5/9] =?UTF-8?q?=D1=83=D1=80=D0=B5=D0=B7=D0=B0=D0=BB=20?= =?UTF-8?q?=D0=BF=D1=80=D0=BE=D0=B4=D0=BE=D0=BB=D0=B6=D0=B8=D1=82=D0=B5?= =?UTF-8?q?=D0=BB=D1=8C=D0=BD=D0=BE=D1=81=D1=82=D1=8C=20=D0=B6=D0=B8=D0=B7?= =?UTF-8?q?=D0=BD=D0=B8=20=D0=B4=D0=B2=D0=BE=D1=80=D1=84=D0=BE=D0=B2=20?= =?UTF-8?q?=D0=B4=D0=BE=20400?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Resources/Prototypes/Species/dwarf.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Resources/Prototypes/Species/dwarf.yml b/Resources/Prototypes/Species/dwarf.yml index a31cd2ac6d3..ab81eb4d655 100644 --- a/Resources/Prototypes/Species/dwarf.yml +++ b/Resources/Prototypes/Species/dwarf.yml @@ -13,9 +13,9 @@ category: Unusual description: "/ServerInfo/_Orion/SpeciesDescriptions/Dwarf.xml" minAge: 18 - maxAge: 500 - youngAge: 150 - oldAge: 300 + maxAge: 400 + youngAge: 120 + oldAge: 240 pros: - Обладают врождённой чувствительностью к наличию рудоносных жил в радиусе 3х метров. - Этанол лечит на 0.66 уколов и ушибов и на 0.68 порезов, при наличии менее 5 единиц в организме. From ba4b28c9d5bb256aca2b65122095d00124392407 Mon Sep 17 00:00:00 2001 From: bzzzbzzbz Date: Sat, 8 Aug 2026 19:19:38 +0700 Subject: [PATCH 6/9] =?UTF-8?q?=D0=BF=D0=BE=D0=BC=D0=B5=D1=82=D0=BA=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Resources/Prototypes/_EinsteinEngines/Species/ipc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/_EinsteinEngines/Species/ipc.yml b/Resources/Prototypes/_EinsteinEngines/Species/ipc.yml index aa4a074e58a..f9ff75eeefc 100644 --- a/Resources/Prototypes/_EinsteinEngines/Species/ipc.yml +++ b/Resources/Prototypes/_EinsteinEngines/Species/ipc.yml @@ -9,7 +9,7 @@ markingLimits: MobIPCMarkingLimits dollPrototype: MobIPCDummy skinColoration: Hues - minAge: 18 # Arcane-edit: 1 > 18 + minAge: 18 # Arcane-edit: 1 > 18 // Arcane-Edit maxAge: 1000 # Arcane-Edit: 240 > 1000 oldAge: 700 # Arcane-Edit: 50 > 700 youngAge: 350 # Arcane-Edit: 50 > 350 From 36308cfe9f5a6250e0914ab765b6ede0b087e076 Mon Sep 17 00:00:00 2001 From: bzzzbzzbz Date: Sat, 8 Aug 2026 19:21:18 +0700 Subject: [PATCH 7/9] =?UTF-8?q?=D1=8B=20=D0=BD=D0=B5=20=D1=82=D0=B0=D0=BC?= =?UTF-8?q?=20=D0=BF=D0=BE=D1=81=D1=82=D0=B0=D0=B2=D0=B8=D0=BB=20=D0=BC?= =?UTF-8?q?=D0=B5=D1=82=D0=BA=D1=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Resources/Prototypes/_EinsteinEngines/Species/ipc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/_EinsteinEngines/Species/ipc.yml b/Resources/Prototypes/_EinsteinEngines/Species/ipc.yml index f9ff75eeefc..aa4a074e58a 100644 --- a/Resources/Prototypes/_EinsteinEngines/Species/ipc.yml +++ b/Resources/Prototypes/_EinsteinEngines/Species/ipc.yml @@ -9,7 +9,7 @@ markingLimits: MobIPCMarkingLimits dollPrototype: MobIPCDummy skinColoration: Hues - minAge: 18 # Arcane-edit: 1 > 18 // Arcane-Edit + minAge: 18 # Arcane-edit: 1 > 18 maxAge: 1000 # Arcane-Edit: 240 > 1000 oldAge: 700 # Arcane-Edit: 50 > 700 youngAge: 350 # Arcane-Edit: 50 > 350 From e3edc085bac97bca2474a122fa1be4fc09330009 Mon Sep 17 00:00:00 2001 From: bzzzbzzbz Date: Sat, 8 Aug 2026 19:22:32 +0700 Subject: [PATCH 8/9] =?UTF-8?q?=D1=81=D0=BD=D0=BE=D0=B2=D0=B0=20=D1=84?= =?UTF-8?q?=D0=B8=D0=BA=D1=81=20=D0=BC=D0=B5=D1=82=D0=BE=D0=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Resources/Prototypes/Species/dwarf.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Resources/Prototypes/Species/dwarf.yml b/Resources/Prototypes/Species/dwarf.yml index ab81eb4d655..20cca9a038f 100644 --- a/Resources/Prototypes/Species/dwarf.yml +++ b/Resources/Prototypes/Species/dwarf.yml @@ -13,9 +13,11 @@ category: Unusual description: "/ServerInfo/_Orion/SpeciesDescriptions/Dwarf.xml" minAge: 18 + # Arcane-Start maxAge: 400 youngAge: 120 oldAge: 240 + # Arcane-End pros: - Обладают врождённой чувствительностью к наличию рудоносных жил в радиусе 3х метров. - Этанол лечит на 0.66 уколов и ушибов и на 0.68 порезов, при наличии менее 5 единиц в организме. From 964916a636b97aa52b793462ec6a3e25fb14690c Mon Sep 17 00:00:00 2001 From: bzzzbzzbz Date: Mon, 10 Aug 2026 14:43:18 +0700 Subject: [PATCH 9/9] =?UTF-8?q?=D0=BF=D0=BE=D0=B4=D0=BD=D1=8F=D0=BB=20?= =?UTF-8?q?=D0=BF=D0=BE=D0=BC=D0=B5=D1=82=D0=BA=D1=83=20=D1=83=20=D0=B4?= =?UTF-8?q?=D0=B2=D0=B0=D1=80=D1=84=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Resources/Prototypes/Species/dwarf.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/Species/dwarf.yml b/Resources/Prototypes/Species/dwarf.yml index 20cca9a038f..0073165550d 100644 --- a/Resources/Prototypes/Species/dwarf.yml +++ b/Resources/Prototypes/Species/dwarf.yml @@ -12,8 +12,8 @@ # Orion-Start category: Unusual description: "/ServerInfo/_Orion/SpeciesDescriptions/Dwarf.xml" - minAge: 18 # Arcane-Start + minAge: 18 maxAge: 400 youngAge: 120 oldAge: 240