hook in data sources for adventurers and quests,

programatically generate quest rewards,
change damage math,
This commit is contained in:
2023-03-25 14:42:17 +01:00
parent 9ac13c4cae
commit c71eeda11f
13 changed files with 163 additions and 32 deletions
+38
View File
@@ -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
}
]