TSOTF 458.7

From ARK Wiki
Jump to navigation Jump to search

Lua error in Module:Infoboxes/Patch at line 199: bad argument #2 to 'format' (string expected, got nil).

  • Adjusted the drag weight of some creatures. Drag weight in TSOTF is used to determine how many tokens a creature provides when killed, how many tokens it needs to be tamed, how many tokens it costs to heal, and how many experience points are required to tier up.
    • Therizino drag weight has been increased to 500 (matches Yuty)
    • Thylacoleo drag weight has been increased to 400 (matches Mammoth)
    • Daeodon drag weight has been increased to 200 (matches Pachyrhinosaurus)
  • Overrode the Daeodon token tame cost to 80 tokens due to its role as an aoe-healer.
  • OFFICIAL ONLY - CONFIGURATION CHANGE - Temporarily (don't panic it's a bandaid) reduced the damage/resistance of various creatures and bosses in both modes until further balance work can take place after the holidays.
    • Tribes of 4:
      • Reduced Dragon damage by 25%
      • Reduced Dragon resistance by 15%
      • Reduced Therizino damage by 20%
      • Reduced Carcha damage by 10%
      • Increased Broodmother's resistance by 15%
      • This goes inside of Game.ini:
[/script/shootergame.shootergamemode]
TamedDinoClassDamageMultipliers=(ClassName="Dragon_Character_BP_TSOTF_C_C",Multiplier=0.75)
TamedDinoClassResistanceMultipliers=(ClassName="Dragon_Character_BP_TSOTF_C_C",Multiplier=0.85)
TamedDinoClassDamageMultipliers=(ClassName="Therizino_Character_BP_TSOTF_C_C",Multiplier=0.80)
TamedDinoClassDamageMultipliers=(ClassName="Carcha_Character_BP_TSOTF_C",Multiplier=0.90)
TamedDinoClassResistanceMultipliers=(ClassName="SpiderL_Character_BP_TSOTF_C",Multiplier=1.15)
    • Solo
      • Reduced Dragon damage by 35%
      • Reduced Dragon resistance by 35%
      • Reduced Megapithecus damage by 30%
      • Reduced Megapithecus resistance by 30%
      • Reduced Giga's damage by 20%
      • Reduced Carcha's damage by 25%
      • Reduced Therizino damage by 20%
      • This goes inside of Game.ini
[/script/shootergame.shootergamemode]
TamedDinoClassDamageMultipliers=(ClassName="Dragon_Character_BP_TSOTF_C",Multiplier=0.65)
TamedDinoClassResistanceMultipliers=(ClassName="Dragon_Character_BP_TSOTF_C",Multiplier=0.65)
TamedDinoClassDamageMultipliers=(ClassName="Gorilla_Character_BP_TSOTF_C",Multiplier=0.70)
TamedDinoClassResistanceMultipliers=(ClassName="Gorilla_Character_BP_TSOTF_C",Multiplier=0.70)
TamedDinoClassDamageMultipliers=(ClassName="Therizino_Character_BP_TSOTF_C",Multiplier=0.80)
TamedDinoClassDamageMultipliers=(ClassName="Gigant_Character_BP_TSOTF_C",Multiplier=0.80)
TamedDinoClassDamageMultipliers=(ClassName="Carcha_Character_BP_TSOTF_C",Multiplier=0.75)