Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Go to your steam\don't starve together\mods\workshop-699268081\scripts\prefabs
Open with text or wordpad the widgettebzzt.lue
Not too far from the top you can find a line that says-
local _lightningexcludetags = { "player", "INLIMBO", "_combat" }
local function onattack(inst, attacker, target, skipsanity)
Under that add these lines of code-
attacker.components.sanity:DoDelta(-TUNING.SANITY_SUPERTINY)
attacker.components.hunger:DoDelta(-1)
save the txt file then startup the game and test
This will make it so every-time you use the lightning spell you will lose 1 sanity and 1 hunger. Her tail wrap ability makes even more sense now to keep your sanity up, and she can't just spam lightning all day anymore with impunity.
Ex: health
hunger
sanity
bzzt's damage
winter resistence
all thats possible
thanks :))
Its understandable if there is a lot of work required and you just don't want to do it. You have to port her and then balance her, then make her RoG and SW compatible etc.
But is it still possible?