config: import pack config files
This commit is contained in:
parent
b76c650efe
commit
348be6b09f
128 changed files with 13500 additions and 1 deletions
37
config/simpletms/main.json
Normal file
37
config/simpletms/main.json
Normal file
|
@ -0,0 +1,37 @@
|
|||
{
|
||||
"tmMovesLearnable": true,
|
||||
"eggMovesLearnable": true,
|
||||
"tutorMovesLearnable": true,
|
||||
"levelMovesLearnable": false,
|
||||
"primaryTypeMovesLearnable": false,
|
||||
"secondaryTypeMovesLearnable": false,
|
||||
"anyMovesLearnableTMs": false,
|
||||
"anyMovesLearnableTRs": false,
|
||||
"blankTMsUsable": true,
|
||||
"blankTRsUsable": true,
|
||||
"tmsUsable": true,
|
||||
"trsUsable": true,
|
||||
"tmCoolDownTicks": 0,
|
||||
"blankTMCooldownTicks": 0,
|
||||
"blankTMBaseDurability": 1,
|
||||
"tmBaseDurability": 32,
|
||||
"tmRepairable": true,
|
||||
"trStackSize": 16,
|
||||
"dropOutsideOfBattle": true,
|
||||
"dropInBattle": true,
|
||||
"dropRateInBattle": 0.1,
|
||||
"dropRateTMFractionInBattle": 0.1,
|
||||
"dropRateOutsideOfBattle": 0.1,
|
||||
"dropRateTMFractionOutsideOfBattle": 0.1,
|
||||
"numberOfMovesToChooseFromInBattle": 4,
|
||||
"numberOfMovesToChooseFromOutsideBattle": 1,
|
||||
"dropAnyMove": false,
|
||||
"dropPrimaryType": false,
|
||||
"dropSecondaryType": false,
|
||||
"dropFromLevelList": true,
|
||||
"dropAnyLevelMoveFromLevelList": false,
|
||||
"dropFromTmMoveList": true,
|
||||
"dropFromTutorMoveList": true,
|
||||
"dropFromEggMoveList": true,
|
||||
"allowCustomMovesAndEditing": false
|
||||
}
|
2543
config/simpletms/moves/default_tm_moves.json
Normal file
2543
config/simpletms/moves/default_tm_moves.json
Normal file
File diff suppressed because it is too large
Load diff
2543
config/simpletms/moves/default_tr_moves.json
Normal file
2543
config/simpletms/moves/default_tr_moves.json
Normal file
File diff suppressed because it is too large
Load diff
|
@ -0,0 +1 @@
|
|||
[]
|
|
@ -0,0 +1 @@
|
|||
[]
|
|
@ -0,0 +1 @@
|
|||
[]
|
Loading…
Add table
Add a link
Reference in a new issue