mirror of
https://github.com/Sheldan/abstracto.git
synced 2026-04-18 21:03:11 +00:00
added default value handling to setup wizard
added table to store the default values of the whole system, to not require the property files added ability to cancel setup wizard
This commit is contained in:
@@ -1 +1 @@
|
||||
The value each gained experience is multiplied by. Default 1.0
|
||||
The value each gained experience is multiplied by. Default: ${defaultValue}
|
||||
@@ -1 +1 @@
|
||||
The maximum of experience given randomly. Default: 25
|
||||
The maximum of experience given randomly. Default: ${defaultValue}
|
||||
@@ -1 +1 @@
|
||||
The minimum experience given randomly. Default: 10
|
||||
The minimum experience given randomly. Default: ${defaultValue}
|
||||
Reference in New Issue
Block a user