mirror of
https://github.com/Llloooggg/TextSouls.git
synced 2026-03-06 20:46:23 +03:00
106 lines
2.7 KiB
JSON
106 lines
2.7 KiB
JSON
[
|
||
{
|
||
"table_name": "users",
|
||
"records": [
|
||
{
|
||
"id": 1,
|
||
"chat_id": 1,
|
||
"first_name": "Pasha",
|
||
"last_name": "Durov",
|
||
"username": "God",
|
||
"is_admin": false,
|
||
"registered_on": "1000-01-01 00:00:00"
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"table_name": "sendlists_destionations_statuses",
|
||
"records": [
|
||
{
|
||
"id": 1,
|
||
"name": "В ожидании"
|
||
},
|
||
{
|
||
"id": 1,
|
||
"name": "Отправлено"
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"table_name": "character_races",
|
||
"records": [
|
||
{
|
||
"id": 1,
|
||
"name": "Человек",
|
||
"endurance_koef": 1,
|
||
"strength_koef": 1,
|
||
"agility_koef": 1,
|
||
"defence_koef": 1,
|
||
"wisdom_koef": 1
|
||
},
|
||
{
|
||
"id": 2,
|
||
"name": "Орк",
|
||
"endurance_koef": 1.5,
|
||
"strength_koef": 1,
|
||
"agility_koef": 0.5,
|
||
"defence_koef": 1.5,
|
||
"wisdom_koef": 0.5
|
||
},
|
||
{
|
||
"id": 3,
|
||
"name": "Эльф",
|
||
"endurance_koef": 0.5,
|
||
"strength_koef": 1.5,
|
||
"agility_koef": 1.5,
|
||
"defence_koef": 0.5,
|
||
"wisdom_koef": 1
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"table_name": "character_classes",
|
||
"records": [
|
||
{
|
||
"id": 1,
|
||
"name": "Воин",
|
||
"endurance_koef": 1.5,
|
||
"strength_koef": 1,
|
||
"agility_koef": 1,
|
||
"defence_koef": 1.5,
|
||
"wisdom_koef": 0.5
|
||
},
|
||
{
|
||
"id": 2,
|
||
"name": "Вор",
|
||
"endurance_koef": 0.5,
|
||
"strength_koef": 1.2,
|
||
"agility_koef": 1.5,
|
||
"defence_koef": 0.5,
|
||
"wisdom_koef": 0.1
|
||
},
|
||
{
|
||
"id": 3,
|
||
"name": "Маг",
|
||
"endurance_koef": 1,
|
||
"strength_koef": 0.5,
|
||
"agility_koef": 0.5,
|
||
"defence_koef": 1,
|
||
"wisdom_koef": 1.5
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"table_name": "character_states",
|
||
"records": [
|
||
{
|
||
"id": 1,
|
||
"name": "Default"
|
||
},
|
||
{
|
||
"id": 2,
|
||
"name": "Duel"
|
||
}
|
||
]
|
||
}
|
||
] |