From cf1fef4102561e23ad7593511c7436c4d3b73797 Mon Sep 17 00:00:00 2001 From: Fansana Date: Sat, 27 Jul 2024 10:32:27 +0200 Subject: [PATCH 01/10] remove felinid ability to understand and speak solcommon --- .../Prototypes/Nyanotrasen/Entities/Mobs/Species/felinid.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/Resources/Prototypes/Nyanotrasen/Entities/Mobs/Species/felinid.yml b/Resources/Prototypes/Nyanotrasen/Entities/Mobs/Species/felinid.yml index 285c7340b21..a2c4175706c 100644 --- a/Resources/Prototypes/Nyanotrasen/Entities/Mobs/Species/felinid.yml +++ b/Resources/Prototypes/Nyanotrasen/Entities/Mobs/Species/felinid.yml @@ -68,11 +68,9 @@ - type: LanguageKnowledge speaks: - GalacticCommon - - SolCommon - Nekomimetic understands: - GalacticCommon - - SolCommon - Nekomimetic - type: Thieving ignoreStripHidden: true From e2644bc37507d702ff830feb21745a5c53bcd64b Mon Sep 17 00:00:00 2001 From: FloofStation Changelogs <175611579+Floof-Station-Bot@users.noreply.github.com> Date: Sat, 27 Jul 2024 08:35:15 +0000 Subject: [PATCH 02/10] Automatic Changelog Update (#67) --- Resources/Changelog/Floof.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Resources/Changelog/Floof.yml b/Resources/Changelog/Floof.yml index 9f99220f65c..a4630421b0f 100644 --- a/Resources/Changelog/Floof.yml +++ b/Resources/Changelog/Floof.yml @@ -229,3 +229,9 @@ Entries: cryopods! id: 33 time: '2024-07-26T01:07:22.0000000+00:00' +- author: Fansana + changes: + - type: Remove + message: ability for felinids to speak sol common + id: 34 + time: '2024-07-27T08:34:31.0000000+00:00' From 839723d8307ba382cd294e3259e6258a19e7eece Mon Sep 17 00:00:00 2001 From: Fansana Date: Sat, 27 Jul 2024 10:40:56 +0200 Subject: [PATCH 03/10] remove thiefing from felinids --- .../Prototypes/Nyanotrasen/Entities/Mobs/Species/felinid.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Resources/Prototypes/Nyanotrasen/Entities/Mobs/Species/felinid.yml b/Resources/Prototypes/Nyanotrasen/Entities/Mobs/Species/felinid.yml index 285c7340b21..f032c527f19 100644 --- a/Resources/Prototypes/Nyanotrasen/Entities/Mobs/Species/felinid.yml +++ b/Resources/Prototypes/Nyanotrasen/Entities/Mobs/Species/felinid.yml @@ -74,11 +74,6 @@ - GalacticCommon - SolCommon - Nekomimetic - - type: Thieving - ignoreStripHidden: true - stealth: Subtle - stripTimeReduction: 0 - stripTimeMultiplier: 0.667 - type: entity save: false From 95c1cd6c1850ace04fdd1337a626fa1faf05f0d0 Mon Sep 17 00:00:00 2001 From: FloofStation Changelogs <175611579+Floof-Station-Bot@users.noreply.github.com> Date: Sat, 27 Jul 2024 08:42:02 +0000 Subject: [PATCH 04/10] Automatic Changelog Update (#68) --- Resources/Changelog/Floof.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Resources/Changelog/Floof.yml b/Resources/Changelog/Floof.yml index a4630421b0f..0d70c64d462 100644 --- a/Resources/Changelog/Floof.yml +++ b/Resources/Changelog/Floof.yml @@ -235,3 +235,9 @@ Entries: message: ability for felinids to speak sol common id: 34 time: '2024-07-27T08:34:31.0000000+00:00' +- author: Fansana + changes: + - type: Remove + message: thieving from felinids + id: 35 + time: '2024-07-27T08:41:38.0000000+00:00' From f7cd44b81371e39b44f69ac2b9314d9ee51e3483 Mon Sep 17 00:00:00 2001 From: Fansana Date: Sat, 27 Jul 2024 10:49:57 +0200 Subject: [PATCH 05/10] add trait back to felinids --- Resources/Prototypes/Traits/skills.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Resources/Prototypes/Traits/skills.yml b/Resources/Prototypes/Traits/skills.yml index 988307f58e4..250696c1a88 100644 --- a/Resources/Prototypes/Traits/skills.yml +++ b/Resources/Prototypes/Traits/skills.yml @@ -15,7 +15,7 @@ components: - type: LightweightDrunk boozeStrengthMultiplier: 0.5 - + - type: trait id: Thieving category: Physical @@ -26,7 +26,3 @@ stealth: Subtle stripTimeReduction: 0 stripTimeMultiplier: 0.667 - requirements: - - !type:CharacterSpeciesRequirement - inverted: true - species: Felinid From 21868dad651801328e0b7208595d5cc65358b29f Mon Sep 17 00:00:00 2001 From: FloofStation Changelogs <175611579+Floof-Station-Bot@users.noreply.github.com> Date: Sat, 27 Jul 2024 08:51:35 +0000 Subject: [PATCH 06/10] Automatic Changelog Update (#69) --- Resources/Changelog/Floof.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Resources/Changelog/Floof.yml b/Resources/Changelog/Floof.yml index 0d70c64d462..b71bb12fe7f 100644 --- a/Resources/Changelog/Floof.yml +++ b/Resources/Changelog/Floof.yml @@ -241,3 +241,9 @@ Entries: message: thieving from felinids id: 35 time: '2024-07-27T08:41:38.0000000+00:00' +- author: Fansana + changes: + - type: Add + message: add thieving trait back to felinids + id: 36 + time: '2024-07-27T08:51:07.0000000+00:00' From 87a6d056b5ae542ca743e94454085205c2ec1b51 Mon Sep 17 00:00:00 2001 From: Fansana Date: Sat, 27 Jul 2024 11:00:06 +0200 Subject: [PATCH 07/10] remove species requirement for n2 tanks --- .../Entities/Objects/Tools/tools.yml | 2 ++ Resources/Prototypes/Loadouts/species.yml | 35 ------------------- 2 files changed, 2 insertions(+), 35 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Tools/tools.yml b/Resources/Prototypes/Entities/Objects/Tools/tools.yml index 04afa1a3778..e38d666e961 100644 --- a/Resources/Prototypes/Entities/Objects/Tools/tools.yml +++ b/Resources/Prototypes/Entities/Objects/Tools/tools.yml @@ -10,6 +10,8 @@ sound: /Audio/SimpleStation14/Items/Handling/wirecutter_drop.ogg - type: EmitSoundOnLand sound: + params: + volume: -10 path: /Audio/Items/wirecutter_drop.ogg - type: Tag tags: diff --git a/Resources/Prototypes/Loadouts/species.yml b/Resources/Prototypes/Loadouts/species.yml index 1d2fb58dc0a..e69de29bb2d 100644 --- a/Resources/Prototypes/Loadouts/species.yml +++ b/Resources/Prototypes/Loadouts/species.yml @@ -1,35 +0,0 @@ -- type: loadout - id: LoadoutSpeciesEmergencyNitrogenTank - category: Species - cost: 0 - requirements: - - !type:CharacterSpeciesRequirement - species: SlimePerson - - !type:CharacterSpeciesRequirement - species: Vox - items: - - EmergencyNitrogenTankFilled - -- type: loadout - id: LoadoutSpeciesExtendedEmergencyNitrogenTank - category: Species - cost: 1 - requirements: - - !type:CharacterSpeciesRequirement - species: SlimePerson - - !type:CharacterSpeciesRequirement - species: Vox - items: - - ExtendedEmergencyNitrogenTankFilled - -- type: loadout - id: LoadoutSpeciesDoubleEmergencyNitrogenTank - category: Species - cost: 3 - requirements: - - !type:CharacterSpeciesRequirement - species: SlimePerson - - !type:CharacterSpeciesRequirement - species: Vox - items: - - DoubleEmergencyNitrogenTankFilled From 4822c7a5adc07625fefd9df7a9ab245def493b46 Mon Sep 17 00:00:00 2001 From: Fansana Date: Sat, 27 Jul 2024 11:00:46 +0200 Subject: [PATCH 08/10] fix last commit --- Resources/Prototypes/Loadouts/items.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/Resources/Prototypes/Loadouts/items.yml b/Resources/Prototypes/Loadouts/items.yml index 072061d2e28..bd81ae548b5 100644 --- a/Resources/Prototypes/Loadouts/items.yml +++ b/Resources/Prototypes/Loadouts/items.yml @@ -204,3 +204,24 @@ cost: 3 items: - SolCommonTranslator + - +- type: loadout + id: LoadoutEmergencyNitrogenTank + category: Items + cost: 1 + items: + - EmergencyNitrogenTankFilled + +- type: loadout + id: LoadoutExtendedEmergencyNitrogenTank + category: Items + cost: 2 + items: + - ExtendedEmergencyNitrogenTankFilled + +- type: loadout + id: LoadoutDoubleEmergencyNitrogenTank + category: Items + cost: 3 + items: + - DoubleEmergencyNitrogenTankFilled From 5c5bb5387e79885a92c3c6855218c22221a54b34 Mon Sep 17 00:00:00 2001 From: Fansana Date: Sat, 27 Jul 2024 11:01:59 +0200 Subject: [PATCH 09/10] fix last last commit --- Resources/Prototypes/Entities/Objects/Tools/tools.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Tools/tools.yml b/Resources/Prototypes/Entities/Objects/Tools/tools.yml index e38d666e961..04afa1a3778 100644 --- a/Resources/Prototypes/Entities/Objects/Tools/tools.yml +++ b/Resources/Prototypes/Entities/Objects/Tools/tools.yml @@ -10,8 +10,6 @@ sound: /Audio/SimpleStation14/Items/Handling/wirecutter_drop.ogg - type: EmitSoundOnLand sound: - params: - volume: -10 path: /Audio/Items/wirecutter_drop.ogg - type: Tag tags: From 5833e6ebf051dfa557c19cfaa0c3cad7264c9834 Mon Sep 17 00:00:00 2001 From: FloofStation Changelogs <175611579+Floof-Station-Bot@users.noreply.github.com> Date: Sat, 27 Jul 2024 09:04:24 +0000 Subject: [PATCH 10/10] Automatic Changelog Update (#70) --- Resources/Changelog/Floof.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Resources/Changelog/Floof.yml b/Resources/Changelog/Floof.yml index b71bb12fe7f..a2f54aa2bf2 100644 --- a/Resources/Changelog/Floof.yml +++ b/Resources/Changelog/Floof.yml @@ -247,3 +247,9 @@ Entries: message: add thieving trait back to felinids id: 36 time: '2024-07-27T08:51:07.0000000+00:00' +- author: Fansana + changes: + - type: Add + message: N2 are available for everybody now + id: 37 + time: '2024-07-27T09:03:57.0000000+00:00'