Don't Starve Together

Don't Starve Together

190 人が評価
Claus (Mother 3)
   
アワード
お気に入り
お気に入り
お気に入りから削除
ファイルサイズ
投稿日
更新日
12.314 MB
2019年4月12日 18時35分
2023年2月19日 6時41分
13 項目の変更履歴 ( 表示 )

サブスクライブしてダウンロード
Claus (Mother 3)

解説
Claus, the Tazmilian Devil
Comes with custom art, items, and sounds!

Meet Claus, from Mother 3! You might also like his companion mod and brother: Lucas!


WARNING: This mod and companion mod contain HUGE Mother 3 spoilers! If you'd like to experience the game without being spoiled, I'd recommend playing it yourself first/finding a playthrough online before downloading this mod or scrolling any further.
__________________________________________
Stats
Health: 130 | Hunger: 130 | Sanity: 160
Favorite Food: Plain Omelette

(Stats can be modified in the config menu)
__________________________________________
Items
Claus spawns with three starting items: PK Love, PK Thunder, and a Handmade Knife.


PK Love
A super-powerful PSI technique.
Power is dependent on Claus's sanity: at max sanity, it will deal 70 damage, and will deal less and less as his sanity decreases.
Drains 20 sanity per use, and won't work if Claus doesn't have enough sanity.


PK Thunder
A PSI technique that fires multiple thunderbolts at nearby enemies.
Deals 40 damage to the selected target, then summons lightning strikes around Claus, dealing additional damage to nearby creatures and igniting flammable things.
Warning: Lightning does not discriminate! Be careful if using PK Thunder around allies.
Drains 20 sanity per use, and won't work if Claus doesn't have enough sanity.

(Sanity drain and damage values can be modified in the config menu)


Handmade Knife
Just like the one Dad made.
An ordinary knife, with the same damage and durability as a spear.
War Tab: 2 flint, 2 twigs, 1 rope.
Has a special ability, but first, we need to talk about...
__________________________________________
The Masked Man

Claus has a special transformation at 10% health or less, turning him into the adorable little monster known as the Masked Man.
In this state, he deals 20% more damage and runs 20% faster, but experiences constant sanity loss regardless of the time of day.



The Masked Man's Sword
In the Masked Man's hands, Claus's ordinary knife becomes a sword fit for a commander.
This electrified sword will strike for 50 damage instead of 34.
Also deals electrified damage based off of target wetness.


The Masked Man's Helmet
As soon as Claus transforms, he equips this helmet. Will be automatically removed when he transforms back.
Keeps his head dry, grants a small bit of insulation, and absorbs 50% of incoming damage (stacks with armor).
Don't bother trying to unequip his helmet or equip any other head item- he will refuse every time.

To transform back to Claus, either die or restore his health to 100%.

(Masked Man's damage/speed multiplier and sword damage can be modified in the config menu)
____________________________________________
Known Bugs/Feedback
  • None right now!

Encounter any bugs not listed here? Please let me know!
__________________________________________
Want your own character in Don't Starve?
My commission website and contact info can be found here[mizartz-dst.carrd.co]
__________________________________________
Credit
Claus belongs to Nintendo.
Sound effects are modified from Mother 3.
Art and code are done by me (mizartz).
Updated speech file by Lucas.
Editing and re-uploading this mod is not permitted.
59 件のコメント
Lucas 2023年1月28日 11時08分 
Sounds good, thank you!
miz  [作成者] 2023年1月28日 11時04分 
@Lucas It may be a few weeks before I can update this. Feel free to update their dialogue files at your leisure ^^
Lucas 2023年1月28日 10時14分 
No problem at all, I was just curious on if it was intended to work that way. If you're not in a rush to get it updated, I can update dialog again + add A Little Drama monologues for both chars if you'd like.
miz  [作成者] 2023年1月28日 9時45分 
@Lucas squinting at my 4 year old code uhhhhhhhhhhhhhhhhhhhhhhh

looks like I'm using GetPercent() to check his health values instead of GetPercentWithPenalty(), so if you have a health penalty, you can't get to the 100% needed. For now, you'll need to use booster shots, but I'll look into fixing this in a future update.
Lucas 2023年1月28日 8時37分 
I noticed if you have a health penalty, it's impossible for Claus to transform back to normal form until the penalty is removed. Is this intentional?
miz  [作成者] 2022年7月10日 8時36分 
@Huntress wife Neither of them have a favorite food programmed.
Reverie 2022年7月10日 8時28分 
Do Claus and Lucas have a favorite food? There aren't eggs for omelettes in the constant..
Lucas 2022年2月19日 18時48分 
That makes sense. It's good you've got the solution figured out all ready, although I did test it with starvation which iirc experiences the same health tick as overheating and freezing, but did not experience the bug. I find that a bit odd.
miz  [作成者] 2022年2月19日 18時41分 
Ok, should be fixed with the newest update!
miz  [作成者] 2022年2月19日 18時28分 
@Lucas WOW lol that's not what I expected. I know what's happening here and how to fix it, so I'll put out an bugfix shortly.

I had put a slight delay on Claus's transformation variable so I could make sure certain functions ran before or after one another, but the health tick when freezing/overheating happens every frame (so 60 times per second), making Claus was spawn into the masked man like 20 times before his transformation code finished lmao. I forgot about how fast that tick was when programming it.