Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
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
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!