mirror of
https://github.com/YouHaveTrouble/GuildMaster.git
synced 2026-05-12 14:36:58 +00:00
c71eeda11f
programatically generate quest rewards, change damage math,
38 lines
818 B
JSON
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
|
|
}
|
|
] |