More base coverage rearrangement
This commit is contained in:
@@ -1 +1 @@
|
|||||||
{presets:{windsweptIslands:97,stainedMountains:223,weatheredChannels:166,craters:219,extractionOutpost:213,coastline:164,navalFortress:165,frontier:86,groundZero:170,mycelialBastion:143,facility32m:65,atolls:75,overgrowth:142,testingGrounds:169,frozenForest:64,saltFlats:98,taintedWoods:145,infestedCanyons:85,desolateRift:271,nuclearComplex:228,ruinousShores:41,planetaryTerminal:217,impact0078:266,seaPort:214,geothermalStronghold:264,cruxscape:54,fungalPass:221,tarFields:99,biomassFacility:23},attackSectors:[0,5,6,11,12,13,16,19,24,25,26,27,30,33,36,42,43,44,46,47,48,49,51,57,59,60,66,68,69,70,71,76,78,82,89,90,103,106,110,114,115,121,127,128,129,133,138,149,154,158,180,187,200,202,204,210,224,233,236,243,245,246,247,248,250,252,254,255,257,259,265]}
|
{presets:{windsweptIslands:97,stainedMountains:223,weatheredChannels:166,craters:219,extractionOutpost:213,coastline:164,navalFortress:165,frontier:86,groundZero:170,mycelialBastion:143,facility32m:65,atolls:75,overgrowth:142,testingGrounds:169,frozenForest:64,saltFlats:98,taintedWoods:145,infestedCanyons:85,desolateRift:271,nuclearComplex:228,ruinousShores:41,planetaryTerminal:217,impact0078:266,seaPort:214,geothermalStronghold:264,cruxscape:54,fungalPass:221,tarFields:99,biomassFacility:23},attackSectors:[0,6,13,16,19,24,25,27,30,36,49,51,59,60,66,67,68,69,70,76,87,103,114,133,138,150,154,157,180,184,191,192,200,204,224,233,237,242,243,244,245,246,247,248,251,254,257,259,263,265]}
|
||||||
@@ -665,10 +665,11 @@ public class PlanetDialog extends BaseDialog implements PlanetInterfaceRenderer{
|
|||||||
data.presets.put(sector.preset.name, sector.id);
|
data.presets.put(sector.preset.name, sector.id);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Log.info("Saving sectors for @: @ presets, @ procedural attack sectors", state.planet.name, data.presets.size, attack.size);
|
||||||
data.attackSectors = attack.toArray();
|
data.attackSectors = attack.toArray();
|
||||||
files.local("planets/" + state.planet.name + ".json").writeString(JsonIO.write(data));
|
files.local("planets/" + state.planet.name + ".json").writeString(JsonIO.write(data));
|
||||||
|
|
||||||
Vars.ui.showInfoFade("@editor.saved");
|
ui.showInfoFade("@editor.saved");
|
||||||
}catch(Exception e){
|
}catch(Exception e){
|
||||||
Log.err(e);
|
Log.err(e);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user