asm: add new config options

This commit is contained in:
Lacoi 2023-08-09 18:21:19 +02:00
parent 3e5ef04045
commit 6e3a6b9890
23 changed files with 1304 additions and 74 deletions

View file

@ -7,6 +7,7 @@
"NameTag": "Artho",
"IsSpawnable": true,
"IsTameable": "False",
"IsBreedingable": "False",
"ClassName": "Arthro_Character_BP_Corrupt",
"Description": "Corrupted Arthropluera",
"Mod": "Extinction"
@ -15,6 +16,7 @@
"NameTag": "Carno",
"IsSpawnable": true,
"IsTameable": "False",
"IsBreedingable": "False",
"ClassName": "Carno_Character_BP_Corrupt_C",
"Description": "Corrupted Carnotaurus",
"Mod": "Extinction"
@ -23,6 +25,7 @@
"NameTag": "Chalico",
"IsSpawnable": true,
"IsTameable": "False",
"IsBreedingable": "False",
"ClassName": "Chalico_Character_BP_Corrupt_C",
"Description": "Corrupted Chalicotherium",
"Mod": "Extinction"
@ -31,6 +34,7 @@
"NameTag": "Deathworm",
"IsSpawnable": true,
"IsTameable": "False",
"IsBreedingable": "False",
"ClassName": "Deathworm_Character_BP_Corrupt_C",
"Description": "Corrupted Deathworm",
"Mod": "Extinction"
@ -39,6 +43,7 @@
"NameTag": "Dilo",
"IsSpawnable": true,
"IsTameable": "False",
"IsBreedingable": "False",
"ClassName": "Dilo_Character_BP_Corrupt_C",
"Description": "Corrupted Dilophosaur",
"Mod": "Extinction"
@ -47,6 +52,7 @@
"NameTag": "Dimorph",
"IsSpawnable": true,
"IsTameable": "False",
"IsBreedingable": "False",
"ClassName": "Dimorph_Character_BP_Corrupt_C",
"Description": "Corrupted Dimorphodon",
"Mod": "Extinction"
@ -55,6 +61,7 @@
"NameTag": "Gigant",
"IsSpawnable": true,
"IsTameable": "False",
"IsBreedingable": "False",
"ClassName": "Gigant_Character_BP_Corrupt_C",
"Description": "Corrupted Giganotosaurus",
"Mod": "Extinction"
@ -63,6 +70,7 @@
"NameTag": "Xenomorph",
"IsSpawnable": true,
"IsTameable": "False",
"IsBreedingable": "False",
"ClassName": "Xenomorph_Character_BP_Male_Tamed_Corrupt_C",
"Description": "Corrupted Reaper King",
"Mod": "Extinction"
@ -71,6 +79,7 @@
"NameTag": "Paracer",
"IsSpawnable": true,
"IsTameable": "False",
"IsBreedingable": "False",
"ClassName": "Paracer_Character_BP_Corrupt_C",
"Description": "Corrupted Paraceratherium",
"Mod": "Extinction"
@ -79,6 +88,7 @@
"NameTag": "Ptero",
"IsSpawnable": true,
"IsTameable": "False",
"IsBreedingable": "False",
"ClassName": "Ptero_Character_BP_Corrupt_C",
"Description": "Corrupted Pteranodon",
"Mod": "Extinction"
@ -87,6 +97,7 @@
"NameTag": "Raptor",
"IsSpawnable": true,
"IsTameable": "False",
"IsBreedingable": "False",
"ClassName": "Raptor_Character_BP_Corrupt_C",
"Description": "Corrupted Raptor",
"Mod": "Extinction"
@ -95,6 +106,7 @@
"NameTag": "MegaRex",
"IsSpawnable": true,
"IsTameable": "False",
"IsBreedingable": "False",
"ClassName": "MegaRex_Character_BP_Corrupt_C",
"Description": "Enraged Corrupted Rex",
"Mod": "Extinction"
@ -103,6 +115,7 @@
"NameTag": "Rex",
"IsSpawnable": true,
"IsTameable": "False",
"IsBreedingable": "False",
"ClassName": "Rex_Character_BP_Corrupt_C",
"Description": "Corrupted Rex",
"Mod": "Extinction"
@ -111,6 +124,7 @@
"NameTag": "RockDrake",
"IsSpawnable": true,
"IsTameable": "False",
"IsBreedingable": "False",
"ClassName": "RockDrake_Character_BP_Corrupt_C",
"Description": "Corrupted Rock Drake",
"Mod": "Extinction"
@ -119,6 +133,7 @@
"NameTag": "Spino",
"IsSpawnable": true,
"IsTameable": "False",
"IsBreedingable": "False",
"ClassName": "Spino_Character_BP_Corrupt_C",
"Description": "Corrupted Spino",
"Mod": "Extinction"
@ -127,6 +142,7 @@
"NameTag": "Stego",
"IsSpawnable": true,
"IsTameable": "False",
"IsBreedingable": "False",
"ClassName": "Stego_Character_BP_Corrupt_C",
"Description": "Corrupted Stegosaurus",
"Mod": "Extinction"
@ -135,6 +151,7 @@
"NameTag": "MegaTrike",
"IsSpawnable": true,
"IsTameable": "False",
"IsBreedingable": "False",
"ClassName": "MegaTrike_Character_BP_Corrupt_C",
"Description": "Enraged Triceratops",
"Mod": "Extinction"
@ -143,6 +160,7 @@
"NameTag": "Trike",
"IsSpawnable": true,
"IsTameable": "False",
"IsBreedingable": "False",
"ClassName": "Trike_Character_BP_Corrupt_C",
"Description": "Corrupted Triceratops",
"Mod": "Extinction"
@ -151,6 +169,7 @@
"NameTag": "Wyvern",
"IsSpawnable": true,
"IsTameable": "False",
"IsBreedingable": "False",
"ClassName": "Wyvern_Character_BP_Fire_Corrupt_C",
"Description": "Corrupted Wyvern",
"Mod": "Extinction"
@ -159,6 +178,7 @@
"NameTag": "DesertTitan",
"IsSpawnable": false,
"IsTameable": "True",
"IsBreedingable": "False",
"ClassName": "DesertKaiju_Character_BP_C",
"Description": "Desert Titan",
"Mod": "Extinction"
@ -167,6 +187,7 @@
"NameTag": "Enforcer",
"IsSpawnable": true,
"IsTameable": "ByCrafting",
"IsBreedingable": "False",
"ClassName": "Enforcer_Character_BP_C",
"Description": "Enforcer",
"Mod": "Extinction"
@ -175,6 +196,7 @@
"NameTag": "ForestTitan",
"IsSpawnable": false,
"IsTameable": "True",
"IsBreedingable": "False",
"ClassName": "ForestKaiju_Character_BP_C",
"Description": "Forest Titan",
"Mod": "Extinction"
@ -183,6 +205,7 @@
"NameTag": "Gacha",
"IsSpawnable": true,
"IsTameable": "True",
"IsBreedingable": "True",
"ClassName": "Gacha_Character_BP_C",
"Description": "Gacha",
"Mod": "Extinction"
@ -191,6 +214,7 @@
"NameTag": "GasBags",
"IsSpawnable": true,
"IsTameable": "True",
"IsBreedingable": "True",
"ClassName": "GasBags_Character_BP_C",
"Description": "GasBags",
"Mod": "Extinction"
@ -199,6 +223,7 @@
"NameTag": "Managarmr",
"IsSpawnable": true,
"IsTameable": "True",
"IsBreedingable": "True",
"ClassName": "IceJumper_Character_BP_C",
"Description": "Managarmr",
"Mod": "Extinction"
@ -207,6 +232,7 @@
"NameTag": "IceTitan",
"IsSpawnable": false,
"IsTameable": "True",
"IsBreedingable": "False",
"ClassName": "IceKaiju_Character_BP_C",
"Description": "Ice Titan",
"Mod": "Extinction"
@ -215,6 +241,7 @@
"NameTag": null,
"IsSpawnable": false,
"IsTameable": "False",
"IsBreedingable": "False",
"ClassName": "CorruptTumor_Character_BP_C",
"Description": "Corrupt Tumor",
"Mod": "Extinction"
@ -223,6 +250,7 @@
"NameTag": "King Titan",
"IsSpawnable": false,
"IsTameable": "False",
"IsBreedingable": "False",
"ClassName": "KingKaiju_Character_BP_C",
"Description": "King Titan (Gamma)",
"Mod": "Extinction"
@ -231,6 +259,7 @@
"NameTag": "KingTitanAlpha",
"IsSpawnable": false,
"IsTameable": "False",
"IsBreedingable": "False",
"ClassName": "KingKaiju_Character_BP_Alpha_C",
"Description": "King Titan (Alpha)",
"Mod": "Extinction"
@ -239,6 +268,7 @@
"NameTag": "King Titan",
"IsSpawnable": false,
"IsTameable": "False",
"IsBreedingable": "False",
"ClassName": "KingKaiju_Character_BP_Beta_C",
"Description": "King Titan (Beta)",
"Mod": "Extinction"
@ -247,6 +277,7 @@
"NameTag": "MegaMek",
"IsSpawnable": false,
"IsTameable": "ByCrafting",
"IsBreedingable": "False",
"ClassName": "MegaMek_Character_BP_C",
"Description": "Mega Mek",
"Mod": "Extinction"
@ -255,6 +286,7 @@
"NameTag": "Mek",
"IsSpawnable": false,
"IsTameable": "ByCrafting",
"IsBreedingable": "False",
"ClassName": "Mek_Character_BP_C",
"Description": "Mek",
"Mod": "Extinction"
@ -263,6 +295,7 @@
"NameTag": "Owl",
"IsSpawnable": true,
"IsTameable": "True",
"IsBreedingable": "True",
"ClassName": "Owl_Character_BP_C",
"Description": "Snow Owl",
"Mod": "Extinction"
@ -271,6 +304,7 @@
"NameTag": "Scout",
"IsSpawnable": true,
"IsTameable": "ByCrafting",
"IsBreedingable": "False",
"ClassName": "Scout_Character_BP_C",
"Description": "Scout",
"Mod": "Extinction"
@ -279,6 +313,7 @@
"NameTag": "Velonasaur",
"IsSpawnable": true,
"IsTameable": "True",
"IsBreedingable": "True",
"ClassName": "Spindles_Character_BP_C",
"Description": "Velonasaur",
"Mod": "Extinction"
@ -287,6 +322,7 @@
"NameTag": "Defender",
"IsSpawnable": true,
"IsTameable": "False",
"IsBreedingable": "False",
"ClassName": "Defender_Character_BP_C",
"Description": "Defense Unit",
"Mod": "Extinction"