mirror of
https://github.com/YouHaveTrouble/GuildMaster.git
synced 2026-05-11 22:16:59 +00:00
hook in data sources for adventurers and quests,
programatically generate quest rewards, change damage math,
This commit is contained in:
@@ -0,0 +1,38 @@
|
||||
[
|
||||
{
|
||||
"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
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user