1
Fork 0
mirror of https://github.com/Steffo99/noita-starting-perk.git synced 2024-10-16 13:37:27 +00:00

Remove mod settings

This commit is contained in:
Steffo 2023-03-24 23:22:09 +01:00
parent 2dea221deb
commit 8820eceab6
Signed by: steffo
GPG key ID: 2A24051445686895
2 changed files with 2 additions and 18 deletions

View file

@ -1 +1 @@
veggies
eat_your_veggies

View file

@ -1,25 +1,9 @@
dofile("data/scripts/lib/mod_settings.lua")
local mod_id = "starting_perk"
local mod_id = "eat_your_veggies"
mod_settings_version = 1
mod_settings = {
{
id = "perks_spawned",
ui_name = "Number of perks spawned",
value_default = 1,
value_min = 1,
value_max = 25,
value_display_formatting = " $0 perks",
scope = MOD_SETTING_SCOPE_NEW_GAME,
},
{
id = "only_one",
ui_name = "Only one",
ui_description = "Despawn the other perks when one is chosen.",
value_default = true,
scope = MOD_SETTING_SCOPE_NEW_GAME,
}
}