From 85d5938788d73f383cd140af1b3c119adc7f85ce Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Tue, 22 Mar 2022 17:18:10 -0500 Subject: [PATCH 1/2] Update ExperienceTraits.cfg MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * removed creeping crawler percent bugs '%' as reported by eightiesboi * thank you to eightiesboi! * fixes #84 - [Bug 🐞]: ELxxxSkill Log Spam --- .../SimpleConstruction/Config/ExperienceTraits.cfg | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/GameData/SimpleConstruction/Config/ExperienceTraits.cfg b/GameData/SimpleConstruction/Config/ExperienceTraits.cfg index 8ee27aee..a10510c4 100644 --- a/GameData/SimpleConstruction/Config/ExperienceTraits.cfg +++ b/GameData/SimpleConstruction/Config/ExperienceTraits.cfg @@ -1,13 +1,13 @@ -// ExperienceTraits.cfg v1.0.0.1 +// ExperienceTraits.cfg v1.0.0.2 // SimpleConstruction! (SCON!)! -// created: -// updated: 23 Nov 2021 +// created: 29 Nov 2016 +// updated: 22 Mar 2022 @EXPERIENCE_TRAIT[Pilot] { EFFECT { - %name = ELSurveySkill + name = ELSurveySkill } } @@ -15,9 +15,8 @@ { EFFECT { - %name = ELConstructionSkill + name = ELConstructionSkill } } -// GPLv2 -// zer0Kerbal \ No newline at end of file +// GPLv2 BY zer0Kerbal From 1540a2c130ed327fe7a3397048eea862f6cfc522 Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Tue, 22 Mar 2022 22:24:34 -0500 Subject: [PATCH 2/2] Update [ExperienceTraits.cfg] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # Update * [ExperienceTraits.cfg] * removed creeping crawler percent bugs '%' as reported by eightiesboi * thank you to [eightiesboi](https://forum.kerbalspaceprogram.com/index.php?/profile/133828-eightiesboi/)! * fixes #84 - [Bug 🐞]: ELxxxSkill Log Spam --- .../Config/SimpleConstruction/GrapplingDevice.cfg | 3 +-- .../Config/SimpleConstruction/Launchclamps.cfg | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/GameData/SimpleConstruction/Config/SimpleConstruction/GrapplingDevice.cfg b/GameData/SimpleConstruction/Config/SimpleConstruction/GrapplingDevice.cfg index fec39d24..a16291b9 100644 --- a/GameData/SimpleConstruction/Config/SimpleConstruction/GrapplingDevice.cfg +++ b/GameData/SimpleConstruction/Config/SimpleConstruction/GrapplingDevice.cfg @@ -29,5 +29,4 @@ } } -// GPLv2 -// zer0Kerbal +// GPLv2 BY zer0Kerbal diff --git a/GameData/SimpleConstruction/Config/SimpleConstruction/Launchclamps.cfg b/GameData/SimpleConstruction/Config/SimpleConstruction/Launchclamps.cfg index 4aa0bdfc..7ed3a784 100644 --- a/GameData/SimpleConstruction/Config/SimpleConstruction/Launchclamps.cfg +++ b/GameData/SimpleConstruction/Config/SimpleConstruction/Launchclamps.cfg @@ -24,5 +24,4 @@ -MODULE[FARAeroPartModule] { } } -// GPLv2 -// zer0Kerbal \ No newline at end of file +// GPLv2 BY zer0Kerbal \ No newline at end of file