forked from metin2/web
Added website Docker image, bumped PHP version, added mall authentication, added experimental patcher support, improved migrations, added teasers
This commit is contained in:
54
database/data/locale.json
Normal file
54
database/data/locale.json
Normal file
@ -0,0 +1,54 @@
|
||||
[
|
||||
{
|
||||
"mKey": "LANGUAGE",
|
||||
"mValue": "en"
|
||||
},
|
||||
{
|
||||
"mKey": "DB_NAME_COLUMN",
|
||||
"mValue": "locale_name"
|
||||
},
|
||||
{
|
||||
"mKey": "SKILL_POWER_BY_LEVEL_TYPE0",
|
||||
"mValue": "0 5 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 50 52 54 56 58 60 63 66 69 72 82 85 88 91 94 98 102 106 110 115 125 125 125 125 125"
|
||||
},
|
||||
{
|
||||
"mKey": "SKILL_POWER_BY_LEVEL_TYPE1",
|
||||
"mValue": "0 5 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 50 52 54 56 58 60 63 66 69 72 82 85 88 91 94 98 102 106 110 115 125 125 125 125 125"
|
||||
},
|
||||
{
|
||||
"mKey": "SKILL_POWER_BY_LEVEL_TYPE2",
|
||||
"mValue": "0 5 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 50 52 54 56 58 60 63 66 69 72 82 85 88 91 94 98 102 106 110 115 125 125 125 125 125"
|
||||
},
|
||||
{
|
||||
"mKey": "SKILL_POWER_BY_LEVEL_TYPE3",
|
||||
"mValue": "0 5 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 50 52 54 56 58 60 63 66 69 72 82 85 88 91 94 98 102 106 110 115 125 125 125 125 125"
|
||||
},
|
||||
{
|
||||
"mKey": "SKILL_POWER_BY_LEVEL_TYPE4",
|
||||
"mValue": "0 5 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 50 52 54 56 58 60 63 66 69 72 82 85 88 91 94 98 102 106 110 115 125 125 125 125 125"
|
||||
},
|
||||
{
|
||||
"mKey": "SKILL_POWER_BY_LEVEL_TYPE5",
|
||||
"mValue": "0 5 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 50 52 54 56 58 60 63 66 69 72 82 85 88 91 94 98 102 106 110 115 125 125 125 125 125"
|
||||
},
|
||||
{
|
||||
"mKey": "SKILL_POWER_BY_LEVEL_TYPE6",
|
||||
"mValue": "0 5 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 50 52 54 56 58 60 63 66 69 72 82 85 88 91 94 98 102 106 110 115 125 125 125 125 125"
|
||||
},
|
||||
{
|
||||
"mKey": "SKILL_POWER_BY_LEVEL_TYPE7",
|
||||
"mValue": "0 5 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 50 52 54 56 58 60 63 66 69 72 82 85 88 91 94 98 102 106 110 115 125 125 125 125 125"
|
||||
},
|
||||
{
|
||||
"mKey": "SKILL_DAMAGE_BY_LEVEL_UNDER_90",
|
||||
"mValue": "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0"
|
||||
},
|
||||
{
|
||||
"mKey": "SKILL_DAMAGE_BY_LEVEL_UNDER_45",
|
||||
"mValue": "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0"
|
||||
},
|
||||
{
|
||||
"mKey": "SKILL_POWER_BY_LEVEL",
|
||||
"mValue": "0 5 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 50 52 54 56 58 60 63 66 69 72 82 85 88 91 94 98 102 106 110 115 125 125 125 125 125"
|
||||
}
|
||||
]
|
Reference in New Issue
Block a user