Skip to content
Zogniton edited this page Nov 30, 2023 · 1 revision

Welcome to the Ark Survival Ascended MagicTreat MOD wiki!

Spawn commands

cheat gfi PrimalItemConsumable_MagicTreat 1 0 0

Override Crafting costs

Class names:
PrimalItemConsumable_MagicTreat_C

Example (make MagicTreat cost 1 Thatch and 2 Wood):
Place this in Game.ini (!! must be all in 1 line !!)

ConfigOverrideItemCraftingCosts=(ItemClassString="PrimalItemConsumable_MagicTreat_C",BaseCraftingResourceRequirements=((ResourceItemTypeString="PrimalItemResource_Thatch_C",BaseResourceRequirement=1.0,bCraftingRequireExactResourceType=false),(ResourceItemTypeString="PrimalItemResource_Wood_C",BaseResourceRequirement=2.0,bCraftingRequireExactResourceType=false)))  

Config Options

Add the following config options to GameUserSettings.ini, values shown are defaults.

[MagicTreat]
BabyImprintAmount=1
BabyAgeSpeedMultiplier=2
SkipBabyPhase=true
DisableMatingCooldown=true
MutationChance=1
NumberOfMutations=1
PointsPerMutation=2
FemaleBuffDuration=1800

BabyImprintAmount

  • How much imprint to apply, values between 0 and 1
  • ie: 0.8 will apply a 80% imprint

BabyAgeSpeedMultiplier

  • apply a multiplier to baby growth speed
  • this is multiplicative with server growth speed settings
  • ie: if server baby maturation is 10x and this value is 2x, dino will grow at 20x speed

SkipBabyPhase

  • enable/disable skip baby phase feature
  • this will make babies juvenile (10%) so they eat from trough

DisableMatingCooldown

  • enable/disable mating cooldown
  • if true, dinos will not have a mating cooldown no matter the server settings

MutationChance

  • chance to get a mutation, values between 0 and 1
  • 0.4 means 40% chance to get mutation

NumberOfMutations

  • how many mutations the new babies will get

PointsPerMutation

  • how many points per mutation, default 2

FemaleBuffDuration

  • how long does the buff last after consuming the item
Clone this wiki locally