Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 47 additions & 3 deletions asma/res/data/default_config_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -4063,7 +4107,7 @@
"name": "Multiplier",
"value_type": {
"quantity": "Scalar",
"base_type": "String"
"base_type": "Float"
}
}
]
Expand Down Expand Up @@ -4097,7 +4141,7 @@
"name": "Multiplier",
"value_type": {
"quantity": "Scalar",
"base_type": "String"
"base_type": "Float"
}
}
]
Expand Down Expand Up @@ -4642,7 +4686,7 @@
"name": "Multiplier",
"value_type": {
"quantity": "Scalar",
"base_type": "String"
"base_type": "Float"
}
}
]
Expand Down