Unstable 0.15.15.0 (and the one before it I forgor)
This commit is contained in:
@@ -78,6 +78,7 @@
|
||||
<Character file="Content/Characters/Crawler/Crawler.xml" />
|
||||
<Character file="Content/Characters/Crawlerhusk/Crawlerhusk.xml" />
|
||||
<Character file="Content/Characters/Endworm/Endworm.xml" />
|
||||
<Character file="Content/Characters/Variants/Doomworm.xml" />
|
||||
<Character file="Content/Characters/Fractalguardian/Fractalguardian.xml" />
|
||||
<Character file="Content/Characters/Fractalguardian2/Fractalguardian2.xml" />
|
||||
<Character file="Content/Characters/Swarmfeeder/Swarmfeeder.xml" />
|
||||
@@ -204,7 +205,8 @@
|
||||
<LevelObjectPrefabs file="Content/Map/Biomes/Common/CommonLevelObjects.xml" />
|
||||
<Particles file="Content/Particles/ParticlePrefabs.xml" />
|
||||
<Decals file="Content/Particles/DecalPrefabs.xml" />
|
||||
<RandomEvents file="Content/randomevents.xml" />
|
||||
<RandomEvents file="Content/randomevents_lineardifficulty.xml" />
|
||||
<RandomEvents file="Content/randomevents_campaign.xml" />
|
||||
<RandomEvents file="Content/OutpostEvents.xml" />
|
||||
<EventManagerSettings file="Content/EventManagerSettings.xml" />
|
||||
<LocationTypes file="Content/Map/locationTypes.xml" />
|
||||
|
||||
@@ -25,7 +25,10 @@
|
||||
resetkarmabetweenrounds="true"
|
||||
dangerousitemstealkarmadecrease="15"
|
||||
dangerousitemstealbots="false"
|
||||
ballastflorakarmaincrease="0.05" />
|
||||
ballastflorakarmaincrease="0.05"
|
||||
dangerousitemcontainkarmadecrease="5.0"
|
||||
isdangerousitemcontainkarmadecreaseincremental="true"
|
||||
maxdangerousitemcontainkarmadecrease="30" />
|
||||
<Preset
|
||||
name="Strict"
|
||||
karmadecay="0.08"
|
||||
@@ -51,7 +54,10 @@
|
||||
resetkarmabetweenrounds="true"
|
||||
dangerousitemstealkarmadecrease="15"
|
||||
dangerousitemstealbots="true"
|
||||
ballastflorakarmaincrease="0.03" />
|
||||
ballastflorakarmaincrease="0.03"
|
||||
dangerousitemcontainkarmadecrease="5.0"
|
||||
isdangerousitemcontainkarmadecreaseincremental="true"
|
||||
maxdangerousitemcontainkarmadecrease="30" />
|
||||
<Preset
|
||||
name="Custom"
|
||||
karmadecay="0.08"
|
||||
@@ -77,5 +83,8 @@
|
||||
resetkarmabetweenrounds="true"
|
||||
dangerousitemstealkarmadecrease="15"
|
||||
dangerousitemstealbots="false"
|
||||
ballastflorakarmaincrease="0.05" />
|
||||
ballastflorakarmaincrease="0.05"
|
||||
dangerousitemcontainkarmadecrease="5.0"
|
||||
isdangerousitemcontainkarmadecreaseincremental="true"
|
||||
maxdangerousitemcontainkarmadecrease="30" />
|
||||
</KarmaManager>
|
||||
Reference in New Issue
Block a user