Stonehearth

Stonehearth

评价数不足
Not Super Mod
   
奖励
收藏
已收藏
取消收藏
标签: hard, hardmode, 1, MBS
文件大小
发表于
更新日期
2.650 KB
2018 年 9 月 25 日 下午 3:29
2018 年 9 月 27 日 下午 5:13
3 项改动说明 ( 查看 )

订阅以下载
Not Super Mod

描述
it Sets all your Hearthlings to 1 Mind Body and Spirit
works with: MBS Training https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=1502731871
and other mods that let you increase your Mind Body or Spirit
with a mod like that lets you increase the MBS of your Hearthlings you can go all the way to 1000
I figured 1000 was a good cap.
if need be I can add a bat file to let you easily change the cap yourself.

this is a work in progress the temporary fix is here
https://discourse.stonehearth.net/t/temperary-fix-for-not-supper-mod/38271?u=kodi4444

if you have any suggestions or problems let me know here: https://discourse.stonehearth.net/t/kodi4444s-workshop-mods/34681?u=kodi4444
if you friend me on steam I will most likely not accept. The best way to contact me is on https://discourse.stonehearth.net/t/kodi4444s-workshop-mods/34681?u=kodi4444

has support for these modded factions
Norsehearth https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=1380174769&searchtext=
Some Roman Stuff https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=1380028210
Nordlingmod [KINGDOM] https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=1384858026
Kingdom: Elves of Veloren https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=1648637607
Clan Amberstone https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=1435316938

now works with Northern Alliance
now works with clan Amberstone
21 条留言
Sir Pixel I 2020 年 6 月 11 日 上午 7:37 
can you please help me by modding some new stats. I need this for some special things for the gamen.
Pixelboy_1805
Vtole 2019 年 10 月 18 日 下午 2:12 
id just like to let you know that new hearthlings that join tend to have stats in the 900s
Kodi4444  [作者] 2019 年 9 月 10 日 下午 6:27 
thanks
Slask 2019 年 9 月 10 日 下午 2:36 
You should fix the typo in the title.
Kodi4444  [作者] 2019 年 1 月 10 日 下午 4:23 
@SamuelDancing when the game updated if removed all the changes to the game you made manually. im working on a way to fix it.
SamuelDancing 2019 年 1 月 9 日 下午 2:32 
also, I forgot to mention this in the previous comment, but the reason the hearthlings have insane stats when spawning in through the daily update (for anybody just reading this), is because this mod does not force the RNG to be one, and the limit with this mod is 1k so you get crazy stats. I hope this clears up any issues that some people may have noticed before they post a comment complaining about this :)
SamuelDancing 2019 年 1 月 9 日 下午 2:22 
btw I don't know if you noticed this, (you may have since you made the fix) but something is changing this line

stonehearth.population:get_population(self._sv.player_id)
local citizen = pop:create_new_citizen()
radiant.entities.set_attribute(citizen, "mind", 1)
radiant.entities.set_attribute(citizen, "body", 1)
radiant.entities.set_attribute(citizen, "spirit", 1)

to this line

stonehearth.population:get_population(self._sv.player_id)
local citizen = pop:create_new_citizen()

now maybe you accidentally forgot to add those set attribute commands in the source mod file, and that would explain why it doesn't want to use a number smaller than 1 when spawning, but if something is overriding this file, then that's a problem if you want to fix it.
SamuelDancing 2019 年 1 月 6 日 下午 3:28 
good to know.

and I like how you can make a hearthling be anything you want
Kodi4444  [作者] 2019 年 1 月 5 日 下午 10:37 
@SamuelDancing
im going to fix it when i find out how
SamuelDancing 2019 年 1 月 5 日 下午 6:37 
so I take it you are going to fix the current issue in the next update to this mod? or are you NOT going to update it?