Files
GuildMaster/public/data/adventurers.json
T
YouHaveTrouble c71eeda11f hook in data sources for adventurers and quests,
programatically generate quest rewards,
change damage math,
2023-03-25 14:42:17 +01:00

38 lines
818 B
JSON

[
{
"id": "rincewind-diskworld",
"name": "Rincewind",
"portrait": "/img/adventurers/rincewind.png",
"attackExponent": 1.09
},
{
"id": "fran-sword-isekai",
"name": "Fran",
"portrait": "/img/adventurers/fran.png",
"attackExponent": 1.115
},
{
"id": "kazuma-konosuba",
"name": "Kazuma",
"portrait": "/img/adventurers/kazuma.png",
"attackExponent": 1.1
},
{
"id": "rein-beast-tamer",
"name": "Rein",
"portrait": "/img/adventurers/rein.png",
"attackExponent": 1.1
},
{
"id": "momon-overlord",
"name": "Momon",
"portrait": "/img/adventurers/momon.png",
"attackExponent": 1.11
},
{
"id": "goblin-slayer",
"name": "Goblin Slayer",
"portrait": "/img/adventurers/goblin-slayer.png",
"attackExponent": 1.1
}
]