scroll.server/config/starter-profile.example.json
scroll 812052bc3e initial import, client gets to the lobby
titan engine, logic model, auth/game/gateway services.
csv tables pulled out of the ipa are checked in so it runs out of the box.
2026-08-23 07:50:31 +03:00

37 lines
625 B
JSON

{
"name_prefix": "Scroll",
"exp_level": 3,
"exp_points": 0,
"gold": 25000,
"diamonds": 5000,
"free_diamonds": 0,
"trophies": 0,
"npc_win_count": 1,
"npc_lose_count": 0,
"arena": "Arena1",
"gold_resource": "Gold",
"chest_slot_count": 4,
"deck": [
"Knight",
"Archer",
"Goblins",
"Giant",
"Minions",
"Fireball",
"Arrows",
"Cannon"
],
"extra_collection": [
"Musketeer",
"Valkyrie",
"Skeletons",
"Bomber",
"Barbarians",
"SpearGoblins",
"MiniPekka",
"Witch"
],
"card_level_index": 0,
"card_count": 20,
"finish_tutorials": true
}