ARK: Survival Evolved

ARK: Survival Evolved

Spirits of the Isle
 This topic has been pinned, so it's probably important
Jeff  [developer] 13 Jul, 2019 @ 5:24pm
Buffing and Nerfing the Creatures
Spirits of the Isle: BUFF or NERF Guide

Are you wanting creatures to take more/less damage? What about having them
do more/less damage? You can use this guide to make those changes possible.
Just follow the steps down below.

Example
You will need to add the lines for this example into your server's Game.ini file. You can find this file or make your own in the following location:
[/script/shootergame.shootergamemode]

Halving a creature's resistance by setting its value to 0.50 means that it will take twice the damage. Add the following lines to your file:
DinoClassResistanceMultipliers=(ClassName="Carno_Blind_Character_BP_C", Multiplier=0.50)

TamedDinoClassResistanceMultipliers=(ClassName="Carno_Blind_Character_ BP_C",Multiplier=0.50)

The first line above is for wild creatures, and the second line is for tamed creatures.
This change will cause all creatures to take twice the amount of damage!
A resistance value of 1.0 is the default.

To nerf the damage creatures can inflict, use the following lines:
DinoClassDamageMultipliers=(ClassName="Rex_Energized_Character_BP_C", Multiplier=0.50)

TamedDinoClassDamageMultipliers=(ClassName="Rex_Energized_Character_ BP_C",Multiplier=0.50)

Follow this example when editing the values for creatures in this mod. If you want to change a creature's resistance to damage, use:
“DinoClassResistanceMultipliers.” If you want the amount of damage a creature can inflict use:
“DinoClassDamageMultipliers”
instead.

If you feel a creature is too powerful, try nerfing its damage and resistance multipliers to 0.50 or lower. If it seems too weak, boost it up to 2.0 or higher instead.

ID List of creatures from Spirits of the Isle

CHAOTIC (Un-Tameable)
  • Chaotic_Argy_Character_BP_C
  • Chaotic_Direbear_Character_BP_C
  • Chaotic_Giga_Character_BP_C
  • Chaotic_Rex_Character_BP_C
  • Chaotic_Wolf_Character_BP_C
ENHANCED (Tame-able)
  • Ankylo_Gather_Character_BP_C
  • Beaver_Gather_Character_BP_C
  • Bronto_Juggernaut_Character_BP_C
  • Carno_Blind_Character_BP_C
  • Carno_Stun_Character_BP_C
  • Dilo_Stun_Character_BP_C
  • Doed_Gather_Character_BP_C
  • Megalodon_Stun_Character_BP_C
  • Juggernaut_Quetz_Character_BP_C
  • Weight_Quetz_Character_BP_C
  • Rex_Energized_Character_BP_C
  • Trike_Blind_Character_BP_C
  • Trike_Stun_Character_BP_C
ANCIENT SPIRITS (Un-Tameable)
  • Ancient_Spectre_Character_BP_C
  • Ancient_Wraith_Character_BP_C
  • Ancient_Phantom_Character_BP_C
DARK TIER (Un-Tameable)
  • Lost_Soul_Character_BP_C
Last edited by Jeff; 13 Jul, 2019 @ 5:25pm