饥荒联机版

饥荒联机版

Woo, Maxwell's Owl
hallejr 2016 年 1 月 23 日 上午 11:15
SUGGESTIONS
Suggestion disscusion for the mod.
< >
正在显示第 1 - 15 条,共 22 条留言
hallejr 2016 年 1 月 23 日 上午 11:17 
First off I think Woo should have night vison.This is because owls usually have nightvison to hunt their prey in the dark.Owls are also known for being nocturnal.
MATE_RUS  [开发者] 2016 年 1 月 23 日 下午 11:20 
This time-consuming process. But in the next update I will do it! :D
NotSoClassy 2016 年 1 月 24 日 上午 3:19 
This time-consuming process. But in the next update I will do it! :D
use beaver night vision for ez night vision
Max 2016 年 1 月 24 日 上午 3:34 
引用自 HalleTehBarnOwl
First off I think Woo should have night vison.This is because owls usually have nightvison to hunt their prey in the dark.Owls are also known for being nocturnal.
needs a balance like for example dmg debuff at day
MATE_RUS  [开发者] 2016 年 1 月 24 日 上午 3:36 
引用自 AH1DDENGAMER
This time-consuming process. But in the next update I will do it! :D
use beaver night vision for ez night vision
Already done by hand )))
MATE_RUS  [开发者] 2016 年 1 月 24 日 上午 3:39 
引用自 AggroCow
引用自 HalleTehBarnOwl
First off I think Woo should have night vison.This is because owls usually have nightvison to hunt their prey in the dark.Owls are also known for being nocturnal.
needs a balance like for example dmg debuff at day
Now I'm doing the daytime weakening and power at night. It will be ready soon.
cheeseburglar01 2016 年 1 月 24 日 上午 10:42 
引用自 HalleTehBarnOwl
First off I think Woo should have night vison.This is because owls usually have nightvison to hunt their prey in the dark.Owls are also known for being nocturnal.
this would be cool! adding on to this.... make it that he can see father in night, not everything just has a vesion around him, as if he were holding a torch
Max 2016 年 1 月 24 日 上午 11:07 
引用自 cheeseburglar01
引用自 HalleTehBarnOwl
First off I think Woo should have night vison.This is because owls usually have nightvison to hunt their prey in the dark.Owls are also known for being nocturnal.
this would be cool! adding on to this.... make it that he can see father in night, not everything just has a vesion around him, as if he were holding a torch
nice idea
MATE_RUS  [开发者] 2016 年 1 月 24 日 下午 11:21 
GLOBAL UPDATE!!!! See the "changes list"
БДСМслав [КГЫ] 2016 年 5 月 28 日 上午 12:44 
JakeFox сделай мод для пираток. Скинь ссылку на файл.
пubbiп 2017 年 7 月 21 日 上午 8:40 
Woo's night vision should be reduced by a lot so it has the same distance as the Xenomorph mod or maybe smaller, wait just make him configurable in the mod options so everyone can set it to what they think is ballanced?
Possibly weaker during the day, and I heard enemies don't attack him unless if he attacks first, that should be changed so enemies just attack him normally.
loopuleasa 2017 年 12 月 12 日 上午 12:15 
I want to get a balancing update for this amazing character mod:

Suggested changes:
- Lower sanity, by 50. 300 sanity is too high.
- Nerf night vision range. Currently there is a bug where the night vision works as a light torch, and other players can see it. Apply Woodie beaver form buff, instead of rewriting the mechanic.
- Nerf the owl during day, less speed.
- Nerf the owl during the night to make him less fast during the night (he shouldn't be 50% faster, apply the walking cane speed modifier or something)

Overall the design of this character is nice, but he is one of the strongest characters I have installed.

If you want I can nerf him for you and then bring the files.
loopuleasa 2017 年 12 月 12 日 上午 12:38 
I have nerfed the Hero, let me know if you want the workshop files.

What I changed:
- Updated description
STRINGS.CHARACTER_DESCRIPTIONS.woo = "*Faster closer to night\n*Stronger closer to night\n*Has night vision\n*Can eat poisoned food"

- Changed his title to "Maxwell's Strange Owl"

- Changed his day/night/dusk powers, now weaker at day:
if TheWorld.state.phase == "day" then
inst.components.combat.damagemultiplier = 0.8
inst.components.locomotor.walkspeed = (TUNING.WILSON_WALK_SPEED * 0.8)
inst.components.locomotor.runspeed = (TUNING.WILSON_RUN_SPEED * 0.8)
inst.Light:Enable(false)
elseif TheWorld.state.phase == "dusk" then
inst.components.combat.damagemultiplier = 1
inst.components.locomotor.walkspeed = (TUNING.WILSON_WALK_SPEED * 1.1)
inst.components.locomotor.runspeed = (TUNING.WILSON_RUN_SPEED * 1.1)
inst.Light:Enable(false)
elseif TheWorld.state.phase == "night" then
inst.components.combat.damagemultiplier = 1.2
inst.components.locomotor.walkspeed = (TUNING.WILSON_WALK_SPEED * 1.3)
inst.components.locomotor.runspeed = (TUNING.WILSON_RUN_SPEED * 1.3)
inst.Light:Enable(true)

- Halved the light radius, from 18 -> 9

- Changed stats
Health 150 -> 100
Sanity 300 -> 250
Hunger 100 -> 150 (buff)

- Nerfed hunger rate
0.3 -> 1* Wilson hunger rate

Even nerfed like this he is still very strong.

I can give you the workshop files.
Alternatively, can I add a (nerfed) version to the workshop for personal use?
最后由 loopuleasa 编辑于; 2017 年 12 月 12 日 上午 12:40
loopuleasa 2017 年 12 月 12 日 上午 12:53 
Add me if you want the changes.
Great mod.
< >
正在显示第 1 - 15 条,共 22 条留言
每页显示数: 1530 50