@Alex
i have downloaded this mod
https://fractalsoftworks.com/forum/index.php?topic=14502.0 and that uses one .skill file in this structure "data\characters\skills" here it points to {"type":"ALL_SHIPS_IN_FLEET", "script":"skillrework.campaign.skills.AdvancedCountermeasures$Level1f"} this gets an error "unknown scoure" when i edit it to fleetlogistics
it also usess a jar file "jars/skillreworks.jar in this arcive are the class file "jars\SkillRework\campaign\skills" that have been edited to his liking.
i have looked @ the skill_data but dont know what i sould do with it as i'm not making a new skill just over writing and existing skill.
see below the error i'm getting
P.S i am using intelliJ to make the jar file flowing a guide on this forum.
9744 [Thread-4] ERROR com.fs.starfarer.combat.CombatMain - java.lang.RuntimeException: Error compiling [ma.campaign.skills.FleetLogistics$Level2]
java.lang.RuntimeException: Error compiling [ma.campaign.skills.FleetLogistics$Level2]
at com.fs.starfarer.loading.scripts.ScriptStore$3.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException: ma.campaign.skills.FleetLogistics$Level2
at org.codehaus.janino.JavaSourceClassLoader.findClass(JavaSourceClassLoader.java:179)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 2 more