Don't Starve

Don't Starve

519 ratings
Shinobu Oshino
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
2.324 MB
Oct 20, 2018 @ 12:43pm
Jan 11, 2019 @ 5:43pm
27 Change Notes ( view )
You need DLC to use this item.

Subscribe to download
Shinobu Oshino

In 1 collection by Ivan
测试用mods
23 items
Description
Latest update:
Special thanks for painter @抓dalao的咸鱼!
1.6.1 update
1.Now in greenhand mode there is no limitation of level; In expert mode, the limitation of level is 100 now (previous 20), but no science bonus.
2.Now you can enable or disable the hammer function of heartspan in the mod configuration. Please configurate before you create a new world.
3. The durability of doughnut is much longer now.
4.A new special item! Goggle:
a. fog proof (the same as pith hat)
b. Water proof
c. heat proof
d. poison block
e. has same armor as football hat and double durability.
f. San recovery and speed up
g. Resist slow down effect caused by storm

Caution:
This mod adds a new character, Shinobu Oshino into your game. Please configure the mod before you generate new world. ALSO this mod at least need to be compatible with ROG (But some skills can only be active in SW, so it is better to turn on both DLCs)
If you feel it is the mod you like, please please give me a upvote!
This mod is still in developing, please help me test it and you can report any problems about it by leaving comments or add me into your friends list :)
*Better report problems or bugs with error information

All the new features and bug fixed, please check my update log.

Special thanks!
This is my first mod! Special thanks for @柴柴. I learnt a lot from this author’s mods about the level system.
Here are links to @柴柴 mods:
Totooria:http://steamcommunity.com/sharedfiles/filedetails/?id=897497479
Carney:http://steamcommunity.com/sharedfiles/filedetails/?id=950485476

I really appreciate the suggestions and supports from my friends. Special thanks to them!
@Xiaoqiang@Lao wang@魔法少女唐间竹子@半夏微暖半夏凉@灵衣女王的鬼铠

Background story:
Shinobu Oshino was accidentally trapped in this world when she was on time travelling. She lost her memory and is confused with rule of this world. But it seems that it does not make her worried at all. Maybe for her it is just an interesting journey to live in this world with her special skills and equipment. Will you accompany her till the end of the journey?
Due to loss of memory, Shinobu is weak at first, she will become stronger when she levels up

Basic Status:
From Lv.0 to Lv.100
Health: 75 - 300
Hunger: 75 - 300
Sanity: 100 – 400

Special status:
Change with basic status
Speed:
Change with hunger, the lower the hunger, the slower the character move.
Attack speed:
Change with Sanity, the lower the sanity, the faster the character attack.
Attack:
Change with Sanity, the lower the sanity, the higher the character’s attack.

Skills:
Lv 1 [Weak Vampire]: (for greenhand level, Lv10)
Reverse generation of Sanity during day and night!
From Lv 1, Shinobu will recall herself is a vampire. She will gain sanity during night and lose sanity during the day.
At the start she is quite weak, and she is afraid of fire.

Lv 20 [Chef]:
-As one of well-known foodies, the first special skill Shinobu recalled is cooking skill!
Now she have a certain chance to gain 1 more extra food from the pot after cooking.
(1 bonus science.)

Lv 40:
Now she has lv 2 science bonus.

Lv 50 [Vampire]:
Now she has recovered most of her power and becomes much stronger. She has a strong stomach and can eat spoiled food. She is less afraid of fire and the gets drier quickly.

Lv 60:
Now she enjoys a level 3 science bonus and even a level 1 magic bonus.

Lv 80:
Now she enjoys a level 3 science bonus and even a level 3 magic bonus.

Lv 100:
Well, when she reaches this level, it seems that she is [Omniscient]. She can make anything even the ancient equipment without the help of machines.

Tips:
1. Fight and eat! Only these two ways can make shinobu stronger!
2. Control your sanity and hunger, so that you can work and fight more efficiently.
3. Some food are favored by shinobu, and she will gain more exp from these foods. You can make a guess :-)
4. Press "k" to check your level and skils, and "L" to active your nightvision skill if you reach a certain level.

Special equipment:
1. Katana [science level 2]
Attack: +25 – 45, speed +25%
2. Heartspan [magic level 2]
Attack: +60 - ?, speed + 40%
3. doughnut(food)
HP+20 San + 50 EXP + 1000
4. goggle
a. fog proof(the same as pith hat)
b. Water proof
c. heat proof
d. poison block
e. has same armor as football hat and double durability.
f. San recovery and speed up
g. Resist slow down effect caused by storm
Some special power of these weapons are not mentioned, and you can find them in game~


515 Comments
老黄233 Sep 14, 2023 @ 8:22pm 
模组设置有中文的吗?(不可名状的学渣尖啸)
motcge Nov 19, 2022 @ 10:17pm 
烹饪锅再原点生成同样食物的问题,是由于作者用临时变量生成实体然后用完没移除。
修改workshop-1543901440\scripts\components下的stewer.lua下
function Stewer:Harvest( harvester )函数找到local loot = nil 这条语句
下面有两个同级的if-end,再两个if后面加一个loot:Remove()即可解决问题
最后的结构
local loot = nil
if
...
else
...
end

if
...
end
loot:Remove()
虽然不是很清楚作者前面做的判断和最后食物获取有啥关系不过还是先留着吧
bechjkjen Apr 4, 2022 @ 12:06pm 
I cant build Goggle (run crash) maybe you can delete it somehow :v
冰雪长霜 Mar 1, 2022 @ 2:43am 
专家难度只能一直是虚弱的吸血鬼嘛?上面说的没有科技加成指的是这个?
123 Aug 2, 2021 @ 12:23am 
删了之后烹饪蜗做不了啊,一做就崩溃
ughfhhyg4555786 Jun 26, 2021 @ 7:00pm 
end

if loot then
loot.targetMoisture = 0
loot:DoTaskInTime(2*FRAMES, function()
if loot.components.moisturelistener then
loot.components.moisturelistener.moisture = loot.targetMoisture
loot.targetMoisture = nil
loot.components.moisturelistener:DoUpdate()
end
end)

end
删除这些代码可以解决烹饪食物在地图上刷新的问题。
ughfhhyg4555786 Jun 26, 2021 @ 7:00pm 
关于烹饪锅的bug@小草丿,在路径Steam\steamapps\common\dont_starve\mods\workshop-1543901440\scripts\components,里有一个叫stewer的脚本有一段不知道是干什么用的代码:

local loot = nil
if self.product ~= "spoiledfood" then
loot = SpawnPrefab(self.product) -- 大概是造成bug的元凶

if loot and loot.components.perishable then
--loot.components.perishable:SetPercent( self.product_spoilage)
--loot.components.perishable:LongUpdate(GetTime() - self.targettime)
--loot.components.perishable:StartPerishing()
end
else
--loot = SpawnPrefab("spoiled_food") -- 大概是造成bug的元凶
747465273 Mar 11, 2021 @ 5:49am 
只开这一个mod,第二天进入夜晚的瞬间会崩溃
747465273 Mar 11, 2021 @ 2:21am 
好是好,就是太容易崩溃了
bort Mar 10, 2021 @ 4:47am 
game crashes after the first night