diff --git a/rawAssets/data/adventurers.json b/rawAssets/data/adventurers.json new file mode 100644 index 0000000..8fa9248 --- /dev/null +++ b/rawAssets/data/adventurers.json @@ -0,0 +1,102 @@ +[ + { + "id": "aldek", + "name": "Aldek", + "attackExponent": 1.1 + }, + { + "id": "aria", + "name": "Aria", + "attackExponent": 1.1 + }, + { + "id": "burnett", + "name": "Burnett", + "attackExponent": 1.1 + }, + { + "id": "charlotte", + "name": "Charlotte", + "attackExponent": 1.1 + }, + { + "id": "ella", + "name": "Ella", + "attackExponent": 1.1 + }, + { + "id": "elyza", + "name": "Elyza", + "attackExponent": 1.1 + }, + { + "id": "emille", + "name": "Emille", + "attackExponent": 1.1 + }, + { + "id": "garret", + "name": "Garret", + "attackExponent": 1.1 + }, + { + "id": "gryza", + "name": "Gryza", + "attackExponent": 1.1 + }, + { + "id": "lestat", + "name": "Lestat", + "attackExponent": 1.1 + }, + { + "id": "lydia", + "name": "Lydia", + "attackExponent": 1.1 + }, + { + "id": "noor", + "name": "Noor", + "attackExponent": 1.1 + }, + { + "id": "noron", + "name": "Noron", + "attackExponent": 1.1 + }, + { + "id": "oola", + "name": "Oola", + "attackExponent": 1.1 + }, + { + "id": "owen", + "name": "Owen", + "attackExponent": 1.1 + }, + { + "id": "ryslette", + "name": "Ryslette", + "attackExponent": 1.1 + }, + { + "id": "sally", + "name": "Sally", + "attackExponent": 1.1 + }, + { + "id": "tovu", + "name": "Tovu", + "attackExponent": 1.1 + }, + { + "id": "wrydio", + "name": "Wrydio", + "attackExponent": 1.1 + }, + { + "id": "xarya", + "name": "Xarya", + "attackExponent": 1.1 + } +] \ No newline at end of file diff --git a/rawAssets/img/portraits/aldek.png b/rawAssets/img/portraits/aldek.png new file mode 100644 index 0000000..2756d09 Binary files /dev/null and b/rawAssets/img/portraits/aldek.png differ diff --git a/rawAssets/img/portraits/aria.png b/rawAssets/img/portraits/aria.png new file mode 100644 index 0000000..249fccb Binary files /dev/null and b/rawAssets/img/portraits/aria.png differ diff --git a/rawAssets/img/portraits/burnett.png b/rawAssets/img/portraits/burnett.png new file mode 100644 index 0000000..4bfcdc8 Binary files /dev/null and b/rawAssets/img/portraits/burnett.png differ diff --git a/rawAssets/img/portraits/charlotte.png b/rawAssets/img/portraits/charlotte.png new file mode 100644 index 0000000..37e35f0 Binary files /dev/null and b/rawAssets/img/portraits/charlotte.png differ diff --git a/rawAssets/img/portraits/ella.png b/rawAssets/img/portraits/ella.png new file mode 100644 index 0000000..a6cbb76 Binary files /dev/null and b/rawAssets/img/portraits/ella.png differ diff --git a/rawAssets/img/portraits/elyza.png b/rawAssets/img/portraits/elyza.png new file mode 100644 index 0000000..81b7963 Binary files /dev/null and b/rawAssets/img/portraits/elyza.png differ diff --git a/rawAssets/img/portraits/emille.png b/rawAssets/img/portraits/emille.png new file mode 100644 index 0000000..ea451e2 Binary files /dev/null and b/rawAssets/img/portraits/emille.png differ diff --git a/rawAssets/img/portraits/garret.png b/rawAssets/img/portraits/garret.png new file mode 100644 index 0000000..56081b9 Binary files /dev/null and b/rawAssets/img/portraits/garret.png differ diff --git a/rawAssets/img/portraits/gryza.png b/rawAssets/img/portraits/gryza.png new file mode 100644 index 0000000..ba234da Binary files /dev/null and b/rawAssets/img/portraits/gryza.png differ diff --git a/rawAssets/img/portraits/lestat.png b/rawAssets/img/portraits/lestat.png new file mode 100644 index 0000000..8ad180f Binary files /dev/null and b/rawAssets/img/portraits/lestat.png differ diff --git a/rawAssets/img/portraits/lydia.png b/rawAssets/img/portraits/lydia.png new file mode 100644 index 0000000..d511697 Binary files /dev/null and b/rawAssets/img/portraits/lydia.png differ diff --git a/rawAssets/img/portraits/noor.png b/rawAssets/img/portraits/noor.png new file mode 100644 index 0000000..d170f5b Binary files /dev/null and b/rawAssets/img/portraits/noor.png differ diff --git a/rawAssets/img/portraits/noron.png b/rawAssets/img/portraits/noron.png new file mode 100644 index 0000000..c6637fe Binary files /dev/null and b/rawAssets/img/portraits/noron.png differ diff --git a/rawAssets/img/portraits/oola.png b/rawAssets/img/portraits/oola.png new file mode 100644 index 0000000..88191af Binary files /dev/null and b/rawAssets/img/portraits/oola.png differ diff --git a/rawAssets/img/portraits/owen.png b/rawAssets/img/portraits/owen.png new file mode 100644 index 0000000..cb8d0eb Binary files /dev/null and b/rawAssets/img/portraits/owen.png differ diff --git a/rawAssets/img/portraits/ryslette.png b/rawAssets/img/portraits/ryslette.png new file mode 100644 index 0000000..7b17016 Binary files /dev/null and b/rawAssets/img/portraits/ryslette.png differ diff --git a/rawAssets/img/portraits/sally.png b/rawAssets/img/portraits/sally.png new file mode 100644 index 0000000..0d179c5 Binary files /dev/null and b/rawAssets/img/portraits/sally.png differ diff --git a/rawAssets/img/portraits/tovu.png b/rawAssets/img/portraits/tovu.png new file mode 100644 index 0000000..4525b9a Binary files /dev/null and b/rawAssets/img/portraits/tovu.png differ diff --git a/rawAssets/img/portraits/wrydio.png b/rawAssets/img/portraits/wrydio.png new file mode 100644 index 0000000..0f19d44 Binary files /dev/null and b/rawAssets/img/portraits/wrydio.png differ diff --git a/rawAssets/img/portraits/xarya.png b/rawAssets/img/portraits/xarya.png new file mode 100644 index 0000000..e0a8992 Binary files /dev/null and b/rawAssets/img/portraits/xarya.png differ