Jump to content

How can i change Maxwell initial health?


Recommended Posts

If you want to change his health I think you have to go into your Don't Starve folder and modify waxwell.lua in data\scripts\prefabs or DLC0001\scripts\prefabs (for RoG).

 

Look for the line : 

 

inst.components.health:SetMaxHealth(TUNING.WILSON_HEALTH * .5 )

 

change the multiplier as you like (Wilson Health is 150, the rest is math).

 

EDIT : just thought about it, you can just use Console commands : ​GetPlayer().components.health:SetMaxHealth(value)

 

Link to the wiki for more informations : http://dont-starve-game.wikia.com/wiki/Console/Commands

Archived

This topic is now archived and is closed to further replies.

Please be aware that the content of this thread may be outdated and no longer applicable.

×
  • Create New...