Noita
847 ratings
Get a perk
3
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
27.836 KB
25 Feb, 2020 @ 8:24pm
13 Feb, 2021 @ 9:44pm
16 Change Notes ( view )

Subscribe to download
Get a perk

Description
You can choose(or randomize) a perk at the beginning of the game.
After the perk page comes out, stand and wait for 2 seconds. The perk page will switch by itself.
Configuration can be set in game.(“Option”->“Mod settings”->“Get a perk”)
If you want a mod that helps you understand the game better, you can subscribe to the mod('Game Modifier')

在游戏开始的时候,你可以选择一个天赋。
等天赋页出来后,站在天赋页下等待2秒。天赋页会自动来回切换。
如果你想要更多的天赋(或随机获得一个天赋)可以在(“选项”->“模组设置”->“Get a perk”)中设置。
如果你想要一个帮助你更加了解游戏的mod,请订阅'Game Modifier(修改器)'
141 Comments
NicoNicoNi~ 19 May @ 10:53pm 
Does it work now?
Plutoski 16 Nov, 2024 @ 1:05pm 
hard to select perks and if you play nightmare mode, the perks from the mod will create conflict
Da O.G. Mexican 15 Aug, 2024 @ 12:25pm 
I dont see invisibility in Nightmare more can it be added?
Beep. 14 Jul, 2024 @ 11:11pm 
how reset choosing screen?
arcanist 27 Jun, 2024 @ 3:57am 
When using the "random perk" mode the game gets progressively more laggy until/unless you pick up the perk becoming almost unplayable after about a minute. The "pick a perk" mode also has this lag, but to a much lesser degree (it tops out at "annoying" rather than "unplayable slideshow")

Grabbing a perk immediately fixes the lag, but this could force you to pick up a perk that you would rather not have (like No Wand Tinkering) right at the very start of the run
EL Psy Congroo 11 Apr, 2024 @ 8:45am 
现已无法使用。
祭术流 FirstLove初恋 25 Jun, 2023 @ 11:35pm 
现在貌似用不了,有问号
Niftyturnip 29 Dec, 2022 @ 12:26pm 
oh great now i can have lukki mutation on every run from the start! :)
Grade 9 Oct, 2022 @ 12:10am 
conflicts with Nightmare Mode, removes the three free random perks. bad.
Thrill.001 MDE 3 Sep, 2022 @ 9:11am 
You want more then 20 Perks?
Ok!

You only need to change the value of "Amount" in the settings.lua

YourSteamfolder \steamapps\workshop\content\

"Id of Noita" (for me 881100)\"Id of Get a Perk"(for me 2007569462)

backup settings.lua.

I prefer Notepad Plus Plus for editing.

Scroll down to
id = "Amount",
label = "Amount(数量)",
description = "How many perks can you get.(你可获取的天赋数量)",
value_default = 1, -- 1
value_min = 1,
value_max = 20,
value_display_multiplier = 100,
value_display_formatting = "",
format_fn = format_fn_1,
roundingFunc = rounding_1,
scope = MOD_SETTING_SCOPE_NEW_GAME,
--descriptionGui=nil,

And change value_max = 20 to what ever.

Have more fun!