diff --git a/asma/res/data/default_config_metadata.json b/asma/res/data/default_config_metadata.json index abf8763..9a2e39d 100644 --- a/asma/res/data/default_config_metadata.json +++ b/asma/res/data/default_config_metadata.json @@ -11,6 +11,10 @@ "display_name": "Scorched Earth", "value": "ScorchedEarth_WP" }, + { + "display_name": "The Center", + "value": "TheCenter_WP" + }, { "display_name": "(Mod) Svartalfheim", "value": "Svartalfheim_WP" @@ -1236,6 +1240,26 @@ } } }, + { + "name": "DinoCountMultiplier", + "location": { + "IniOption": [ + "GameUserSettings", + "ServerSettings" + ] + }, + "is_autogenerated": false, + "description": "Specifies the scaling factor for creature spawns. Higher values increase the number of creatures spawned throughout the ARK.", + "value_type": { + "quantity": "Scalar", + "base_type": "Float" + }, + "default_value": { + "Scalar": { + "Float": 1.0 + } + } + }, { "name": "DinoDamageMultiplier", "location": { @@ -2878,6 +2902,26 @@ } } }, + { + "name": "MaxTrainCars", + "location": { + "IniOption": [ + "GameUserSettings", + "ServerSettings" + ] + }, + "is_autogenerated": false, + "description": "Defines the maximum amount of carts a train cave have.", + "value_type": { + "quantity": "Scalar", + "base_type": "Integer" + }, + "default_value": { + "Scalar": { + "Integer": 8 + } + } + }, { "name": "SessionName", "location": { @@ -4063,7 +4107,7 @@ "name": "Multiplier", "value_type": { "quantity": "Scalar", - "base_type": "String" + "base_type": "Float" } } ] @@ -4097,7 +4141,7 @@ "name": "Multiplier", "value_type": { "quantity": "Scalar", - "base_type": "String" + "base_type": "Float" } } ] @@ -4642,7 +4686,7 @@ "name": "Multiplier", "value_type": { "quantity": "Scalar", - "base_type": "String" + "base_type": "Float" } } ]