continued migration

This commit is contained in:
Michael Freno
2025-12-16 23:31:12 -05:00
parent 8fb748f401
commit b3df3eedd2
117 changed files with 16957 additions and 3172 deletions

View File

@@ -0,0 +1 @@
Do not directly modify this directory, it is synced from lineage using the script `json-sync.ts`

View File

@@ -0,0 +1,248 @@
[
{
"name": "book of fire bolt",
"type": "spell",
"teaches": "fire bolt",
"icon": "Book",
"baseValue": 2500
},
{
"name": "book of catch flame",
"type": "spell",
"teaches": "catch flame",
"icon": "Book",
"baseValue": 5000
},
{
"name": "book of scorch",
"type": "spell",
"teaches": "scorch",
"icon": "Book",
"baseValue": 20000
},
{
"name": "book of fireballs",
"type": "spell",
"teaches": "fireball",
"icon": "Book_2",
"baseValue": 50000
},
{
"name": "book of fire wall",
"type": "spell",
"teaches": "fire wall",
"icon": "Book_2",
"baseValue": 150000
},
{
"name": "book of rain fire",
"type": "spell",
"teaches": "rain fire",
"icon": "Book_2",
"baseValue": 200000
},
{
"name": "forbidden fire techniques vol. 1",
"type": "spell",
"teaches": "dragons breath",
"icon": "Book_3",
"baseValue": 500000
},
{
"name": "forbidden fire techniques vol. 2",
"type": "spell",
"teaches": "sunbeam",
"icon": "Book_3",
"baseValue": 1000000
},
{
"name": "book of frost",
"type": "spell",
"teaches": "frost",
"icon": "Book",
"baseValue": 2500
},
{
"name": "book of water whip",
"type": "spell",
"teaches": "water whip",
"icon": "Book",
"baseValue": 5000
},
{
"name": "book of soothing waters",
"type": "spell",
"teaches": "soothing waters",
"icon": "Book",
"baseValue": 10000
},
{
"name": "book of cone of cold",
"type": "spell",
"teaches": "cone of cold",
"icon": "Book",
"baseValue": 20000
},
{
"name": "book of steam blast",
"type": "spell",
"teaches": "steam blast",
"icon": "Book_2",
"baseValue": 50000
},
{
"name": "book of ice spike",
"type": "spell",
"teaches": "ice spike",
"icon": "Book_2",
"baseValue": 100000
},
{
"name": "book of healing rain",
"type": "spell",
"teaches": "healing rain",
"icon": "Book_2",
"baseValue": 150000
},
{
"name": "book of orb of cold",
"type": "spell",
"teaches": "orb of cold",
"icon": "Book_2",
"baseValue": 200000
},
{
"name": "forbidden water techniques vol. 1",
"type": "spell",
"teaches": "torrent",
"icon": "Book_3",
"baseValue": 500000
},
{
"name": "forbidden water techniques vol. 2",
"type": "spell",
"teaches": "spike field",
"icon": "Book_3",
"baseValue": 1000000
},
{
"name": "book of air burst",
"type": "spell",
"teaches": "air burst",
"icon": "Book",
"baseValue": 2500
},
{
"name": "book of sparks",
"type": "spell",
"teaches": "sparks",
"icon": "Book",
"baseValue": 5000
},
{
"name": "book of lightning",
"type": "spell",
"teaches": "lightning",
"icon": "Book",
"baseValue": 20000
},
{
"name": "book of thunder clap",
"type": "spell",
"teaches": "thunder clap",
"icon": "Book_2",
"baseValue": 50000
},
{
"name": "book of chain lightning",
"type": "spell",
"teaches": "chain lightning",
"icon": "Book_2",
"baseValue": 100000
},
{
"name": "book of wind blades",
"type": "spell",
"teaches": "wind blades",
"icon": "Book_2",
"baseValue": 150000
},
{
"name": "book of gale",
"type": "spell",
"teaches": "surrounding gale",
"icon": "Book_2",
"baseValue": 200000
},
{
"name": "forbidden air techniques vol. 1",
"type": "spell",
"teaches": "tornado",
"icon": "Book_3",
"baseValue": 500000
},
{
"name": "forbidden air techniques vol. 2",
"type": "spell",
"teaches": "suffocate",
"icon": "Book_3",
"baseValue": 1000000
},
{
"name": "book of rock toss",
"type": "spell",
"teaches": "rock toss",
"icon": "Book",
"baseValue": 2500
},
{
"name": "book of stone hands",
"type": "spell",
"teaches": "stone hands",
"icon": "Book",
"baseValue": 5000
},
{
"name": "book of stone salvo",
"type": "spell",
"teaches": "stone salvo",
"icon": "Book",
"baseValue": 20000
},
{
"name": "book of rock armor",
"type": "spell",
"teaches": "rock armor",
"icon": "Book_2",
"baseValue": 50000
},
{
"name": "book of stalactite storm",
"type": "spell",
"teaches": "stalactite storm",
"icon": "Book_2",
"baseValue": 100000
},
{
"name": "book of rock wall",
"type": "spell",
"teaches": "rock wall",
"icon": "Book_2",
"baseValue": 200000
},
{
"name": "forbidden earth techniques vol. 1",
"type": "spell",
"teaches": "earthquake",
"icon": "Book_3",
"baseValue": 500000
},
{
"name": "forbidden earth techniques vol. 2",
"type": "spell",
"teaches": "collider",
"icon": "Book_3",
"baseValue": 1000000
}
]

View File

@@ -0,0 +1,794 @@
[
{
"name": "fire bolt",
"element": "fire",
"proficiencyNeeded": "novice",
"targets": "single",
"type": "offense",
"manaCost": 10,
"damageTable": {
"fire": 15
},
"debuffNames": [
{
"name": "burn",
"chance": 0.25
}
],
"animation": {
"sprite": "fireMissile",
"style": "missile",
"position": "enemy",
"scale": 0.3,
"reachTargetAtFrame": 5
}
},
{
"name": "catch flame",
"element": "fire",
"targets": "single",
"type": "offense",
"proficiencyNeeded": "apprentice",
"manaCost": 20,
"damageTable": {
"fire": 25
},
"debuffNames": [
{
"name": "burn",
"chance": 0.25
}
],
"animation": {
"sprite": "fireSlash",
"style": "static",
"position": "enemy",
"scale": 0.5
}
},
{
"name": "scorch",
"element": "fire",
"targets": "single",
"type": "offense",
"proficiencyNeeded": "adept",
"manaCost": 50,
"damageTable": {
"fire": 25
},
"debuffNames": [
{
"name": "burn",
"chance": 1.0
}
],
"animation": {
"sprite": "flameDust",
"style": "static",
"position": "enemy",
"scale": 0.6
}
},
{
"name": "fireball",
"element": "fire",
"targets": "single",
"type": "offense",
"proficiencyNeeded": "adept",
"manaCost": 75,
"damageTable": {
"fire": 60
},
"debuffNames": [
{
"name": "burn",
"chance": 0.25
}
],
"animation": {
"sprite": "fireMissile",
"style": "missile",
"position": "enemy",
"scale": 0.7,
"reachTargetAtFrame": 5
}
},
{
"name": "fire wall",
"element": "fire",
"targets": "area",
"type": "defense",
"proficiencyNeeded": "expert",
"manaCost": 100,
"maxTurnsActive": 3,
"buffNames": [
"projectile suppression"
],
"debuffNames": [
{
"name": "burn",
"chance": 0.5
}
],
"animation": {
"sprite": "flameWall",
"style": "static",
"position": "field",
"scale": 0.8
}
},
{
"name": "rain fire",
"element": "fire",
"targets": "area",
"type": "offense",
"proficiencyNeeded": "master",
"manaCost": 250,
"maxTurnsActive": 5,
"damageTable": {
"fire": 50
},
"debuffNames": [
{
"name": "burn",
"chance": 0.25
}
],
"animation": {
"sprite": "fireRain",
"style": "static",
"position": "enemy"
}
},
{
"name": "dragons breath",
"element": "fire",
"targets": "area",
"type": "offense",
"proficiencyNeeded": "legend",
"manaCost": 600,
"damageTable": {
"fire": 275
},
"debuffNames": [
{
"name": "severe burn",
"chance": 0.75
}
],
"animation": {
"sprite": "dragonBreath",
"style": "static",
"position": "enemy",
"topOffset": 30
}
},
{
"name": "sunbeam",
"element": "fire",
"targets": "single",
"type": "offense",
"proficiencyNeeded": "legend",
"manaCost": 800,
"damageTable": {
"fire": 400
},
"debuffNames": [
{
"name": "severe burn",
"chance": 1.0
}
],
"animation": {
"sprite": "fireBeam",
"style": "span",
"position": "self",
"scale": 1.2
}
},
{
"name": "frost",
"element": "water",
"targets": "single",
"type": "offense",
"proficiencyNeeded": "novice",
"manaCost": 10,
"damageTable": {
"cold": 10
},
"debuffNames": [
{
"name": "chill",
"chance": 0.5
}
],
"animation": {
"sprite": "iceBlock",
"style": "static",
"position": "enemy",
"scale": 0.3
}
},
{
"name": "water whip",
"element": "water",
"targets": "single",
"type": "offense",
"proficiencyNeeded": "apprentice",
"manaCost": 20,
"damageTable": {
"physical": 30
},
"animation": {
"sprite": "ambiguousSparks",
"style": "static",
"position": "enemy",
"scale": 0.4
}
},
{
"name": "soothing waters",
"element": "water",
"targets": "single",
"type": "defense",
"proficiencyNeeded": "apprentice",
"manaCost": 50,
"selfDamageTable": {
"raw": -35
},
"animation": {
"sprite": "splash",
"style": "static",
"position": "self"
}
},
{
"name": "cone of cold",
"element": "water",
"targets": "area",
"type": "offense",
"proficiencyNeeded": "adept",
"manaCost": 100,
"damageTable": {
"cold": 40
},
"debuffNames": [
{
"name": "chill",
"chance": 1.0
},
{
"name": "chill",
"chance": 1.0
}
],
"animation": {
"sprite": "coldSmoke",
"style": "span",
"position": "self"
}
},
{
"name": "steam blast",
"element": "water",
"targets": "single",
"type": "offense",
"proficiencyNeeded": "adept",
"manaCost": 125,
"damageTable": {
"fire": 60
},
"buffNames": null,
"debuffNames": [
{
"name": "burn",
"chance": 0.5
}
],
"animation": {
"sprite": "steam",
"style": "span",
"position": "enemy",
"scale": 0.5,
"leftOffset": 10
}
},
{
"name": "ice spike",
"element": "water",
"targets": "single",
"type": "offense",
"proficiencyNeeded": "expert",
"manaCost": 200,
"damageTable": {
"cold": 100
},
"buffNames": null,
"debuffNames": [
{
"name": "chill",
"chance": 0.75
},
{
"name": "chill",
"chance": 0.75
},
{
"name": "chill",
"chance": 0.75
}
],
"animation": {
"sprite": "iceSpike",
"style": "static",
"position": "enemy"
}
},
{
"name": "healing rain",
"element": "water",
"proficiencyNeeded": "master",
"targets": "area",
"type": "defense",
"manaCost": 200,
"buffNames": [
"lasting heal"
],
"debuffNames": null,
"animation": {
"sprite": "rainCall",
"style": "static",
"position": "self"
}
},
{
"name": "orb of cold",
"element": "water",
"targets": "area",
"type": "offense",
"proficiencyNeeded": "master",
"manaCost": 300,
"maxTurnsActive": 5,
"damageTable": {
"cold": 50
},
"debuffNames": [
{
"name": "chill",
"chance": 0.75
}
],
"animation": {
"sprite": "iceOrb",
"style": "static",
"position": "enemy",
"scale": 0.8,
"repeat": 3
}
},
{
"name": "torrent",
"element": "water",
"targets": "single",
"type": "offense",
"proficiencyNeeded": "legend",
"manaCost": 600,
"damageTable": {
"physical": 400
},
"animation": {
"sprite": "torrent",
"style": "static",
"position": "enemy"
}
},
{
"name": "spike field",
"element": "water",
"targets": "area",
"type": "offense",
"proficiencyNeeded": "legend",
"manaCost": 700,
"maxTurnsActive": 2,
"damageTable": {
"cold": 150
},
"debuffNames": [
{
"name": "chill",
"chance": 0.75
},
{
"name": "chill",
"chance": 0.75
},
{
"name": "bleed",
"chance": 0.75
},
{
"name": "bleed",
"chance": 0.75
}
],
"animation": {
"sprite": "massSpikes",
"style": "static",
"position": "enemy",
"retrigger": false,
"scale": 1.4
}
},
{
"name": "air burst",
"element": "air",
"targets": "single",
"type": "offense",
"proficiencyNeeded": "novice",
"manaCost": 15,
"damageTable": {
"physical": 18
},
"animation": {
"sprite": "puft",
"style": "static",
"position": "enemy",
"scale": 0.4
}
},
{
"name": "sparks",
"element": "air",
"targets": "single",
"type": "offense",
"proficiencyNeeded": "apprentice",
"manaCost": 25,
"damageTable": {
"lightning": 25
},
"debuffNames": [
{
"name": "shocked",
"chance": 0.5
}
],
"animation": {
"sprite": "sparks",
"style": "static",
"position": "enemy",
"scale": 0.4
}
},
{
"name": "lightning",
"element": "air",
"targets": "single",
"type": "offense",
"proficiencyNeeded": "adept",
"manaCost": 75,
"damageTable": {
"lightning": 50
},
"debuffNames": [
{
"name": "shocked",
"chance": 0.5
},
{
"name": "shocked",
"chance": 0.5
}
],
"animation": {
"sprite": "lightning",
"style": "static",
"position": "enemy"
}
},
{
"name": "thunder clap",
"element": "air",
"targets": "single",
"type": "offense",
"proficiencyNeeded": "expert",
"manaCost": 75,
"damageTable": {
"lightning": 50
},
"debuffNames": [
{
"name": "shocked",
"chance": 0.75
},
{
"name": "stun",
"chance": 0.5
}
],
"animation": {
"sprite": "thunderClap",
"style": "static",
"position": "enemy",
"scale": 0.8
}
},
{
"name": "chain lightning",
"element": "air",
"targets": "area",
"type": "offense",
"proficiencyNeeded": "expert",
"manaCost": 105,
"damageTable": {
"lightning": 70
},
"debuffNames": [
{
"name": "shocked",
"chance": 0.75
},
{
"name": "stun",
"chance": 0.5
}
],
"animation": {
"sprite": "lightningRay",
"style": "span",
"position": "self",
"repeat": 3
}
},
{
"name": "wind blades",
"element": "air",
"targets": "single",
"type": "offense",
"proficiencyNeeded": "master",
"manaCost": 100,
"damageTable": {
"physical": 100
},
"debuffNames": [
{
"name": "bleed",
"chance": 0.75
},
{
"name": "bleed",
"chance": 0.75
}
],
"animation": {
"sprite": "windBlades",
"style": "static",
"position": "enemy",
"scale": 0.8
}
},
{
"name": "surrounding gale",
"element": "air",
"targets": "single",
"type": "defense",
"proficiencyNeeded": "master",
"manaCost": 125,
"buffNames": [
"hard to see",
"damaging to hit"
],
"animation": {
"sprite": "groundSlash",
"style": "static",
"position": "self",
"repeat": 2
}
},
{
"name": "tornado",
"element": "air",
"targets": "area",
"type": "offense",
"proficiencyNeeded": "legend",
"maxTurnsActive": 3,
"manaCost": 500,
"damageTable": {
"physical": 100
},
"animation": {
"sprite": "tornado",
"style": "static",
"position": "enemy",
"scale": 1.4
}
},
{
"name": "suffocate",
"element": "air",
"targets": "single",
"type": "offense",
"proficiencyNeeded": "legend",
"maxTurnsActive": 5,
"manaCost": 1250,
"damageTable": {
"physical": 125
},
"debuffNames": [
{
"name": "stun",
"chance": 0.75
}
],
"animation": {
"sprite": "suffocate",
"style": "static",
"position": "enemy",
"scale": 0.8
}
},
{
"name": "rock toss",
"element": "earth",
"targets": "single",
"type": "offense",
"proficiencyNeeded": "novice",
"manaCost": 10,
"damageTable": {
"physical": 5,
"raw": 5
},
"debuffNames": [
{
"name": "stun",
"chance": 0.10
}
],
"animation": {
"sprite": "rockDrop",
"style": "static",
"position": "enemy"
}
},
{
"name": "stone hands",
"element": "earth",
"targets": "self",
"type": "defense",
"proficiencyNeeded": "apprentice",
"manaCost": 20,
"buffNames": [
"stone hands"
],
"debuffNames": null,
"animation": {
"glow": "#77484C20",
"position": "self"
}
},
{
"name": "stone salvo",
"element": "earth",
"targets": "area",
"type": "offense",
"proficiencyNeeded": "adept",
"maxTurnsActive": 3,
"manaCost": 40,
"damageTable": {
"physical": 5,
"raw": 5
},
"debuffNames": [
{
"name": "stun",
"chance": 0.25
}
],
"animation": {
"sprite": "rocksDropper",
"style": "static",
"position": "enemy"
}
},
{
"name": "rock armor",
"element": "earth",
"targets": "self",
"type": "defense",
"proficiencyNeeded": "adept",
"manaCost": 60,
"buffNames": [
"rock armor"
],
"animation": {
"glow": "#77484C20",
"position": "self"
}
},
{
"name": "stalactite storm",
"element": "earth",
"targets": "area",
"type": "offense",
"proficiencyNeeded": "expert",
"manaCost": 120,
"damageTable": {
"physical": 90,
"raw": 40
},
"animation": {
"sprite": "fallingSpikes",
"style": "static",
"position": "enemy",
"scale": 4
}
},
{
"name": "rock wall",
"element": "earth",
"targets": "area",
"type": "defense",
"proficiencyNeeded": "master",
"maxTurnsActive": 5,
"manaCost": 120,
"buffNames": [
"projectile negation"
],
"animation": {
"sprite": "rockWall",
"style": "static",
"position": "field"
}
},
{
"name": "earthquake",
"element": "earth",
"targets": "area",
"type": "offense",
"proficiencyNeeded": "legend",
"manaCost": 650,
"damageTable": {
"physical": 120,
"raw": 75
},
"debuffNames": [
{
"name": "heavy stun",
"chance": 1.0
}
],
"animation": {
"glow": "#77484895",
"position": "field",
"triggersScreenShake": {
"when": "start",
"duration": 1000
},
"duration": 1000
}
},
{
"name": "collider",
"element": "earth",
"targets": "single",
"type": "offense",
"proficiencyNeeded": "legend",
"manaCost": 1200,
"damageTable": {
"physical": 330,
"raw": 100
},
"debuffNames": [
{
"name": "heavy stun",
"chance": 1.0
}
],
"animation": {
"sprite": "rockCollider",
"style": "static",
"position": "enemy",
"scale": 2
}
}
]

View File

@@ -0,0 +1,220 @@
[
{
"name": "book of pull blood",
"type": "spell",
"teaches": "pull blood",
"icon": "Book",
"baseValue": 2500
},
{
"name": "book of orb burst (mana)",
"type": "spell",
"teaches": "orb burst(mana)",
"icon": "Book",
"baseValue": 5000
},
{
"name": "book of orb burst (health)",
"type": "spell",
"teaches": "orb burst(health)",
"icon": "Book",
"baseValue": 5000
},
{
"name": "book of vampiric touch",
"type": "spell",
"teaches": "vampiric touch",
"icon": "Book",
"baseValue": 20000
},
{
"name": "book of blood spear",
"type": "spell",
"teaches": "blood spear",
"icon": "Book_2",
"baseValue": 50000
},
{
"name": "book of blood lance",
"type": "spell",
"teaches": "blood lance",
"icon": "Book_2",
"baseValue": 150000
},
{
"name": "book of blood storm",
"type": "spell",
"teaches": "blood storm",
"icon": "Book_2",
"baseValue": 200000
},
{
"name": "forbidden blood techniques",
"type": "spell",
"teaches": "blood spike",
"icon": "Book_3",
"baseValue": 1000000
},
{
"name": "book of the flying skull",
"type": "spell",
"teaches": "summon flying skull",
"icon": "Book",
"baseValue": 2500
},
{
"name": "book of skeleton raising",
"type": "spell",
"teaches": "raise skeleton",
"icon": "Book",
"baseValue": 5000
},
{
"name": "book of zombie raising",
"type": "spell",
"teaches": "raise zombie",
"icon": "Book",
"baseValue": 15000
},
{
"name": "book of luch summoning",
"type": "spell",
"teaches": "summon lich",
"icon": "Book_2",
"baseValue": 50000
},
{
"name": "book of wraith summoning",
"type": "spell",
"teaches": "summon wraith",
"icon": "Book_2",
"baseValue": 150000
},
{
"name": "forbidden summoning techniques vol. 1",
"type": "spell",
"teaches": "summon death knight",
"icon": "Book_3",
"baseValue": 500000
},
{
"name": "forbidden summoning techniques vol. 2",
"type": "spell",
"teaches": "mass raise dead",
"icon": "Book_3",
"baseValue": 1000000
},
{
"name": "book of teeth",
"type": "spell",
"teaches": "teeth",
"icon": "Book",
"baseValue": 2500
},
{
"name": "book of bone shield",
"type": "spell",
"teaches": "bone shield",
"icon": "Book",
"baseValue": 5000
},
{
"name": "book of bone wall",
"type": "spell",
"teaches": "bone wall",
"icon": "Book",
"baseValue": 20000
},
{
"name": "book of bone spear",
"type": "spell",
"teaches": "bone spear",
"icon": "Book",
"baseValue": 50000
},
{
"name": "book of bone armor",
"type": "spell",
"teaches": "bone armor",
"icon": "Book_2",
"baseValue": 50000
},
{
"name": "book of bone armor",
"type": "spell",
"teaches": "bone armor",
"icon": "Book_2",
"baseValue": 150000
},
{
"name": "book of bone prison",
"type": "spell",
"teaches": "bone prison",
"icon": "Book_2",
"baseValue": 200000
},
{
"name": "forbidden bone techniques",
"type": "spell",
"teaches": "bone blade",
"icon": "Book_3",
"baseValue": 1000000
},
{
"name": "book of poison dart",
"type": "spell",
"teaches": "poison dart",
"icon": "Book",
"baseValue": 2500
},
{
"name": "book of plague cloud",
"type": "spell",
"teaches": "plague cloud",
"icon": "Book",
"baseValue": 5000
},
{
"name": "book of poison stream",
"type": "spell",
"teaches": "poison stream",
"icon": "Book",
"baseValue": 20000
},
{
"name": "book of disease ward",
"type": "spell",
"teaches": "disease ward",
"icon": "Book",
"baseValue": 20000
},
{
"name": "book of miasma",
"type": "spell",
"teaches": "miasma",
"icon": "Book_2",
"baseValue": 50000
},
{
"name": "book of plague bearer",
"type": "spell",
"teaches": "plague bearer",
"icon": "Book_2",
"baseValue": 150000
},
{
"name": "book of death cloud",
"type": "spell",
"teaches": "death cloud",
"icon": "Book_2",
"baseValue": 200000
},
{
"name": "forbidden pestilence techniques",
"type": "spell",
"teaches": "virulent explosion",
"icon": "Book_3",
"baseValue": 1000000
}
]

View File

@@ -0,0 +1,580 @@
[
{
"name": "pull blood",
"element": "blood",
"targets": "single",
"type": "offense",
"proficiencyNeeded": "novice",
"manaCost": 20,
"damageTable": {
"physical": 5
},
"buffNames": [
"blood orb"
],
"animation": {
"sprite": "bloodCone",
"style": "static",
"position": "enemy",
"leftOffset": 5,
"scale": 0.3
}
},
{
"name": "orb burst(mana)",
"element": "blood",
"targets": "self",
"type": "defense",
"proficiencyNeeded": "apprentice",
"manaCost": -35,
"buffNames": [
"consume blood orb"
],
"animation": {
"sprite": "bloodBurst",
"style": "static",
"position": "self"
}
},
{
"name": "orb burst(health)",
"element": "blood",
"targets": "self",
"type": "defense",
"proficiencyNeeded": "apprentice",
"manaCost": 5,
"selfDamageTable": {
"raw": -30
},
"buffNames": [
"consume blood orb"
],
"animation": {
"sprite": "bloodBurst",
"style": "static",
"position": "self"
}
},
{
"name": "vampiric touch",
"element": "blood",
"targets": "single",
"type": "offense",
"proficiencyNeeded": "adept",
"manaCost": 65,
"damageTable": {
"physical": 25
},
"selfDamageTable": {
"raw": -20
},
"buffNames": [
"blood orb"
],
"animation": {
"glow": "#7f1d1d80",
"position": "enemy"
}
},
{
"name": "blood spear",
"element": "blood",
"targets": "single",
"type": "offense",
"proficiencyNeeded": "expert",
"damageTable": {
"physical": 90
},
"manaCost": 75,
"buffNames": [
"consume blood orb"
],
"animation": {
"sprite": "bloodLongBolts",
"style": "span",
"position": "enemy"
}
},
{
"name": "blood lance",
"element": "blood",
"targets": "single",
"type": "offense",
"proficiencyNeeded": "master",
"manaCost": 150,
"damageTable": {
"physical": 125
},
"selfDamageTable": {
"raw": 25
},
"buffNames": [
"consume blood orb",
"consume blood orb"
],
"debuffNames": [
{
"name": "hemmorage",
"chance": 0.75
}
],
"animation": {
"sprite": "bloodSimpleBolts",
"style": "span",
"position": "enemy"
}
},
{
"name": "blood storm",
"element": "blood",
"targets": "area",
"type": "offense",
"proficiencyNeeded": "legend",
"manaCost": 300,
"damageTable": {
"physical": 200
},
"selfDamageTable": {
"raw": 50
},
"buffNames": [
"blood orb",
"blood orb"
],
"debuffNames": [
{
"name": "hemmorage",
"chance": 1.0
}
],
"animation": {
"sprite": "bloodRain",
"style": "static",
"position": "enemy"
}
},
{
"name": "blood spike",
"element": "blood",
"targets": "single",
"type": "offense",
"proficiencyNeeded": "legend",
"manaCost": 750,
"damageTable": {
"physical": 350
},
"selfDamageTable": {
"raw": 75
},
"buffNames": [
"blood orb",
"blood orb",
"blood orb"
],
"debuffNames": [
{
"name": "severe hemmorage",
"chance": 1.0
}
],
"animation": {
"sprite": "bloodSpikes",
"style": "static",
"position": "enemy"
}
},
{
"name": "summon flying skull",
"element": "summoning",
"targets": "self",
"type": "defense",
"proficiencyNeeded": "novice",
"manaCost": 50,
"summonNames": [
"flying skull"
]
},
{
"name": "raise skeleton",
"element": "summoning",
"targets": "self",
"type": "defense",
"proficiencyNeeded": "apprentice",
"manaCost": 50,
"summonNames": [
"skeleton"
]
},
{
"name": "raise zombie",
"element": "summoning",
"targets": "self",
"type": "defense",
"proficiencyNeeded": "adept",
"manaCost": 50,
"summonNames": [
"skeleton"
]
},
{
"name": "summon lich",
"element": "summoning",
"targets": "self",
"type": "defense",
"proficiencyNeeded": "expert",
"manaCost": 150,
"summonNames": [
"lich"
]
},
{
"name": "summon wraith",
"element": "summoning",
"targets": "self",
"type": "defense",
"proficiencyNeeded": "master",
"manaCost": 250,
"summonNames": [
"wraith"
]
},
{
"name": "summon death knight",
"element": "summoning",
"targets": "self",
"type": "defense",
"proficiencyNeeded": "legend",
"manaCost": 500,
"summonNames": [
"death knight"
]
},
{
"name": "mass raise dead",
"element": "summoning",
"targets": "area",
"type": "offense",
"proficiencyNeeded": "legend",
"manaCost": 750,
"summonNames": [
"skeleton",
"skeleton",
"skeleton"
]
},
{
"name": "teeth",
"element": "bone",
"targets": "dual",
"type": "offense",
"proficiencyNeeded": "novice",
"manaCost": 15,
"damageTable": {
"physical": 7
},
"animation": {
"sprite": "teeth",
"style": "span",
"position": "field"
}
},
{
"name": "bone shield",
"element": "bone",
"targets": "self",
"type": "defense",
"proficiencyNeeded": "apprentice",
"manaCost": 15,
"buffNames": [
"bone shield"
],
"animation": {
"sprite": "boneShield",
"style": "static",
"position": "self"
}
},
{
"name": "bone wall",
"element": "bone",
"targets": "area",
"type": "defense",
"proficiencyNeeded": "adept",
"manaCost": 60,
"buffNames": [
"projectile suppression"
],
"animation": {
"sprite": "boneWall",
"style": "static",
"position": "field"
}
},
{
"name": "bone spear",
"element": "bone",
"targets": "single",
"type": "offense",
"proficiencyNeeded": "expert",
"manaCost": 45,
"damageTable": {
"physical": 40
},
"debuffNames": [
{
"name": "bleed",
"chance": 0.5
}
],
"animation": {
"sprite": "boneLance",
"style": "span",
"position": "field"
}
},
{
"name": "bone armor",
"element": "bone",
"targets": "self",
"type": "defense",
"proficiencyNeeded": "master",
"manaCost": 75,
"buffNames": [
"guard"
],
"animation": {
"sprite": "boneShield",
"style": "static",
"position": "self"
}
},
{
"name": "bone prison",
"element": "bone",
"targets": "single",
"type": "offense",
"proficiencyNeeded": "master",
"manaCost": 125,
"damageTable": {
"physical": 100
},
"debuffNames": [
{
"name": "stun",
"chance": 0.75
}
],
"animation": {
"sprite": "boneOrb",
"style": "static",
"position": "enemy"
}
},
{
"name": "bone blade",
"element": "bone",
"targets": "area",
"type": "offense",
"proficiencyNeeded": "legend",
"manaCost": 200,
"damageTable": {
"physical": 300
},
"animation": {
"sprite": "boneBlade",
"style": "static",
"position": "enemy"
}
},
{
"name": "poison dart",
"element": "pestilence",
"targets": "single",
"type": "offense",
"proficiencyNeeded": "novice",
"manaCost": 20,
"damageTable": {
"poison": 5
},
"debuffNames": [
{
"name": "poison",
"chance": 0.75
}
],
"animation": {
"sprite": "poisonDart",
"style": "missile",
"position": "enemy",
"reachTargetAtFrame": 10,
"scale": 0.3
}
},
{
"name": "plague cloud",
"element": "pestilence",
"targets": "area",
"type": "offense",
"proficiencyNeeded": "apprentice",
"manaCost": 35,
"damageTable": {
"poison": 15
},
"debuffNames": [
{
"name": "diseased",
"chance": 0.5
}
],
"animation": {
"sprite": "poisonPuft",
"style": "static",
"position": "enemy"
}
},
{
"name": "poison stream",
"element": "pestilence",
"targets": "area",
"type": "offense",
"proficiencyNeeded": "adept",
"manaCost": 60,
"damageTable": {
"poison": 5
},
"debuffNames": [
{
"name": "poison",
"chance": 0.75
},
{
"name": "poison",
"chance": 0.75
}
],
"animation": {
"sprite": "poisonStream",
"style": "span",
"position": "field"
}
},
{
"name": "disease ward",
"element": "pestilence",
"targets": "self",
"type": "defense",
"proficiencyNeeded": "adept",
"manaCost": 50,
"buffNames": [
"disease immunity"
],
"animation": {
"sprite": "poisonShield",
"style": "span",
"position": "field"
}
},
{
"name": "miasma",
"element": "pestilence",
"targets": "area",
"type": "offense",
"proficiencyNeeded": "expert",
"manaCost": 100,
"damageTable": {
"poison": 45
},
"debuffNames": [
{
"name": "poison",
"chance": 1.0
},
{
"name": "diseased",
"chance": 0.75
}
],
"animation": {
"sprite": "poisonOrbBurst",
"style": "static",
"position": "enemy"
}
},
{
"name": "plague bearer",
"element": "pestilence",
"targets": "self",
"type": "defense",
"proficiencyNeeded": "master",
"manaCost": 175,
"damageTable": {
"poison": 75
},
"buffNames": [
"siphon poison"
],
"debuffNames": [
{
"name": "diseased",
"chance": 1.0
}
],
"animation": {
"glow": "#53DF2E",
"position": "field"
}
},
{
"name": "death cloud",
"element": "pestilence",
"targets": "area",
"type": "offense",
"proficiencyNeeded": "legend",
"manaCost": 300,
"damageTable": {
"poison": 150
},
"debuffNames": [
{
"name": "poison",
"chance": 1.0
},
{
"name": "diseased",
"chance": 1.0
}
],
"animation": {
"sprite": "poisonSmallBurst",
"style": "static",
"position": "enemy"
}
},
{
"name": "virulent explosion",
"element": "pestilence",
"targets": "area",
"type": "offense",
"proficiencyNeeded": "legend",
"manaCost": 500,
"damageTable": {
"poison": 250
},
"debuffNames": [
{
"name": "severe poison",
"chance": 1.0
},
{
"name": "severe disease",
"chance": 1.0
}
],
"animation": {
"sprite": "poisonLargeBurst",
"style": "static",
"position": "enemy"
}
}
]

View File

@@ -0,0 +1,262 @@
[
{
"name": "book of flash heal",
"type": "spell",
"teaches": "flash heal",
"icon": "Book",
"baseValue": 2500
},
{
"name": "book of minor blessing",
"type": "spell",
"teaches": "minor blessing",
"icon": "Book",
"baseValue": 2500
},
{
"name": "book of holy light",
"type": "spell",
"teaches": "holy light",
"icon": "Book",
"baseValue": 2500
},
{
"name": "book of rejuvenating light",
"type": "spell",
"teaches": "rejuvenating light",
"icon": "Book",
"baseValue": 5000
},
{
"name": "book of turn undead",
"type": "spell",
"teaches": "turn undead",
"icon": "Book",
"baseValue": 20000
},
{
"name": "book of cleansing light",
"type": "spell",
"teaches": "cleansing light",
"icon": "Book",
"baseValue": 10000
},
{
"name": "book of delayed heal",
"type": "spell",
"teaches": "delayed heal",
"icon": "Book_2",
"baseValue": 50000
},
{
"name": "book of moderate heal",
"type": "spell",
"teaches": "moderate heal",
"icon": "Book_2",
"baseValue": 75000
},
{
"name": "book of holy nova",
"type": "spell",
"teaches": "holy nova",
"icon": "Book_2",
"baseValue": 100000
},
{
"name": "book of revoke undead",
"type": "spell",
"teaches": "revoke undead",
"icon": "Book_2",
"baseValue": 150000
},
{
"name": "book of great rejuvenating light",
"type": "spell",
"teaches": "great rejuvenating light",
"icon": "Book_2",
"baseValue": 200000
},
{
"name": "sacred healing techniques vol. 1",
"type": "spell",
"teaches": "overwhelming glow",
"icon": "Book_3",
"baseValue": 500000
},
{
"name": "sacred healing techniques vol. 2",
"type": "spell",
"teaches": "unending cure",
"icon": "Book_3",
"baseValue": 1000000
},
{
"name": "book of judgment",
"type": "spell",
"teaches": "judgment",
"icon": "Book",
"baseValue": 2500
},
{
"name": "book of righteous fury",
"type": "spell",
"teaches": "righteous fury",
"icon": "Book",
"baseValue": 2500
},
{
"name": "book of holy bolt",
"type": "spell",
"teaches": "holy bolt",
"icon": "Book",
"baseValue": 2500
},
{
"name": "book of holy strike",
"type": "spell",
"teaches": "holy strike",
"icon": "Book",
"baseValue": 5000
},
{
"name": "book of righteous blow",
"type": "spell",
"teaches": "righteous blow",
"icon": "Book",
"baseValue": 10000
},
{
"name": "book of consecrated blade",
"type": "spell",
"teaches": "consecrated blade",
"icon": "Book_2",
"baseValue": 50000
},
{
"name": "book of holy wrath",
"type": "spell",
"teaches": "holy wrath",
"icon": "Book_2",
"baseValue": 75000
},
{
"name": "book of smite",
"type": "spell",
"teaches": "smite",
"icon": "Book_2",
"baseValue": 100000
},
{
"name": "book of holy nova",
"type": "spell",
"teaches": "holy nova",
"icon": "Book_2",
"baseValue": 150000
},
{
"name": "book of righteous condemnation",
"type": "spell",
"teaches": "righteous condemnation",
"icon": "Book_2",
"baseValue": 200000
},
{
"name": "sacred vengeance techniques vol. 1",
"type": "spell",
"teaches": "divine judgment",
"icon": "Book_3",
"baseValue": 500000
},
{
"name": "sacred vengeance techniques vol. 2",
"type": "spell",
"teaches": "holy cataclysm",
"icon": "Book_3",
"baseValue": 1000000
},
{
"name": "book of blessed guard",
"type": "spell",
"teaches": "blessed guard",
"icon": "Book",
"baseValue": 2500
},
{
"name": "book of protection aura",
"type": "spell",
"teaches": "protection aura",
"icon": "Book",
"baseValue": 2500
},
{
"name": "book of divine fortitude",
"type": "spell",
"teaches": "divine fortitude",
"icon": "Book",
"baseValue": 2500
},
{
"name": "book of reflective bulwark",
"type": "spell",
"teaches": "reflective bulwark",
"icon": "Book",
"baseValue": 5000
},
{
"name": "book of readied guard",
"type": "spell",
"teaches": "readied guard",
"icon": "Book",
"baseValue": 5000
},
{
"name": "book of holy ward",
"type": "spell",
"teaches": "holy ward",
"icon": "Book",
"baseValue": 10000
},
{
"name": "book of blessed shield",
"type": "spell",
"teaches": "blessed shield",
"icon": "Book_2",
"baseValue": 50000
},
{
"name": "book of divine resilience",
"type": "spell",
"teaches": "divine resilience",
"icon": "Book_2",
"baseValue": 75000
},
{
"name": "book of divine intervention",
"type": "spell",
"teaches": "divine intervention",
"icon": "Book_2",
"baseValue": 100000
},
{
"name": "book of holy sanctuary",
"type": "spell",
"teaches": "holy sanctuary",
"icon": "Book_2",
"baseValue": 150000
},
{
"name": "book of holy barrier",
"type": "spell",
"teaches": "holy barrier",
"icon": "Book_2",
"baseValue": 200000
},
{
"name": "sacred protection techniques",
"type": "spell",
"teaches": "aegis of light",
"icon": "Book_3",
"baseValue": 1000000
}
]

View File

@@ -0,0 +1,708 @@
[
{
"name": "flash heal",
"element": "holy",
"targets": "self",
"type": "defense",
"proficiencyNeeded": "novice",
"manaCost": 25,
"selfDamageTable": {
"raw": -35
},
"animation": {
"sprite": "goldenHeal",
"style": "static",
"position": "self"
}
},
{
"name": "minor blessing",
"element": "holy",
"targets": "self",
"type": "defense",
"proficiencyNeeded": "novice",
"manaCost": 15,
"buffNames": [
"minor fortitude"
],
"animation": {
"sprite": "holyShield",
"style": "static",
"position": "self"
}
},
{
"name": "holy light",
"element": "holy",
"targets": "single",
"type": "offense",
"proficiencyNeeded": "novice",
"manaCost": 20,
"damageTable": {
"holy": 15
},
"debuffNames": [
{
"name": "blind",
"chance": 0.25
}
],
"animation": {
"glow": "#FBD44F",
"position": "field"
}
},
{
"name": "rejuvenating light",
"element": "holy",
"targets": "self",
"type": "defense",
"proficiencyNeeded": "apprentice",
"manaCost": 20,
"buffNames": [
"quickened mind"
],
"animation": {
"glow": "#FBD44F",
"position": "field"
}
},
{
"name": "turn undead",
"element": "holy",
"targets": "area",
"type": "offense",
"proficiencyNeeded": "apprentice",
"manaCost": 50,
"damageTable": {
"holy": 20
},
"debuffNames": [
{
"name": "undead cower",
"chance": 1.0
}
],
"animation": {
"sprite": "corruptSword",
"style": "static",
"position": "enemy"
}
},
{
"name": "cleansing light",
"element": "holy",
"targets": "self",
"type": "defense",
"proficiencyNeeded": "apprentice",
"manaCost": 40,
"selfDamageTable": {
"raw": -25
},
"buffNames": [
"purify"
],
"animation": {
"glow": "#FBD44F",
"position": "field"
}
},
{
"name": "delayed heal",
"element": "holy",
"targets": "self",
"type": "defense",
"proficiencyNeeded": "adept",
"manaCost": 75,
"buffNames": [
"delayed heal"
],
"animation": {
"sprite": "goldenHeal",
"style": "static",
"position": "self"
}
},
{
"name": "moderate heal",
"element": "holy",
"targets": "self",
"type": "defense",
"proficiencyNeeded": "adept",
"manaCost": 75,
"selfDamageTable": {
"raw": -85
},
"animation": {
"sprite": "goldenHeal",
"style": "static",
"position": "self"
}
},
{
"name": "holy nova",
"element": "holy",
"targets": "area",
"type": "offense",
"proficiencyNeeded": "adept",
"manaCost": 85,
"damageTable": {
"holy": 65
},
"selfDamageTable": {
"raw": -30
},
"debuffNames": [
{
"name": "blind",
"chance": 0.5
}
],
"animation": {
"sprite": "holyOrb",
"style": "static",
"position": "enemy"
}
},
{
"name": "revoke undead",
"element": "holy",
"targets": "area",
"type": "offense",
"proficiencyNeeded": "expert",
"manaCost": 100,
"damageTable": {
"holy": 75
},
"debuffNames": [
{
"name": "revoke undead",
"chance": 1.0
}
],
"animation": {
"sprite": "corruptSword",
"style": "static",
"position": "enemy"
}
},
{
"name": "great rejuvenating light",
"element": "holy",
"targets": "self",
"type": "defense",
"proficiencyNeeded": "expert",
"manaCost": 200,
"buffNames": [
"greater quickened mind"
],
"animation": {
"glow": "#FBD44F",
"position": "field"
}
},
{
"name": "overwhelming glow",
"element": "holy",
"targets": "self",
"type": "defense",
"proficiencyNeeded": "master",
"manaCost": 200,
"selfDamageTable": {
"raw": -120
},
"buffNames": [
"overwhelming glow"
],
"animation": {
"sprite": "holyBeam",
"style": "static",
"position": "enemy"
}
},
{
"name": "unending cure",
"element": "holy",
"targets": "self",
"type": "defense",
"proficiencyNeeded": "legend",
"manaCost": 250,
"duration": 3,
"selfDamageTable": {
"raw": -100
},
"buffNames": [
"overwhelming glow"
],
"animation": {
"sprite": "goldenHeal",
"style": "static",
"position": "self"
}
},
{
"name": "judgment",
"element": "vengeance",
"targets": "single",
"type": "offense",
"usesWeapon": "melee",
"proficiencyNeeded": "novice",
"manaCost": 25,
"damageTable": {
"holy": 5
},
"animation": {
"sprite": "holyArc",
"style": "static",
"position": "enemy",
"scale": 0.5
}
},
{
"name": "righteous fury",
"element": "vengeance",
"targets": "single",
"type": "offense",
"proficiencyNeeded": "novice",
"manaCost": 15,
"buffNames": [
"minor fury"
],
"animation": {
"sprite": "crossedSwords",
"style": "static",
"position": "self"
}
},
{
"name": "holy bolt",
"element": "vengeance",
"targets": "single",
"type": "offense",
"proficiencyNeeded": "novice",
"manaCost": 20,
"damageTable": {
"holy": 20
},
"animation": {
"sprite": "holyDart",
"style": "missile",
"position": "enemy",
"scale": 0.3,
"reachTargetAtFrame": 10
}
},
{
"name": "holy strike",
"element": "vengeance",
"targets": "single",
"type": "offense",
"usesWeapon": "melee",
"proficiencyNeeded": "apprentice",
"manaCost": 35,
"damageTable": {
"holy": 35
},
"debuffNames": [
{
"name": "sunder",
"chance": 0.25
}
],
"animation": {
"sprite": "glowingBlade",
"style": "static",
"position": "enemy"
}
},
{
"name": "righteous blow",
"element": "vengeance",
"targets": "single",
"type": "offense",
"usesWeapon": "melee",
"proficiencyNeeded": "apprentice",
"manaCost": 40,
"damageTable": {
"holy": 45
},
"debuffNames": [
{
"name": "stun",
"chance": 0.25
}
],
"animation": {
"sprite": "holyFist",
"style": "static",
"position": "enemy"
}
},
{
"name": "consecrated blade",
"element": "vengeance",
"targets": "self",
"type": "defense",
"usesWeapon": "melee",
"proficiencyNeeded": "adept",
"manaCost": 50,
"damageTable": {
"holy": 45
},
"buffNames": [
"blessed defense"
],
"animation": {
"sprite": "glowingBlade",
"style": "static",
"position": "self"
}
},
{
"name": "holy wrath",
"element": "vengeance",
"targets": "area",
"type": "offense",
"proficiencyNeeded": "adept",
"manaCost": 65,
"damageTable": {
"holy": 55
},
"debuffNames": [
{
"name": "weakened",
"chance": 0.5
}
],
"animation": {
"sprite": "holyShred",
"style": "static",
"position": "enemy"
}
},
{
"name": "smite",
"element": "vengeance",
"targets": "single",
"type": "offense",
"usesWeapon": "melee",
"proficiencyNeeded": "expert",
"manaCost": 75,
"damageTable": {
"holy": 85
},
"debuffNames": [
{
"name": "stun",
"chance": 0.5
}
],
"animation": {
"sprite": "holySword",
"style": "static",
"position": "enemy"
}
},
{
"name": "holy nova",
"element": "vengeance",
"targets": "area",
"type": "offense",
"proficiencyNeeded": "master",
"manaCost": 150,
"damageTable": {
"holy": 125
},
"buffNames": [
"protection aura"
],
"animation": {
"sprite": "holyTrails",
"style": "static",
"position": "field"
}
},
{
"name": "righteous condemnation",
"element": "vengeance",
"targets": "single",
"type": "offense",
"usesWeapon": "melee",
"proficiencyNeeded": "master",
"manaCost": 175,
"damageTable": {
"holy": 150
},
"debuffNames": [
{
"name": "sunder",
"chance": 0.75
},
{
"name": "weakened",
"chance": 0.75
}
],
"animation": {
"sprite": "glowingBlade",
"style": "static",
"position": "enemy"
}
},
{
"name": "divine judgment",
"element": "vengeance",
"targets": "single",
"type": "offense",
"usesWeapon": "melee",
"proficiencyNeeded": "legend",
"manaCost": 200,
"damageTable": {
"holy": 250
},
"debuffNames": [
{
"name": "execute",
"chance": 0.2
}
],
"animation": {
"sprite": "corruptSword",
"style": "static",
"position": "field"
}
},
{
"name": "holy cataclysm",
"element": "vengeance",
"targets": "area",
"type": "offense",
"proficiencyNeeded": "legend",
"manaCost": 300,
"damageTable": {
"holy": 200
},
"buffNames": [
"righteous fury"
],
"debuffNames": [
{
"name": "severe sunder",
"chance": 1.0
}
],
"animation": {
"sprite": "holySword",
"style": "static",
"position": "field"
}
},
{
"name": "blessed guard",
"element": "protection",
"targets": "self",
"type": "defense",
"usesWeapon": "shield",
"proficiencyNeeded": "novice",
"manaCost": 25,
"buffNames": [
"guard"
],
"animation": {
"sprite": "holyShield",
"style": "static",
"position": "self"
}
},
{
"name": "protection aura",
"element": "protection",
"targets": "self",
"type": "defense",
"proficiencyNeeded": "novice",
"manaCost": 25,
"buffNames": [
"protection aura"
],
"animation": {
"glow": "#FBD44F",
"position": "field"
}
},
{
"name": "divine fortitude",
"element": "protection",
"targets": "self",
"type": "defense",
"proficiencyNeeded": "novice",
"manaCost": 20,
"buffNames": [
"minor fortitude"
],
"animation": {
"sprite": "holyFist",
"style": "static",
"position": "field"
}
},
{
"name": "reflective bulwark",
"element": "protection",
"targets": "self",
"type": "defense",
"usesWeapon": "shield",
"proficiencyNeeded": "apprentice",
"manaCost": 50,
"buffNames": [
"reflective bulwark"
],
"animation": {
"sprite": "holyShield",
"style": "static",
"position": "self"
}
},
{
"name": "readied guard",
"element": "protection",
"targets": "self",
"type": "defense",
"usesWeapon": "shield",
"proficiencyNeeded": "apprentice",
"manaCost": 10,
"buffNames": [
"empowered guarding"
],
"animation": {
"sprite": "holyShield",
"style": "static",
"position": "self"
}
},
{
"name": "holy ward",
"element": "protection",
"targets": "self",
"type": "defense",
"proficiencyNeeded": "apprentice",
"manaCost": 45,
"buffNames": [
"spell resistance"
],
"animation": {
"sprite": "holyShield",
"style": "static",
"position": "self"
}
},
{
"name": "blessed shield",
"element": "protection",
"targets": "self",
"type": "defense",
"usesWeapon": "shield",
"proficiencyNeeded": "adept",
"manaCost": 65,
"buffNames": [
"blessed defense"
],
"animation": {
"sprite": "holyShield",
"style": "static",
"position": "self"
}
},
{
"name": "divine resilience",
"element": "protection",
"targets": "self",
"type": "defense",
"proficiencyNeeded": "adept",
"manaCost": 70,
"buffNames": [
"fortitude",
"spell resistance"
],
"animation": {
"sprite": "holyShield",
"style": "static",
"position": "self"
}
},
{
"name": "divine intervention",
"element": "protection",
"targets": "self",
"type": "defense",
"usesWeapon": "shield",
"proficiencyNeeded": "expert",
"manaCost": 100,
"buffNames": [
"guard",
"blessed defense"
],
"animation": {
"sprite": "holyShield",
"style": "static",
"position": "self"
}
},
{
"name": "holy sanctuary",
"element": "protection",
"targets": "area",
"type": "defense",
"proficiencyNeeded": "expert",
"manaCost": 125,
"selfDamageTable": {
"raw": -40
},
"buffNames": [
"protection aura",
"minor fortitude"
],
"animation": {
"sprite": "holyShield",
"style": "static",
"position": "self"
}
},
{
"name": "holy barrier",
"element": "protection",
"targets": "self",
"type": "defense",
"usesWeapon": "shield",
"proficiencyNeeded": "master",
"manaCost": 150,
"buffNames": [
"protection aura",
"reflective bulwark"
],
"animation": {
"sprite": "holyShield",
"style": "static",
"position": "self"
}
},
{
"name": "aegis of light",
"element": "protection",
"targets": "self",
"type": "defense",
"usesWeapon": "shield",
"proficiencyNeeded": "legend",
"manaCost": 250,
"buffNames": [
"protection aura",
"blessed defense",
"reflective bulwark"
],
"animation": {
"sprite": "holyShield",
"style": "static",
"position": "self"
}
}
]

View File

@@ -0,0 +1,265 @@
[
{
"name": "punch",
"targets": "single",
"baseHitChance": 1.0,
"damageTable": {},
"animation": {
"sprite": "puft",
"style": "static",
"position": "enemy",
"scale": 0.3
}
},
{
"name": "hit",
"targets": "single",
"baseHitChance": 1.0,
"damageTable": {},
"animation": {
"sprite": "puft",
"style": "static",
"position": "enemy",
"scale": 0.3
}
},
{
"name": "stab",
"targets": "single",
"baseHitChance": 0.95,
"damageTable": {},
"debuffNames": [
{
"name": "bleed",
"chance": 0.2
}
],
"animation": {
"sprite": "smallCross",
"style": "static",
"position": "enemy"
}
},
{
"name": "spark",
"targets": "single",
"baseHitChance": 0.85,
"damageTable": {
"lightning": 2
},
"debuffNames": [
{
"name": "shocked",
"chance": 0.15
}
]
},
{
"name": "torch stab",
"targets": "single",
"baseHitChance": 0.95,
"damageTable": {
"fire": 2
},
"debuffNames": [
{
"name": "burn",
"chance": 0.85
}
],
"animation": {
"sprite": "puft",
"style": "static",
"position": "enemy"
}
},
{
"name": "slash",
"targets": "single",
"baseHitChance": 1.0,
"damageTable": {},
"animation": {
"sprite": "slashHorizontal",
"style": "static",
"position": "enemy"
}
},
{
"name": "cleave",
"targets": "dual",
"baseHitChance": 0.85,
"damageTable": {},
"animation": {
"sprite": "slashHorizontal",
"style": "static",
"position": "enemy"
}
},
{
"name": "crushing blow",
"targets": "single",
"baseHitChance": 0.90,
"damageTable": {},
"debuffNames": [
{
"name": "stun",
"chance": 0.25
}
],
"animation": {
"sprite": "crowning",
"style": "static",
"position": "enemy"
}
},
{
"name": "",
"targets": "single",
"baseHitChance": 0.95,
"damageTable": {},
"debuffNames": [
{
"name": "execute",
"chance": 0.05
}
]
},
{
"name": "cast",
"targets": "single",
"baseHitChance": 1.0,
"damageTable": {},
"animation": {
"sprite": "puft",
"style": "static",
"position": "enemy",
"scale": 0.3
}
},
{
"name": "bonk",
"targets": "single",
"baseHitChance": 0.95,
"damageTable": {},
"debuffNames": [
{
"name": "stun",
"chance": 0.05
}
],
"animation": {
"sprite": "crowning",
"style": "static",
"position": "enemy"
}
},
{
"name": "shoot",
"targets": "single",
"baseHitChance": 0.95,
"damageTable": {},
"animation": {
"sprite": "chainedArrowHit",
"style": "missile",
"position": "enemy",
"reachTargetAtFrame": 7,
"scale": 0.3
}
},
{
"name": "rooting shot",
"targets": "single",
"baseHitChance": 0.90,
"damageTable": {},
"debuffNames": [
{
"name": "stun",
"chance": 0.5
}
],
"animation": {
"sprite": "chainedArrowRooting",
"style": "missile",
"position": "enemy",
"reachTargetAtFrame": 7,
"scale": 0.3
}
},
{
"name": "hack",
"targets": "single",
"baseHitChance": 0.85,
"damageTable": {},
"debuffNames": [
{
"name": "execute",
"chance": 0.1
}
],
"animation": {
"sprite": "crowning",
"style": "static",
"position": "enemy"
}
},
{
"name": "rapid shot",
"targets": "single",
"baseHitChance": 0.55,
"damageTable": {},
"hits": 3,
"animation": {
"sprite": "chainedArrowHit",
"style": "missile",
"position": "enemy",
"reachTargetAtFrame": 7
}
},
{
"name": "careful shot",
"targets": "single",
"baseHitChance": 1.0,
"damageTable": {},
"animation": {
"sprite": "chainedArrowHit",
"style": "missile",
"position": "enemy",
"reachTargetAtFrame": 7
}
},
{
"name": "poison shot",
"targets": "single",
"baseHitChance": 0.9,
"damageTable": {
"poison": 3
},
"debuffNames": [
{
"name": "poison",
"chance": 0.65
}
],
"animation": {
"sprite": "chainedPoisonArrowHit",
"style": "missile",
"position": "enemy",
"reachTargetAtFrame": 7
}
},
{
"name": "overdraw",
"targets": "single",
"baseHitChance": 0.80,
"damageTable": {
"physical": 4
},
"animation": {
"sprite": "chainedArrowHit",
"style": "missile",
"position": "enemy",
"reachTargetAtFrame": 7
}
}
]

View File

@@ -0,0 +1,241 @@
[
{
"name": "book of throw shuriken",
"type": "spell",
"teaches": "throw shuriken",
"icon": "Book",
"baseValue": 2500
},
{
"name": "book of poison blade",
"type": "spell",
"teaches": "poison blade",
"icon": "Book",
"baseValue": 2500
},
{
"name": "book of quick strike",
"type": "spell",
"teaches": "quick strike",
"icon": "Book",
"baseValue": 2500
},
{
"name": "book of below the belt",
"type": "spell",
"teaches": "below the belt",
"icon": "Book",
"baseValue": 5000
},
{
"name": "book of dual slice",
"type": "spell",
"teaches": "dual slice",
"icon": "Book",
"baseValue": 10000
},
{
"name": "book of shadow cover",
"type": "spell",
"teaches": "shadow cover",
"icon": "Book_2",
"baseValue": 50000
},
{
"name": "book of backstab",
"type": "spell",
"teaches": "backstab",
"icon": "Book_2",
"baseValue": 75000
},
{
"name": "book of venomous strike",
"type": "spell",
"teaches": "venomous strike",
"icon": "Book_2",
"baseValue": 75000
},
{
"name": "book of dance of daggers",
"type": "spell",
"teaches": "dance of daggers",
"icon": "Book_2",
"baseValue": 100000
},
{
"name": "book of garrote",
"type": "spell",
"teaches": "garrote",
"icon": "Book_2",
"baseValue": 150000
},
{
"name": "book of shadow step",
"type": "spell",
"teaches": "shadow step",
"icon": "Book_3",
"baseValue": 500000
},
{
"name": "forbidden assassination techniques vol. 1",
"type": "spell",
"teaches": "blade fan",
"icon": "Book_3",
"baseValue": 500000
},
{
"name": "forbidden assassination techniques vol. 2",
"type": "spell",
"teaches": "finalé",
"icon": "Book_3",
"baseValue": 1000000
},
{
"name": "book of the raven",
"type": "spell",
"teaches": "call raven",
"icon": "Book",
"baseValue": 2500
},
{
"name": "book of the wolf",
"type": "spell",
"teaches": "call wolf",
"icon": "Book",
"baseValue": 2500
},
{
"name": "book of animal instinct",
"type": "spell",
"teaches": "animal instinct",
"icon": "Book",
"baseValue": 2500
},
{
"name": "book of rat trap",
"type": "spell",
"teaches": "rat trap",
"icon": "Book",
"baseValue": 5000
},
{
"name": "book of the bear",
"type": "spell",
"teaches": "call bear",
"icon": "Book",
"baseValue": 10000
},
{
"name": "book of beast bond",
"type": "spell",
"teaches": "beast bond",
"icon": "Book",
"baseValue": 10000
},
{
"name": "book of bear trap",
"type": "spell",
"teaches": "bear trap",
"icon": "Book_2",
"baseValue": 50000
},
{
"name": "book of the dragon welp",
"type": "spell",
"teaches": "call dragon welp",
"icon": "Book_2",
"baseValue": 75000
},
{
"name": "book of beast fury",
"type": "spell",
"teaches": "beastial fury",
"icon": "Book_2",
"baseValue": 75000
},
{
"name": "book of dragon trap",
"type": "spell",
"teaches": "dragon trap",
"icon": "Book_2",
"baseValue": 150000
},
{
"name": "book of the griffon",
"type": "spell",
"teaches": "call griffon",
"icon": "Book_3",
"baseValue": 200000
},
{
"name": "book of entangle",
"type": "spell",
"teaches": "entangle",
"icon": "Book_3",
"baseValue": 300000
},
{
"name": "forbidden beast mastery techniques vol. 1",
"type": "spell",
"teaches": "call dragon",
"icon": "Book_3",
"baseValue": 500000
},
{
"name": "book of arcane shot",
"type": "spell",
"teaches": "arcane shot",
"icon": "Book",
"baseValue": 2500
},
{
"name": "book of enchanted quiver",
"type": "spell",
"teaches": "enchanted quiver",
"icon": "Book",
"baseValue": 5000
},
{
"name": "book of arcane arrow",
"type": "spell",
"teaches": "arcane arrow",
"icon": "Book",
"baseValue": 10000
},
{
"name": "book of seeking arrow",
"type": "spell",
"teaches": "seeking arrow",
"icon": "Book_2",
"baseValue": 50000
},
{
"name": "book of arcane missiles",
"type": "spell",
"teaches": "arcane missiles",
"icon": "Book_3",
"baseValue": 200000
},
{
"name": "book of moon call",
"type": "spell",
"teaches": "moon call",
"icon": "Book_3",
"baseValue": 200000
},
{
"name": "forbidden arcane techniques vol. 1",
"type": "spell",
"teaches": "torrent",
"icon": "Book_3",
"baseValue": 500000
},
{
"name": "forbidden arcane techniques vol. 2",
"type": "spell",
"teaches": "moon fire",
"icon": "Book_3",
"baseValue": 1000000
}
]

View File

@@ -0,0 +1,590 @@
[
{
"name": "throw shuriken",
"element": "assassination",
"proficiencyNeeded": "novice",
"targets": "single",
"type": "offense",
"manaCost": 10,
"damageTable": {
"physical": 15
},
"debuffNames": [
{
"name": "bleed",
"chance": 0.25
}
],
"animation": {
"sprite": "shuriken",
"style": "missile",
"position": "enemy",
"scale": 0.3
}
},
{
"name": "poison blade",
"element": "assassination",
"proficiencyNeeded": "novice",
"targets": "single",
"type": "offense",
"usesWeapon": "melee",
"manaCost": 15,
"damageTable": {
"physical": 5,
"poison": 5
},
"debuffNames": [
{
"name": "poison",
"chance": 0.5
}
],
"animation": {
"sprite": "poisonDart",
"style": "missile",
"position": "enemy",
"reachTargetAtFrame": 10,
"scale": 0.3
}
},
{
"name": "quick strike",
"element": "assassination",
"proficiencyNeeded": "novice",
"targets": "single",
"type": "offense",
"usesWeapon": "melee",
"manaCost": 10,
"damageTable": {
"physical": 2
},
"debuffNames": [
{
"name": "stun",
"chance": 0.75
}
],
"animation": {
"sprite": "slashHorizontal",
"style": "static",
"position": "enemy"
}
},
{
"name": "below the belt",
"element": "assassination",
"targets": "single",
"type": "offense",
"proficiencyNeeded": "apprentice",
"manaCost": 20,
"damageTable": {
"physical": 15
},
"debuffNames": [
{
"name": "stun",
"chance": 0.5
}
],
"animation": {
"sprite": "puft",
"style": "static",
"position": "enemy"
}
},
{
"name": "dual slice",
"element": "assassination",
"targets": "single",
"type": "offense",
"usesWeapon": "melee",
"proficiencyNeeded": "apprentice",
"manaCost": 25,
"damageTable": {
"physical": 30
},
"debuffNames": [
{
"name": "bleed",
"chance": 0.5
}
],
"animation": {
"sprite": "smallCross",
"style": "static",
"position": "enemy"
}
},
{
"name": "shadow cover",
"element": "assassination",
"targets": "self",
"type": "defense",
"proficiencyNeeded": "adept",
"manaCost": 50,
"buffNames": [
"stealth"
],
"animation": {
"sprite": "smoke",
"style": "static",
"position": "self"
}
},
{
"name": "backstab",
"element": "assassination",
"targets": "single",
"type": "offense",
"usesWeapon": "melee",
"proficiencyNeeded": "adept",
"manaCost": 75,
"damageTable": {
"physical": 85,
"raw": 10
},
"buffNames": [
"remove stealth"
],
"animation": {
"sprite": "slashHit",
"style": "static",
"position": "self"
}
},
{
"name": "venomous strike",
"element": "assassination",
"targets": "single",
"type": "offense",
"usesWeapon": "melee",
"proficiencyNeeded": "adept",
"manaCost": 60,
"damageTable": {
"physical": 5,
"poison": 35
},
"debuffNames": [
{
"name": "severe poison",
"chance": 0.75
}
],
"animation": {
"sprite": "poisonSmallCross",
"style": "static",
"position": "enemy"
}
},
{
"name": "dance of daggers",
"element": "assassination",
"targets": "self",
"type": "defense",
"usesWeapon": "melee",
"proficiencyNeeded": "expert",
"manaCost": 100,
"buffNames": [
"dance of daggers"
],
"animation": {
"sprite": "desaturatedCrossSwords",
"style": "static",
"position": "self"
}
},
{
"name": "garrote",
"element": "assassination",
"targets": "single",
"type": "offense",
"usesWeapon": "melee",
"proficiencyNeeded": "expert",
"manaCost": 125,
"damage": {
"physical": 75
},
"debuffNames": [
{
"name": "silence",
"chance": 0.75
},
{
"name": "severe bleed",
"chance": 0.5
}
],
"animation": {
"sprite": "crossAndBleed",
"style": "static",
"position": "enemy"
}
},
{
"name": "shadow step",
"element": "assassination",
"targets": "single",
"type": "offense",
"proficiencyNeeded": "master",
"manaCost": 250,
"damageTable": {
"physical": 100
},
"buffNames": [
"stealth"
],
"animation": {
"sprite": "slashAndDust",
"style": "static",
"position": "enemy"
}
},
{
"name": "blade fan",
"element": "assassination",
"targets": "area",
"type": "offense",
"proficiencyNeeded": "legend",
"manaCost": 400,
"damageTable": {
"physical": 275
},
"debuffNames": [
{
"name": "bleed",
"chance": 1.0
}
],
"animation": {
"sprite": "teeth",
"style": "static",
"position": "enemy"
}
},
{
"name": "finalé",
"element": "assassination",
"targets": "single",
"type": "offense",
"usesWeapon": "melee",
"proficiencyNeeded": "legend",
"manaCost": 500,
"damageTable": {
"physical": 250,
"raw": 250
},
"buffNames": [
"remove stealth"
],
"animation": {
"sprite": "largeCrossAndBleed",
"style": "static",
"position": "enemy"
}
},
{
"name": "call raven",
"element": "beastMastery",
"targets": "self",
"type": "offense",
"proficiencyNeeded": "novice",
"manaCost": 10,
"rangerPetName": "raven"
},
{
"name": "call wolf",
"element": "beastMastery",
"targets": "self",
"type": "offense",
"proficiencyNeeded": "novice",
"manaCost": 15,
"rangerPetName": "wolf"
},
{
"name": "animal instinct",
"element": "beastMastery",
"targets": "self",
"type": "defense",
"proficiencyNeeded": "novice",
"manaCost": 20,
"effects": {
"damage": null,
"buffNames": [
"minor fortitude"
],
"debuffNames": null
}
},
{
"name": "rat trap",
"element": "beastMastery",
"targets": "area",
"type": "offense",
"proficiencyNeeded": "apprentice",
"manaCost": 20,
"buffNames": [
"rat trap"
]
},
{
"name": "beast bond",
"element": "beastMastery",
"targets": "self",
"type": "defense",
"proficiencyNeeded": "apprentice",
"manaCost": 35,
"buffNames": [
"beast empowerment"
]
},
{
"name": "call bear",
"element": "beastMastery",
"targets": "self",
"type": "defense",
"proficiencyNeeded": "apprentice",
"manaCost": 50,
"rangerPetName": "bear"
},
{
"name": "bear trap",
"element": "beastMastery",
"targets": "area",
"type": "offense",
"proficiencyNeeded": "adept",
"manaCost": 100,
"buffNames": [
"bear trap"
]
},
{
"name": "call dragon welp",
"element": "beastMastery",
"targets": "self",
"type": "offense",
"proficiencyNeeded": "adept",
"manaCost": 125,
"rangerPetName": "dragon welp"
},
{
"name": "beastial fury",
"element": "beastMastery",
"targets": "self",
"type": "offense",
"proficiencyNeeded": "adept",
"manaCost": 75,
"buffNames": [
"dual rage"
]
},
{
"name": "dragon trap",
"element": "beastMastery",
"targets": "area",
"type": "offense",
"proficiencyNeeded": "expert",
"manaCost": 200,
"buffNames": [
"dragon trap"
]
},
{
"name": "call griffon",
"element": "beastMastery",
"targets": "self",
"type": "defense",
"proficiencyNeeded": "master",
"manaCost": 200,
"rangerPetName": "griffon"
},
{
"name": "entangle",
"element": "beastMastery",
"targets": "area",
"type": "offense",
"proficiencyNeeded": "master",
"manaCost": 300,
"duration": 5,
"damageTable": {
"physical": 75
},
"debuffNames": [
{
"name": "stun",
"chance": 0.75
}
]
},
{
"name": "call dragon",
"element": "beastMastery",
"targets": "self",
"type": "offense",
"proficiencyNeeded": "legend",
"manaCost": 600,
"rangerPetName": "dragon"
},
{
"name": "arcane shot",
"element": "arcane",
"targets": "single",
"type": "offense",
"usesWeapon": "bow",
"proficiencyNeeded": "novice",
"manaCost": 20,
"damageTable": {
"physical": 5,
"magic": 5
},
"animation": {
"sprite": "arcaneArrow",
"style": "missile",
"position": "enemy",
"reachTargetAtFrame": 7,
"scale": 0.3
}
},
{
"name": "enchanted quiver",
"element": "arcane",
"targets": "self",
"type": "offense",
"usesWeapon": "bow",
"proficiencyNeeded": "apprentice",
"manaCost": 25,
"buffNames": [
"enchanted quiver"
],
"animation": {
"sprite": "risingBlue",
"style": "static",
"position": "self"
}
},
{
"name": "arcane arrow",
"element": "arcane",
"targets": "single",
"type": "offense",
"usesWeapon": "bow",
"proficiencyNeeded": "apprentice",
"manaCost": 35,
"damageTable": {
"physical": 15,
"magic": 25
},
"animation": {
"sprite": "arcaneArrow",
"style": "missile",
"position": "enemy",
"reachTargetAtFrame": 7,
"scale": 0.3
}
},
{
"name": "seeking arrow",
"element": "arcane",
"targets": "single",
"type": "offense",
"usesWeapon": "bow",
"proficiencyNeeded": "adept",
"manaCost": 65,
"damageTable": {
"physical": 35,
"magic": 15
},
"animation": {
"sprite": "arcaneArrow",
"style": "missile",
"position": "enemy",
"reachTargetAtFrame": 7,
"scale": 0.3
}
},
{
"name": "arcane missiles",
"element": "arcane",
"targets": "single",
"type": "offense",
"usesWeapon": "bow",
"proficiencyNeeded": "master",
"manaCost": 100,
"damageTable": {
"magic": 90
},
"debuffNames": [
{
"name": "burn",
"chance": 0.4
}
],
"animation": {
"sprite": "risingBlue",
"style": "static",
"position": "enemy"
}
},
{
"name": "moon call",
"element": "arcane",
"targets": "self",
"type": "defense",
"proficiencyNeeded": "master",
"manaCost": 125,
"buffNames": [
"guard",
"quickened mind"
],
"animation": {
"sprite": "moonCall",
"style": "static",
"position": "self"
}
},
{
"name": "torrent",
"element": "arcane",
"targets": "area",
"type": "offense",
"usesWeapon": "bow",
"proficiencyNeeded": "legend",
"duration": 3,
"manaCost": 500,
"damageTable": {
"magic": 100
},
"animation": {
"sprite": "arrowTorrent",
"style": "missile",
"position": "enemy",
"reachTargetAtFrame": 7,
"topOffset": 30
}
},
{
"name": "moon fire",
"element": "arcane",
"targets": "area",
"type": "offense",
"proficiencyNeeded": "legend",
"duration": 5,
"manaCost": 1250,
"damageTable": {
"fire": 25,
"magic": 75
},
"debuffNames": [
{
"name": "burn",
"chance": 0.5
}
],
"animation": {
"sprite": "blueBeam",
"style": "static",
"position": "enemy"
}
}
]

View File

@@ -0,0 +1,353 @@
[
{
"name": "flying skull",
"beingType": "undead",
"sprite": null,
"health": 30,
"baseResistanceTable": {
"poison": 10,
"holy": -50
},
"baseDamageTable": {
"physical": 2
},
"mana": {
"maximum": 50,
"regen": 5
},
"attackStrings": [
"head slam"
],
"turns": 5
},
{
"name": "skeleton",
"beingType": "undead",
"health": 50,
"sprite": "skeleton",
"baseStrength": 5,
"baseResistanceTable": {
"poison": 10,
"holy": -50
},
"baseDamageTable": {
"physical": 3
},
"mana": {
"maximum": 50,
"regen": 5
},
"attackStrings": [
"stab",
"cleave"
],
"turns": 8
},
{
"name": "zombie",
"beingType": "undead",
"health": 100,
"sprite": "zombie",
"baseStrength": 8,
"baseResistanceTable": {
"poison": 10,
"fire": -20,
"cold": 20,
"holy": -75
},
"baseDamageTable": {
"physical": 10
},
"mana": {
"maximum": 50,
"regen": 3
},
"attackStrings": [
"zombie bite",
"grab"
],
"turns": 10
},
{
"name": "wraith",
"beingType": "undead",
"health": 100,
"sprite": "ghost",
"baseIntelligence": 15,
"baseResistanceTable": {
"poison": 40,
"fire": -20,
"cold": 40,
"holy": -50
},
"baseDamageTable": {
"magic": 20
},
"mana": {
"maximum": 75,
"regen": 8
},
"attackStrings": [
"life drain",
"terrorize"
],
"turns": 10
},
{
"name": "death knight",
"beingType": "undead",
"health": 200,
"baseStrength": 20,
"sprite": null,
"baseResistanceTable": {
"poison": 40,
"fire": 10,
"cold": 40,
"lightning": -20,
"holy": -75
},
"baseDamageTable": {
"physical": 35
},
"mana": {
"maximum": 100,
"regen": 10
},
"attackStrings": [
"soul strike",
"death blade",
"corrupted cleave"
],
"turns": 5
},
{
"name": "lich",
"beingType": "undead",
"health": 175,
"baseStrength": 30,
"sprite": null,
"baseResistanceTable": {
"poison": 60,
"fire": 15,
"cold": 30,
"lightning": -20,
"holy": -75
},
"baseDamageTable": {
"physical": 20,
"magic": 32
},
"mana": {
"maximum": 150,
"regen": 15
},
"attackStrings": [
"death bolt",
"soul rip",
"curse"
],
"turns": 10
},
{
"name": "bandit",
"beingType": "human",
"sanity": 50,
"health": 50,
"sprite": "bandit_light",
"baseStrength": 8,
"mana": {
"maximum": 50,
"regen": 10
},
"baseResistanceTable": {
"physical": 15,
"poison": -15,
"cold": -10,
"fire": -10
},
"baseDamageTable": {
"physical": 16
},
"attackStrings": [
"stab",
"pocket sand",
"serrate"
],
"turns": 100
},
{
"name": "hobgoblin",
"beingType": "demi-human",
"sanity": null,
"health": 160,
"sprite": "goblin",
"baseStrength": 15,
"mana": {
"maximum": 50,
"regen": 10
},
"baseResistanceTable": {
"physical": 15,
"poison": -15,
"cold": -10,
"fire": -10
},
"baseDamageTable": {
"physical": 24
},
"attackStrings": [
"stab",
"frenzy"
],
"turns": 1000
},
{
"name": "raven",
"beingType": "beast",
"sprite": null,
"health": 50,
"baseStrength": 2,
"mana": {
"maximum": 50,
"regen": 5
},
"baseResistanceTable": {
"physical": 5,
"lightning": -25,
"cold": 10,
"fire": -15
},
"baseDamageTable": {
"physical": 1
},
"attackStrings": [
"pluck eye",
"scratch"
],
"turns": 1000
},
{
"name": "wolf",
"sprite": "wolf_black",
"beingType": "beast",
"health": 100,
"baseStrength": 8,
"mana": {
"maximum": 50,
"regen": 10
},
"baseResistanceTable": {
"physical": 10,
"cold": 15,
"fire": -15
},
"baseDamageTable": {
"physical": 8
},
"attackStrings": [
"bite"
],
"turns": 1000
},
{
"name": "bear",
"beingType": "beast",
"health": 200,
"baseStrength": 10,
"mana": {
"maximum": 50,
"regen": 3
},
"baseResistanceTable": {
"physical": 45,
"cold": 30,
"fire": -10
},
"baseDamageTable": {
"physical": 10
},
"attackStrings": [
"bite",
"scratch"
],
"turns": 1000
},
{
"name": "dragon welp",
"beingType": "draconic",
"health": 225,
"baseStrength": 15,
"mana": {
"maximum": 100,
"regen": 15
},
"baseResistanceTable": {
"physical": 45,
"cold": 30,
"fire": 75,
"lightning": -30
},
"baseDamageTable": {
"physical": 8,
"fire": 10
},
"attackStrings": [
"bite",
"scratch",
"fire breath"
],
"turns": 1000
},
{
"name": "griffon",
"beingType": "beast",
"health": 300,
"baseStrength": 25,
"mana": {
"maximum": 100,
"regen": 10
},
"baseResistanceTable": {
"physical": 45,
"cold": 30,
"fire": -15,
"lightning": -30
},
"baseDamageTable": {
"physical": 24
},
"attackStrings": [
"claw",
"bite",
"wing buffet"
],
"turns": 1000
},
{
"name": "dragon",
"beingType": "draconic",
"health": 500,
"baseStrength": 30,
"mana": {
"maximum": 100,
"regen": 10
},
"baseResistanceTable": {
"physical": 45,
"cold": 30,
"fire": 75,
"lightning": -30
},
"baseDamageTable": {
"physical": 22,
"fire": 20
},
"attackStrings": [
"fire breath",
"bite",
"scratch"
],
"turns": 1000
}
]

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,134 @@
[
{
"name": "cataracts",
"style": "debuff",
"turns": -1,
"aura": true,
"effect": [
"accuracy reduction"
],
"effectStyle": [
"percentage"
],
"effectAmount": [
0.25
],
"icon": "blind"
},
{
"name": "bad back",
"style": "debuff",
"turns": -1,
"aura": true,
"effect": [
"weaken"
],
"effectStyle": [
"percentage"
],
"effectAmount": [
0.25
],
"icon": "broken_sword"
},
{
"name": "bad knee",
"style": "debuff",
"turns": -1,
"aura": true,
"effect": [
"armor decrease"
],
"effectStyle": [
"percentage"
],
"effectAmount": [
0.25
],
"icon": "broken_shield"
},
{
"name": "weakened heart",
"style": "debuff",
"turns": -1,
"aura": true,
"effect": [
"healthMax decrease"
],
"effectStyle": [
"percentage"
],
"effectAmount": [
0.2
],
"icon": "split_heart"
},
{
"name": "alzheimer's",
"style": "debuff",
"turns": -1,
"aura": true,
"effect": [
"sanityMax decrease"
],
"effectStyle": [
"percentage"
],
"effectAmount": [
0.5
],
"icon": "hollow_disk"
},
{
"name": "carpal tunnel",
"style": "debuff",
"turns": -1,
"aura": true,
"effect": [
"weaken"
],
"effectStyle": [
"percentage"
],
"effectAmount": [
0.1
],
"icon": "rock_hands"
},
{
"name": "demential",
"style": "debuff",
"turns": -1,
"aura": true,
"effect": [
"sanityMax decrease",
"manaMax decrease"
],
"effectStyle": [
"percentage",
"percentage"
],
"effectAmount": [
0.15,
0.15
],
"icon": "blank"
},
{
"name": "heart failure",
"style": "debuff",
"turns": -1,
"aura": true,
"effect": [
"health damage"
],
"effectStyle": [
"flat"
],
"effectAmount": [
10
],
"icon": "split_heart"
}
]

View File

@@ -0,0 +1,171 @@
[
{
"name": "heart attack",
"style": "debuff",
"turns": 5,
"effect": [
"health damage"
],
"effectStyle": [
"percentage"
],
"effectAmount": [
0.10
],
"icon": "split_heart"
},
{
"name": "distraught",
"style": "debuff",
"turns": 3,
"effect": [
"sanity damage"
],
"effectStyle": [
"flat"
],
"effectAmount": [
5
],
"icon": "distraught"
},
{
"name": "paranoia",
"style": "debuff",
"turns": 4,
"effect": [
"accuracy reduction",
"sanity damage"
],
"effectStyle": [
"percentage",
"flat"
],
"effectAmount": [
0.15,
2
],
"icon": "scarecrow"
},
{
"name": "hallucination",
"style": "debuff",
"turns": 3,
"effect": [
"accuracy reduction",
"blur"
],
"effectStyle": [
"percentage",
null
],
"effectAmount": [
0.25,
null
],
"icon": "blind"
},
{
"name": "trembling",
"style": "debuff",
"turns": 2,
"effect": [
"weaken"
],
"effectStyle": [
"percentage"
],
"effectAmount": [
0.20
],
"icon": "broken_sword"
},
{
"name": "delirium",
"style": "debuff",
"turns": 3,
"effect": [
"sanity damage",
"accuracy reduction"
],
"effectStyle": [
"flat",
"percentage"
],
"effectAmount": [
3,
0.15
],
"icon": "viruses"
},
{
"name": "phobia",
"style": "debuff",
"turns": 4,
"effect": [
"weaken",
"sanity damage"
],
"effectStyle": [
"percentage",
"flat"
],
"effectAmount": [
0.25,
2
],
"icon": "skull_and_crossbones"
},
{
"name": "dissociation",
"style": "debuff",
"turns": 3,
"effect": [
"armor decrease"
],
"effectStyle": [
"percentage"
],
"effectAmount": [
0.30
],
"icon": "broken_shield"
},
{
"name": "madness_whispers",
"style": "debuff",
"turns": 4,
"effect": [
"sanity damage",
"silenced"
],
"effectStyle": [
"flat",
null
],
"effectAmount": [
2,
null
],
"icon": "hidden"
},
{
"name": "despair",
"style": "debuff",
"turns": 5,
"effect": [
"sanityMax decrease",
"healthMax decrease"
],
"effectStyle": [
"percentage",
"percentage"
],
"effectAmount": [
0.10,
0.10
],
"icon": "distraught"
}
]

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,126 @@
[
{
"name": "camp",
"image": "camp",
"prompt": "This seems like a good place to rest... Set up camp and rest a while?",
"goodOutcome": {
"chance": 0.25,
"message": "You awaken massively restored.",
"result": {
"effect": {
"sanity": 50,
"health": 50
}
}
},
"neutralOutcome": {
"chance": 0.65,
"message": "You feel rested.",
"result": {
"effect": {
"sanity": 10,
"health": 10
}
}
},
"badOutcome": {
"chance": 0.1,
"message": "Ambush! Prepare for battle!",
"result": {
"battle": [
"bandit"
]
}
}
},
{
"name": "chest",
"image": "chest",
"prompt": "You come across a chest. Do you open it?",
"goodOutcome": {
"chance": 0.65,
"message": "For the explorer, the spoils...",
"result": {
"drops": [
{
"name": "iron chestpiece",
"itemType": "bodyArmor",
"chance": 0.1
}
],
"gold": {
"min": 50,
"max": 250
}
}
},
"neutralOutcome": {
"chance": 0.25,
"message": "The chest appears to already have been looted, also you got a splinter",
"result": {
"effect": {
"sanity": -5,
"health": -1
}
}
},
"badOutcome": {
"chance": 0.10,
"message": "There is more here than it seems... Prepare for battle!",
"result": {
"battle": [
"mimic"
]
}
}
},
{
"name": "ritual altar",
"image": "ritual_altar",
"prompt": "You come across an ominous altar. Do you approach it?",
"goodOutcome": {
"chance": 0.5,
"message": "A soothing calm comes over you...",
"result": {
"effect": {
"health": 50,
"sanity": 30
}
}
},
"badOutcome": {
"chance": 0.5,
"message": "A feeling of dread overwhelms you.",
"result": {
"effect": {
"sanity": -30
}
}
}
},
{
"name": "water basin",
"image": "water_basin",
"prompt": "You come across an ominous altar. Do you approach it?",
"goodOutcome": {
"chance": 0.5,
"message": "A soothing calm comes over you...",
"result": {
"effect": {
"health": 50,
"sanity": 30
}
}
},
"badOutcome": {
"chance": 0.5,
"message": "A feeling of dread overwhelms you.",
"result": {
"effect": {
"sanity": -30
}
}
}
}
]

View File

@@ -0,0 +1,900 @@
[
{
"name": "zombie",
"sprite": "zombie",
"beingType": "undead",
"sanity": null,
"health": 80,
"mana": {
"maximum": 50,
"regen": 5
},
"attackStrings": [
"grab",
"zombie bite"
],
"animationStrings": {
"grab": "attack_1",
"zombie bite": "attack_1"
},
"baseResistanceTable": {
"physical": 15,
"poison": 75,
"fire": 15,
"cold": 15,
"holy": -50
},
"baseDamageTable": {
"physical": 6
},
"drops": [
{
"item": "chunk of flesh",
"itemType": "junk",
"chance": 0.75
},
{
"item": "chunk of flesh",
"itemType": "junk",
"chance": 0.75
}
],
"goldDropRange": {
"minimum": 100,
"maximum": 150
}
},
{
"name": "necromancer",
"beingType": "human",
"sprite": "necromancer",
"sanity": 50,
"health": 130,
"mana": {
"maximum": 80,
"regen": 8
},
"attackStrings": [
"dark burst",
"raise skeleton",
"terrorize"
],
"animationStrings": {
"dark burst": "attack_1",
"raise skeleton": "attack_2",
"terrorize": "attack_3"
},
"baseResistanceTable": {
"physical": 15,
"poison": 10,
"fire": 5,
"cold": 15,
"holy": -20
},
"baseDamageTable": {
"physical": 8
},
"phases": [
{
"triggerHealth": 0,
"health": 70,
"sprite": "reaper",
"dialogue": {
"1": "Witness my true power!"
},
"baseResistanceTable": {
"physical": 15,
"poison": 50,
"fire": 15,
"cold": 30,
"holy": -75
},
"baseDamageTable": {
"poison": 5,
"cold": 12
},
"attackStrings": [
"soul strike",
"death blade"
],
"animationStrings": {
"soul strike": "attack_1",
"death blade": "attack_2"
}
}
],
"drops": [
{
"item": "dagger",
"itemType": "melee",
"chance": 0.15
},
{
"item": "dagger",
"itemType": "melee",
"chance": 0.15
},
{
"item": "adept robes",
"itemType": "robe",
"chance": 1.0
}
],
"storyDrops": [
{
"item": "the deed to the whispering raven inn"
}
],
"goldDropRange": {
"minimum": 250,
"maximum": 450
}
},
{
"name": "kobold",
"beingType": "demi-human",
"sprite": "kobold",
"sanity": null,
"health": 160,
"mana": {
"maximum": 60,
"regen": 15
},
"baseResistanceTable": {
"lightning": 15,
"cold": -10,
"fire": -10
},
"baseDamageTable": {
"physical": 6,
"lightning": 10
},
"attackStrings": [
"stab",
"cleave",
"chop",
"charged pierce"
],
"animationStrings": {
"stab": "attack_1",
"cleave": "attack_2",
"chop": "attack_3",
"charged pierce": "attack_4"
},
"drops": [
{
"item": "longsword",
"itemType": "melee",
"chance": 0.65
},
{
"item": "longsword",
"itemType": "melee",
"chance": 0.65
}
],
"goldDropRange": {
"minimum": 100,
"maximum": 150
}
},
{
"name": "goblin mage",
"sprite": "goblin_mage",
"beingType": "demi-human",
"sanity": 50,
"health": 140,
"mana": {
"maximum": 100,
"regen": 10
},
"baseResistanceTable": {
"physical": 10,
"poison": -5,
"lightning": -5
},
"baseDamageTable": {
"magic": 16
},
"attackStrings": [
"pulse",
"dark bolt"
],
"animationStrings": {
"pulse": "attack_1",
"dark bolt": "attack_2"
},
"drops": [
{
"item": "goblin totem",
"itemType": "staff",
"chance": 1.0
}
],
"storyDrops": [
{
"item": "head of goblin shaman"
}
],
"goldDropRange": {
"minimum": 100,
"maximum": 150
}
},
{
"name": "warg",
"sprite": "wolf_black",
"beingType": "beast",
"sanity": null,
"health": 160,
"mana": {
"maximum": 50,
"regen": 5
},
"baseResistanceTable": {
"physical": 15,
"cold": 10,
"fire": -10
},
"baseDamageTable": {
"physical": 18
},
"attackStrings": [
"bite",
"claw"
],
"animationStrings": {
"bite": "attack_1",
"claw": "attack_2"
},
"drops": [
{
"item": "patch of hair",
"itemType": "junk",
"chance": 0.85
},
{
"item": "patch of hair",
"itemType": "junk",
"chance": 0.85
},
{
"item": "bone",
"itemType": "ingredient",
"chance": 0.75
},
{
"item": "bone",
"itemType": "ingredient",
"chance": 0.75
}
],
"goldDropRange": {
"minimum": 40,
"maximum": 55
}
},
{
"name": "bandit",
"beingType": "human",
"sprite": "bandit_light",
"sanity": 50,
"health": 75,
"mana": {
"maximum": 50,
"regen": 3
},
"baseResistanceTable": {
"physical": 15,
"poison": -15,
"cold": -10,
"fire": -10
},
"baseDamageTable": {
"physical": 16
},
"attackStrings": [
"stab",
"pocket sand",
"serrate"
],
"animationStrings": {
"stab": "attack_1",
"pocket sand": "attack_1",
"serrate": "attack_1"
},
"drops": [
{
"item": "shortsword",
"itemType": "melee",
"chance": 0.15
},
{
"item": "cheap leather chestpiece",
"itemType": "bodyArmor",
"chance": 0.15
},
{
"item": "leather headgear",
"itemType": "helmet",
"chance": 0.15
}
],
"goldDropRange": {
"minimum": 70,
"maximum": 100
},
"armorValue": 15
},
{
"name": "bandit heavy",
"sprite": "bandit_heavy",
"beingType": "human",
"sanity": 25,
"health": 155,
"mana": {
"maximum": 30,
"regen": 2
},
"baseResistanceTable": {
"physical": 25,
"poison": -15,
"cold": -10,
"fire": -10
},
"baseDamageTable": {
"physical": 14
},
"attackStrings": [
"pommel strike",
"heavy swing"
],
"animationStrings": {
"pommel strike": "attack_1",
"heavy swing": "attack_1"
},
"drops": [
{
"item": "longsword",
"itemType": "melee",
"chance": 0.25
},
{
"item": "cheap iron chestpiece",
"itemType": "bodyArmor",
"chance": 0.25
}
],
"goldDropRange": {
"minimum": 80,
"maximum": 100
},
"armorValue": 15
},
{
"name": "huge knight",
"beingType": "human",
"sprite": "huge_knight",
"sanity": 50,
"health": 200,
"mana": {
"maximum": 50,
"regen": 10
},
"baseResistanceTable": {
"physical": 35,
"poison": -15,
"cold": -20,
"fire": -15
},
"baseDamageTable": {
"physical": 18
},
"attackStrings": [
"heavy swing",
"call backup",
"stab"
],
"animationStrings": {
"heavy swing": "attack_1",
"call backup": "attack_1",
"stab": "attack_1"
},
"drops": [],
"storyDrops": [
{
"item": "broken seal contract"
}
],
"goldDropRange": {
"minimum": 2500,
"maximum": 3000
},
"armorValue": 30
},
{
"name": "giant venomous spider",
"beingType": "beast",
"sprite": "spider_default",
"sanity": null,
"health": 140,
"mana": {
"maximum": 40,
"regen": 10
},
"baseResistanceTable": {
"poison": 75,
"cold": -10,
"lightning": -10,
"fire": -10
},
"baseDamageTable": {
"physical": 10,
"poison": 20
},
"attackStrings": [
"venomous bite"
],
"animationStrings": {
"venomous bite": "attack_1"
},
"drops": [],
"goldDropRange": {
"minimum": 40,
"maximum": 50
}
},
{
"name": "brood mother",
"beingType": "beast",
"sprite": "spider_default_brood",
"sanity": null,
"health": 240,
"mana": {
"maximum": 40,
"regen": 10
},
"baseResistanceTable": {
"poison": 75,
"cold": -10,
"lightning": -10,
"fire": -10
},
"baseDamageTable": {
"physical": 4,
"poison": 20
},
"attackStrings": [
"venomous bite"
],
"animationStrings": {
"venomous bite": "attack_1"
},
"drops": [],
"goldDropRange": {
"minimum": 40,
"maximum": 50
}
},
{
"name": "adept air mage",
"beingType": "human",
"sprite": "wizard_gray",
"sanity": 50,
"health": 150,
"mana": {
"maximum": 50,
"regen": 10
},
"baseResistanceTable": {
"poison": -15,
"cold": -10,
"fire": -10,
"holy": 5
},
"baseDamageTable": {
"physical": 36
},
"attackStrings": [
"bonk",
"gust"
],
"animationStrings": {
"gust": "attack_1",
"bonk": "attack_2"
},
"drops": [],
"storyDrops": [],
"goldDropRange": {
"minimum": 2500,
"maximum": 3000
},
"armorValue": 10
},
{
"name": "adept water mage",
"sprite": "wizard_classic",
"beingType": "human",
"sanity": 50,
"health": 150,
"mana": {
"maximum": 50,
"regen": 10
},
"baseResistanceTable": {
"poison": -15,
"cold": -10,
"fire": -10,
"holy": 5
},
"baseDamageTable": {
"cold": 35
},
"attackStrings": [
"bonk",
"frost"
],
"animationStrings": {
"frost": "attack_1",
"bonk": "attack_2"
},
"drops": [],
"storyDrops": [],
"goldDropRange": {
"minimum": 2500,
"maximum": 3000
},
"armorValue": 10
},
{
"name": "master earthen monk",
"sprite": "ground_monk",
"beingType": "human",
"sanity": 100,
"health": 190,
"mana": {
"maximum": 100,
"regen": 10
},
"baseResistanceTable": {
"physical": 10,
"poison": -15,
"cold": -10,
"fire": -10,
"holy": 5
},
"baseDamageTable": {
"physical": 24,
"raw": 16
},
"attackStrings": [
"kick",
"punch",
"flurry",
"rock spike",
"burial"
],
"animationStrings": {
"kick": "attack_1",
"punch": "attack_2",
"flurry": "attack_3",
"rock spike": "attack_4",
"burial": "attack_5"
},
"drops": [],
"storyDrops": [],
"goldDropRange": {
"minimum": 2500,
"maximum": 3000
},
"armorValue": 10
},
{
"name": "master fire mage",
"sprite": "pyromancer",
"beingType": "human",
"sanity": 100,
"health": 180,
"mana": {
"maximum": 50,
"regen": 10
},
"baseResistanceTable": {
"physical": 10,
"poison": -15,
"cold": -10,
"fire": 50,
"holy": 5
},
"baseDamageTable": {
"fire": 40
},
"attackStrings": [
"fire bolt"
],
"animationStrings": {
"fire bolt": "attack_1"
},
"drops": [],
"storyDrops": [],
"goldDropRange": {
"minimum": 2500,
"maximum": 3000
},
"armorValue": 10
},
{
"name": "centaur",
"beingType": "demi-human",
"sprite": "centaur",
"sanity": 50,
"health": 200,
"mana": {
"maximum": 40,
"regen": 10
},
"baseResistanceTable": {
"physical": 15,
"poison": 20,
"cold": -5,
"holy": 25
},
"baseDamageTable": {
"physical": 45
},
"attackStrings": [
"stampede",
"chop"
],
"animationStrings": {
"chop": "attack_1",
"stampede": "attack_2"
},
"drops": [],
"goldDropRange": {
"minimum": 40,
"maximum": 50
}
},
{
"name": "gryphon",
"sprite": "gryphon",
"beingType": "beast",
"sanity": null,
"health": 225,
"mana": {
"maximum": 60,
"regen": 10
},
"baseResistanceTable": {
"physical": 15,
"poison": 20,
"cold": 10,
"holy": 25,
"lightning": -35
},
"baseDamageTable": {
"physical": 45
},
"attackStrings": [
"claw",
"wing buffet"
],
"animationStrings": {
"claw": "attack_1",
"wing buffet": "attack_2"
},
"drops": [],
"storyDrops": [],
"goldDropRange": {
"minimum": 2500,
"maximum": 3000
},
"armorValue": 10
},
{
"name": "gladiator",
"sprite": "gladiator_ls",
"beingType": "human",
"sanity": 50,
"health": 220,
"mana": {
"maximum": 50,
"regen": 10
},
"baseResistanceTable": {
"poison": -15,
"cold": -10,
"fire": -10,
"holy": 5
},
"baseDamageTable": {
"physical": 40
},
"attackStrings": [
"pierce"
],
"animationStrings": {
"pierce": "attack_1"
},
"drops": [],
"storyDrops": [],
"goldDropRange": {
"minimum": 2500,
"maximum": 3000
},
"armorValue": 50
},
{
"name": "lizardman",
"sprite": "lizardman",
"beingType": "demi-human",
"sanity": null,
"health": 180,
"mana": {
"maximum": 50,
"regen": 10
},
"baseResistanceTable": {
"poison": 35,
"cold": 70,
"fire": 30,
"holy": 5,
"lightning": -5
},
"baseDamageTable": {
"physical": 40,
"poison": 10
},
"attackStrings": [
"cleave"
],
"animationStrings": {
"cleave": "attack_1"
},
"drops": [],
"storyDrops": [],
"goldDropRange": {
"minimum": 2500,
"maximum": 3000
},
"armorValue": 50
},
{
"name": "the hammer",
"sprite": "gladiator_hammer",
"beingType": "human",
"sanity": 50,
"health": 295,
"mana": {
"maximum": 50,
"regen": 10
},
"baseResistanceTable": {
"poison": -15,
"cold": -10,
"fire": -10,
"holy": 5
},
"baseDamageTable": {
"physical": 40,
"raw": 15
},
"attackStrings": [
"heavy swing"
],
"animationStrings": {
"heavy swing": "attack_1"
},
"drops": [],
"storyDrops": [],
"goldDropRange": {
"minimum": 2500,
"maximum": 3000
},
"armorValue": 50
},
{
"name": "the spear",
"sprite": "gladiator_spear",
"beingType": "human",
"sanity": 50,
"health": 270,
"mana": {
"maximum": 50,
"regen": 10
},
"baseResistanceTable": {
"poison": -15,
"cold": -10,
"fire": -10,
"holy": 5
},
"baseDamageTable": {
"physical": 55
},
"attackStrings": [
"pierce"
],
"animationStrings": {
"pierce": "attack_1"
},
"drops": [],
"storyDrops": [],
"goldDropRange": {
"minimum": 2500,
"maximum": 3000
},
"armorValue": 50
},
{
"name": "the deadeye",
"sprite": "gladiator_archer",
"beingType": "human",
"sanity": 50,
"health": 245,
"mana": {
"maximum": 50,
"regen": 10
},
"baseResistanceTable": {
"poison": -15,
"cold": -10,
"fire": -10,
"holy": 5
},
"baseDamageTable": {
"physical": 55
},
"attackStrings": [
"shoot"
],
"animationStrings": {
"shoot": "attack_1"
},
"drops": [],
"storyDrops": [],
"goldDropRange": {
"minimum": 2500,
"maximum": 3000
},
"armorValue": 50
},
{
"name": "her",
"sprite": "gladiator_female",
"beingType": "human",
"sanity": 50,
"health": 285,
"attackPower": 30,
"mana": {
"maximum": 50,
"regen": 10
},
"baseResistanceTable": {
"poison": -15,
"cold": -10,
"fire": -10,
"holy": 15
},
"baseDamageTable": {
"physical": 60
},
"attackStrings": [
"cleave",
"stab"
],
"animationStrings": {
"cleave": "attack_1",
"stab": "attack_2"
},
"drops": [],
"storyDrops": [],
"goldDropRange": {
"minimum": 2500,
"maximum": 3000
},
"armorValue": 50
}
]

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,854 @@
[
{
"name": "stab",
"manaCost": 5,
"targets": "single",
"baseHitChance": 1.0,
"damageTable": {
"physical": 4
},
"debuffNames": [
{
"name": "bleed",
"chance": 0.20
}
]
},
{
"name": "serrate",
"manaCost": 15,
"targets": "single",
"baseHitChance": 0.90,
"damageTable": {
"physical": 4
},
"debuffNames": [
{
"name": "hemmorage",
"chance": 0.25
}
]
},
{
"name": "bite",
"manaCost": 8,
"targets": "single",
"baseHitChance": 1.0,
"damageTable": {
"physical": 4
},
"debuffNames": [
{
"name": "diseased",
"chance": 0.10
}
]
},
{
"name": "zombie bite",
"manaCost": 15,
"targets": "single",
"baseHitChance": 0.95,
"damageTable": {
"physical": 3,
"poison": 4
},
"debuffNames": [
{
"name": "diseased",
"chance": 0.50
}
]
},
{
"name": "vampiric bite",
"manaCost": 10,
"targets": "single",
"baseHitChance": 0.90,
"damageTable": {
"physical": 4,
"poison": 1
},
"debuffNames": [
{
"name": "lifesteal",
"chance": 0.65
}
]
},
{
"name": "venomous bite",
"manaCost": 10,
"targets": "single",
"baseHitChance": 0.90,
"damageTable": {
"physical": 2,
"poison": 3
},
"debuffNames": [
{
"name": "poison",
"chance": 0.65
}
]
},
{
"name": "torch stab",
"manaCost": 5,
"targets": "single",
"baseHitChance": 0.95,
"damageTable": {
"physical": 2,
"fire": 3
},
"debuffNames": [
{
"name": "burn",
"chance": 0.75
}
]
},
{
"name": "cleave",
"manaCost": 10,
"targets": "dual",
"baseHitChance": 0.95,
"damageTable": {
"physical": 5
},
"debuffNames": [
{
"name": "bleed",
"chance": 0.35
}
]
},
{
"name": "blunt cleave",
"manaCost": 10,
"targets": "dual",
"baseHitChance": 0.95,
"damageTable": {
"physical": 3,
"raw": 2
},
"debuffNames": [
{
"name": "stun",
"chance": 0.35
}
]
},
{
"name": "kick",
"manaCost": 5,
"targets": "single",
"baseHitChance": 0.90,
"damageTable": {
"physical": 5,
"raw": 2
},
"debuffNames": [
{
"name": "stun",
"chance": 0.15
}
]
},
{
"name": "rock throw",
"manaCost": 5,
"targets": "single",
"baseHitChance": 0.95,
"damageTable": {
"physical": 5,
"raw": 2
},
"debuffNames": [
{
"name": "stun",
"chance": 0.15
}
]
},
{
"name": "rock spike",
"manaCost": 20,
"targets": "single",
"baseHitChance": 0.95,
"damageTable": {
"physical": 5,
"raw": 4
},
"debuffNames": [
{
"name": "bleed",
"chance": 0.65
}
]
},
{
"name": "burial",
"manaCost": 75,
"targets": "single",
"baseHitChance": 0.95,
"damageTable": {
"physical": 5,
"raw": 20
},
"debuffNames": [
{
"name": "heavy stun",
"chance": 0.75
}
]
},
{
"name": "grab",
"manaCost": 20,
"targets": "single",
"baseHitChance": 0.75,
"damageTable": {
"physical": 4
},
"debuffNames": [
{
"name": "stun",
"chance": 0.35
}
]
},
{
"name": "tackle",
"manaCost": 20,
"targets": "single",
"baseHitChance": 0.75,
"damageTable": {
"physical": 3,
"raw": 2
},
"debuffNames": [
{
"name": "stun",
"chance": 0.8
}
]
},
{
"name": "stomp",
"manaCost": 10,
"targets": "single",
"baseHitChance": 0.95,
"damageTable": {
"physical": 2,
"raw": 4
},
"debuffNames": [
{
"name": "stun",
"chance": 0.1
}
]
},
{
"name": "bolder throw",
"manaCost": 25,
"targets": "area",
"baseHitChance": 0.85,
"damageTable": {
"physical": 2,
"raw": 4
},
"debuffNames": [
{
"name": "stun",
"chance": 0.25
}
]
},
{
"name": "pocket sand",
"manaCost": 5,
"targets": "single",
"baseHitChance": 0.90,
"damageTable": {
"raw": 1
},
"debuffNames": [
{
"name": "blind",
"chance": 0.75
}
]
},
{
"name": "poison spray",
"manaCost": 10,
"targets": "single",
"baseHitChance": 1.0,
"damageTable": {
"poison": 5
},
"debuffNames": [
{
"name": "poison",
"chance": 0.85
}
]
},
{
"name": "poisoned shot",
"manaCost": 15,
"targets": "single",
"baseHitChance": 0.95,
"damageTable": {
"physical": 5,
"poison": 3
},
"debuffNames": [
{
"name": "poison",
"chance": 0.5
}
]
},
{
"name": "maddening shot",
"manaCost": 20,
"targets": "single",
"baseHitChance": 0.95,
"damageTable": {},
"sanityDamage": 5
},
{
"name": "wail",
"manaCost": 20,
"targets": "area",
"baseHitChance": 0.85,
"damageTable": {},
"sanityDamage": 5,
"debuffNames": [
{
"name": "fear",
"chance": 0.50
}
]
},
{
"name": "shoot",
"manaCost": 15,
"targets": "single",
"baseHitChance": 0.75,
"damageTable": {
"physical": 11
}
},
{
"name": "head slam",
"manaCost": 10,
"targets": "single",
"baseHitChance": 0.95,
"damageTable": {
"raw": 2,
"physical": 4
},
"debuffNames": [
{
"name": "stun",
"chance": 0.10
}
]
},
{
"name": "stampede",
"manaCost": 15,
"targets": "area",
"baseHitChance": 0.85,
"damageTable": {
"raw": 2,
"physical": 4
},
"debuffNames": [
{
"name": "stun",
"chance": 0.50
}
]
},
{
"name": "heavy swing",
"manaCost": 20,
"targets": "single",
"baseHitChance": 0.80,
"damageTable": {
"physical": 10
},
"debuffNames": [
{
"name": "stun",
"chance": 0.20
}
]
},
{
"name": "flurry",
"manaCost": 20,
"targets": "single",
"baseHitChance": 0.65,
"hitsPerTurn": 4,
"damageTable": {
"physical": 5,
"raw": 2
},
"debuffNames": [
{
"name": "stun",
"chance": 0.15
}
]
},
{
"name": "chop",
"manaCost": 5,
"targets": "single",
"baseHitChance": 1.0,
"damageTable": {
"physical": 6
},
"debuffNames": [
{
"name": "bleed",
"chance": 0.25
}
]
},
{
"name": "headbutt",
"manaCost": 10,
"targets": "single",
"baseHitChance": 0.85,
"damageTable": {
"raw": 2,
"physical": 4
},
"debuffNames": [
{
"name": "stun",
"chance": 0.20
}
]
},
{
"name": "pommel strike",
"manaCost": 10,
"targets": "single",
"baseHitChance": 0.85,
"damageTable": {
"raw": 2,
"physical": 4
},
"debuffNames": [
{
"name": "stun",
"chance": 0.20
}
]
},
{
"name": "punch",
"manaCost": 5,
"targets": "single",
"baseHitChance": 1.0,
"damageTable": {
"physical": 5
}
},
{
"name": "call backup",
"manaCost": 30,
"damageTable": {},
"summonNames": [
"bandit"
]
},
{
"name": "raise skeleton",
"damageTable": {},
"manaCost": 35,
"summonNames": [
"skeleton"
]
},
{
"name": "teeth",
"manaCost": 15,
"targets": "dual",
"damageTable": {
"raw": 6,
"physical": 2
}
},
{
"name": "frenzy",
"damageTable": {},
"manaCost": 10,
"buffNames": [
"frenzy"
]
},
{
"name": "chug beer",
"damageTable": {},
"manaCost": 10,
"buffNames": [
"frenzy"
]
},
{
"name": "spark",
"manaCost": 25,
"targets": "single",
"baseHitChance": 0.85,
"damageTable": {
"lightning": 6
},
"debuffNames": [
{
"name": "stun",
"chance": 0.5
}
]
},
{
"name": "bonk",
"manaCost": 5,
"targets": "single",
"baseHitChance": 1.0,
"damageTable": {
"physical": 3
},
"debuffNames": [
{
"name": "stun",
"chance": 0.1
}
]
},
{
"name": "pluck eye",
"targets": "single",
"baseHitChance": 0.90,
"damageTable": {
"physical": 3
},
"debuffNames": [
{
"name": "blind",
"chance": 0.9
}
]
},
{
"name": "scratch",
"targets": "single",
"baseHitChance": 0.95,
"damageTable": {
"physical": 6
}
},
{
"name": "pulse",
"manaCost": 10,
"target": "single",
"baseHitChance": 0.90,
"damageTable": {
"magic": 6
}
},
{
"name": "dark burst",
"manaCost": 15,
"target": "area",
"baseHitChance": 1.0,
"damageTable": {
"poison": 2,
"physical": 1
}
},
{
"name": "dark bolt",
"manaCost": 20,
"target": "single",
"baseHitChance": 1.0,
"damageTable": {
"poison": 3,
"physical": 3
}
},
{
"name": "fire bolt",
"manaCost": 20,
"target": "single",
"baseHitChance": 1.0,
"damageTable": {
"fire": 10
},
"debuffNames": [
{
"name": "burn",
"chance": 0.25
}
]
},
{
"name": "frost",
"manaCost": 20,
"target": "single",
"baseHitChance": 1.0,
"damageTable": {
"cold": 6
},
"debuffNames": [
{
"name": "chill",
"chance": 0.5
}
]
},
{
"name": "gust",
"manaCost": 10,
"target": "single",
"baseHitChance": 1.0,
"damageTable": {
"physical": 6
}
},
{
"name": "rock toss",
"manaCost": 15,
"baseHitChance": 1.0,
"damageTable": {
"physical": 4,
"raw": 2
},
"debuffNames": [
{
"name": "stun",
"chance": 0.10
}
]
},
{
"name": "life drain",
"manaCost": 25,
"targets": "single",
"baseHitChance": 0.90,
"damageTable": {
"raw": 5
},
"debuffNames": [
{
"name": "lifesteal",
"chance": 0.5
},
{
"name": "dulled mind",
"chance": 0.35
}
]
},
{
"name": "terrorize",
"manaCost": 30,
"targets": "area",
"baseHitChance": 0.85,
"sanityDamage": 10,
"damageTable": {},
"debuffNames": [
{
"name": "fear",
"chance": 0.75
}
]
},
{
"name": "soul strike",
"manaCost": 20,
"targets": "single",
"baseHitChance": 0.95,
"damageTable": {
"raw": 6
},
"sanityDamage": 5
},
{
"name": "death blade",
"manaCost": 25,
"targets": "single",
"baseHitChance": 0.90,
"damageTable": {
"raw": 12
},
"debuffNames": [
{
"name": "hemmorage",
"chance": 0.50
}
]
},
{
"name": "corrupted cleave",
"manaCost": 35,
"targets": "dual",
"baseHitChance": 0.85,
"damageTable": {
"raw": 15
},
"debuffNames": [
{
"name": "necrotic wound",
"chance": 0.45
}
]
},
{
"name": "death bolt",
"manaCost": 30,
"targets": "single",
"baseHitChance": 1.0,
"damageTable": {
"raw": 15
},
"debuffNames": [
{
"name": "necrotic wound",
"chance": 0.65
}
]
},
{
"name": "soul rip",
"manaCost": 45,
"targets": "single",
"baseHitChance": 0.85,
"sanityDamage": 15,
"damageTable": {
"raw": 20
},
"debuffNames": [
{
"name": "dulled mind",
"chance": 0.75
}
]
},
{
"name": "curse",
"manaCost": 40,
"targets": "single",
"baseHitChance": 0.90,
"damageTable": {},
"debuffNames": [
{
"name": "death mark",
"chance": 1.0
}
]
},
{
"name": "claw",
"manaCost": 10,
"targets": "single",
"baseHitChance": 0.95,
"damageTable": {
"physical": 4
},
"debuffNames": [
{
"name": "bleed",
"chance": 0.25
}
]
},
{
"name": "dive",
"manaCost": 15,
"targets": "single",
"baseHitChance": 0.80,
"damageTable": {
"physical": 10
}
},
{
"name": "gust",
"manaCost": 15,
"targets": "area",
"baseHitChance": 0.95,
"damageTable": {
"physical": 6
},
"debuffNames": [
{
"name": "stun",
"chance": 0.1
}
]
},
{
"name": "fire breath",
"manaCost": 20,
"targets": "area",
"baseHitChance": 0.90,
"damageTable": {
"fire": 6
},
"debuffNames": [
{
"name": "burn",
"chance": 0.4
}
]
},
{
"name": "wing buffet",
"manaCost": 25,
"targets": "area",
"baseHitChance": 0.90,
"damageTable": {
"physical": 8
},
"debuffNames": [
{
"name": "stun",
"chance": 0.25
}
]
},
{
"name": "pierce",
"manaCost": 10,
"targets": "single",
"baseHitChance": 0.85,
"damageTable": {
"physical": 8
}
},
{
"name": "charged pierce",
"manaCost": 35,
"targets": "single",
"baseHitChance": 0.85,
"damageTable": {
"lightning": 8,
"physical": 8
},
"debuffNames": [
{
"name": "shocked",
"chance": 0.5
}
]
}
]

View File

@@ -0,0 +1,75 @@
[
{
"name": "iron arrow",
"baseValue": 2,
"slot": "quiver",
"icon": "Arrow",
"stackable": true,
"stats": {
"physicalDamage": 1.0
}
},
{
"name": "steel arrow",
"baseValue": 4,
"slot": "quiver",
"icon": "Arrow",
"stats": {
"physicalDamage": 1.5
},
"requirements": {
"dexterity": 5
}
},
{
"name": "refined arrow",
"baseValue": 8,
"slot": "quiver",
"icon": "Arrow",
"stats": {
"physicalDamage": 2.5
},
"requirements": {
"dexterity": 10
}
},
{
"name": "barbed arrow",
"baseValue": 15,
"slot": "quiver",
"icon": "Arrow",
"stats": {
"physicalDamage": 3.5
},
"requirements": {
"dexterity": 15
}
},
{
"name": "great arrow",
"baseValue": 20,
"slot": "quiver",
"icon": "Arrow",
"stats": {
"physicalDamage": 4.0
},
"requirements": {
"strength": 10,
"dexterity": 15
}
},
{
"name": "explosive arrow",
"baseValue": 40,
"slot": "quiver",
"icon": "Arrow",
"stats": {
"physicalDamage": 5.0
},
"requirements": {
"strength": 10,
"dexterity": 25
}
}
]

View File

@@ -0,0 +1,8 @@
[
{
"name": "golden goblet",
"icon": "Goblet",
"baseValue": 5000
}
]

View File

@@ -0,0 +1,122 @@
[
{
"name": "cheap leather chestpiece",
"baseValue": 400,
"icon": "Leather_Armor",
"slot": "body",
"stats": {
"armor": 7.0
}
},
{
"name": "leather chestpiece",
"baseValue": 800,
"icon": "Leather_Armor",
"slot": "body",
"stats": {
"armor": 10.0
}
},
{
"name": "cheap iron chestpiece",
"baseValue": 1500,
"icon": "Iron_Armor",
"slot": "body",
"stats": {
"armor": 15.0
}
},
{
"name": "iron chestpiece",
"baseValue": 2000,
"icon": "Iron_Armor",
"slot": "body",
"stats": {
"armor": 20.0
},
"requirements": {
"strength": 5
}
},
{
"name": "steel chestpiece",
"baseValue": 5000,
"icon": "Iron_Armor",
"slot": "body",
"stats": {
"armor": 25.0
},
"requirements": {
"strength": 10
}
},
{
"name": "barbarian king armor",
"baseValue": 10000,
"icon": "Leather_Armor",
"slot": "body",
"stats": {
"armor": 20.0,
"health": 50
},
"requirements": {
"strength": 15
}
},
{
"name": "knight's breastplate",
"baseValue": 15000,
"icon": "Iron_Armor",
"slot": "body",
"stats": {
"armor": 30.0
},
"requirements": {
"strength": 10,
"intelligence": 5
}
},
{
"name": "crusader's breastplate",
"baseValue": 75000,
"icon": "Iron_Armor",
"slot": "body",
"stats": {
"armor": 30.0,
"health": 100,
"mana": 100
},
"requirements": {
"strength": 25,
"intelligence": 10
}
},
{
"name": "soldier of fortune",
"baseValue": 225000,
"icon": "Iron_Armor",
"slot": "body",
"stats": {
"armor": 58.0
},
"requirements": {
"strength": 35
}
},
{
"name": "kingsman chestpiece",
"baseValue": 550000,
"icon": "Iron_Armor",
"slot": "body",
"stats": {
"armor": 50.0,
"health": 250,
"mana": 100
},
"requirements": {
"strength": 30,
"intelligence": 10
}
}
]

View File

@@ -0,0 +1,147 @@
[
{
"name": "short bow",
"baseValue": 300,
"slot": "two-hand",
"attacks": [
"shoot",
"rooting shot"
],
"icon": "Bow",
"stats": {
"physicalDamage": 5.5
}
},
{
"name": "recurve bow",
"baseValue": 500,
"slot": "two-hand",
"attacks": [
"shoot",
"rapid shot"
],
"icon": "Bow",
"stats": {
"physicalDamage": 7.5
},
"requirements": {
"dexterity": 5
}
},
{
"name": "long bow",
"baseValue": 1000,
"slot": "two-hand",
"attacks": [
"shoot",
"careful shot"
],
"icon": "Bow",
"stats": {
"physicalDamage": 10.5
},
"requirements": {
"dexterity": 7
}
},
{
"name": "serpent bow",
"baseValue": 5000,
"slot": "two-hand",
"attacks": [
"shoot",
"poison shot"
],
"icon": "Bow",
"stats": {
"physicalDamage": 12.5
},
"requirements": {
"dexterity": 12
}
},
{
"name": "great bow",
"baseValue": 9500,
"slot": "two-hand",
"attacks": [
"shoot",
"overdraw"
],
"icon": "Great_Bow",
"stats": {
"physicalDamage": 19
},
"requirements": {
"strength": 10,
"dexterity": 10
}
},
{
"name": "great serpent bow",
"baseValue": 35000,
"slot": "two-hand",
"attacks": [
"shoot",
"poison shot"
],
"icon": "Great_Bow",
"stats": {
"physicalDamage": 22
},
"requirements": {
"strength": 10,
"dexterity": 15
}
},
{
"name": "harp bow",
"baseValue": 75000,
"slot": "two-hand",
"attacks": [
"shoot",
"rapid shot"
],
"icon": "Harp_Bow",
"stats": {
"physicalDamage": 25
},
"requirements": {
"dexterity": 20
}
},
{
"name": "black bow",
"baseValue": 150000,
"slot": "two-hand",
"attacks": [
"shoot",
"seeking shot"
],
"icon": "Black_Bow",
"stats": {
"physicalDamage": 29
},
"requirements": {
"dexterity": 30
}
},
{
"name": "hunter of bael",
"baseValue": 450000,
"slot": "two-hand",
"attacks": [
"shoot",
"overdraw"
],
"icon": "Great_Bow",
"stats": {
"physicalDamage": 32
},
"requirements": {
"strength": 20,
"dexterity": 20
}
}
]

View File

@@ -0,0 +1,192 @@
[
{
"name": "cheap focus",
"icon": "Focus_1",
"slot": "off-hand",
"stats": {
"mana": 25,
"magicDamage": 2
},
"requirements": {
"intelligence": 5
},
"baseValue": 500
},
{
"name": "basic focus",
"icon": "Focus_1",
"slot": "off-hand",
"stats": {
"mana": 50,
"magicDamage": 5
},
"requirements": {
"intelligence": 10
},
"baseValue": 2500
},
{
"name": "cracked focus",
"icon": "Focus_1",
"slot": "off-hand",
"stats": {
"magicDamage": 15
},
"requirements": {
"intelligence": 15
},
"baseValue": 3000
},
{
"name": "buzzing focus",
"icon": "Focus_1",
"slot": "off-hand",
"stats": {
"magicDamage": 10,
"manaRegen": 1
},
"requirements": {
"intelligence": 15
},
"baseValue": 3500
},
{
"name": "apprentice's focus",
"icon": "Focus_2",
"slot": "off-hand",
"stats": {
"mana": 75,
"magicDamage": 12,
"manaRegen": 1
},
"requirements": {
"intelligence": 18
},
"baseValue": 8000
},
{
"name": "crystalline focus",
"icon": "Focus_2",
"slot": "off-hand",
"stats": {
"mana": 100,
"magicDamage": 15
},
"requirements": {
"intelligence": 20
},
"baseValue": 12000
},
{
"name": "resonating focus",
"icon": "Focus_2",
"slot": "off-hand",
"stats": {
"magicDamage": 18,
"manaRegen": 2
},
"requirements": {
"intelligence": 22
},
"baseValue": 15000
},
{
"name": "mage's focus",
"icon": "Focus_2",
"slot": "off-hand",
"stats": {
"mana": 150,
"magicDamage": 20,
"manaRegen": 2
},
"requirements": {
"intelligence": 25
},
"baseValue": 25000
},
{
"name": "arcane focus",
"icon": "Focus_3",
"slot": "off-hand",
"stats": {
"mana": 200,
"magicDamage": 25,
"manaRegen": 3
},
"requirements": {
"intelligence": 30
},
"baseValue": 45000
},
{
"name": "enchanted focus",
"icon": "Focus_3",
"slot": "off-hand",
"stats": {
"mana": 250,
"magicDamage": 30,
"manaRegen": 3
},
"requirements": {
"intelligence": 35
},
"baseValue": 75000
},
{
"name": "sorcerer's focus",
"icon": "Focus_3",
"slot": "off-hand",
"stats": {
"mana": 300,
"magicDamage": 35,
"manaRegen": 4
},
"requirements": {
"intelligence": 40
},
"baseValue": 120000
},
{
"name": "master's focus",
"icon": "Focus_3",
"slot": "off-hand",
"stats": {
"mana": 400,
"magicDamage": 40,
"manaRegen": 5
},
"requirements": {
"intelligence": 45
},
"baseValue": 180000
},
{
"name": "archmagus focus",
"icon": "Focus_4",
"slot": "off-hand",
"stats": {
"mana": 500,
"magicDamage": 45,
"manaRegen": 6
},
"requirements": {
"intelligence": 50
},
"baseValue": 250000
},
{
"name": "legendary focus",
"icon": "Focus_4",
"slot": "off-hand",
"stats": {
"mana": 600,
"magicDamage": 50,
"manaRegen": 7
},
"requirements": {
"intelligence": 55
},
"baseValue": 350000
}
]

View File

@@ -0,0 +1,129 @@
[
{
"name": "apprentice hood",
"baseValue": 1000,
"icon": "Wizard_Hat",
"slot": "head",
"stats": {
"armor": 3,
"manaRegen": 1
},
"requirements": {
"intelligence": 5
}
},
{
"name": "adept hood",
"baseValue": 2500,
"icon": "Wizard_Hat",
"slot": "head",
"stats": {
"armor": 3,
"mana": 20,
"manaRegen": 1
},
"requirements": {
"intelligence": 5
}
},
{
"name": "mage hood",
"baseValue": 2500,
"icon": "Wizard_Hat",
"slot": "head",
"stats": {
"armor": 5,
"mana": 100
},
"requirements": {
"intelligence": 8
}
},
{
"name": "gorgeous hood",
"baseValue": 4500,
"icon": "Wizard_Hat",
"slot": "head",
"stats": {
"armor": 5,
"mana": 30,
"manaRegen": 2
},
"requirements": {
"intelligence": 10
}
},
{
"name": "expert hood",
"baseValue": 10000,
"icon": "Wizard_Hat",
"slot": "head",
"stats": {
"armor": 5,
"mana": 50,
"manaRegen": 4
},
"requirements": {
"intelligence": 15
}
},
{
"name": "rouge magi's hood",
"baseValue": 17500,
"icon": "Wizard_Hat",
"slot": "head",
"stats": {
"armor": 8,
"manaRegen": 8
},
"requirements": {
"strength": 5,
"intelligence": 12
}
},
{
"name": "war mage's cap",
"baseValue": 65000,
"icon": "Wizard_Hat",
"slot": "head",
"stats": {
"armor": 15,
"mana": 40,
"manaRegen": 5,
"health": 40
},
"requirements": {
"strength": 10,
"intelligence": 15
}
},
{
"name": "ancient veil",
"baseValue": 100000,
"icon": "Wizard_Hat",
"slot": "head",
"stats": {
"mana": 200,
"manaRegen": 10
},
"requirements": {
"intelligence": 25
}
},
{
"name": "arch-mage's veil",
"baseValue": 350000,
"icon": "Wizard_Hat",
"slot": "head",
"stats": {
"armor": 8,
"mana": 150,
"health": 50,
"manaRegen": 10
},
"requirements": {
"intelligence": 35
}
}
]

View File

@@ -0,0 +1,121 @@
[
{
"name": "feather",
"baseValue": 100,
"icon": "Feather",
"slot": "head",
"stats": {
"armor": 1.0
}
},
{
"name": "leather headgear",
"baseValue": 500,
"icon": "Leather_Helmet",
"slot": "head",
"stats": {
"armor": 3.0
}
},
{
"name": "cheap iron helmet",
"baseValue": 1500,
"icon": "Iron_Helmet",
"slot": "head",
"stats": {
"armor": 5.0
}
},
{
"name": "iron helmet",
"baseValue": 2000,
"icon": "Iron_Helmet",
"slot": "head",
"stats": {
"armor": 8.0
},
"requirements": {
"strength": 5
}
},
{
"name": "steel helmet",
"baseValue": 5000,
"icon": "Iron_Helmet",
"slot": "head",
"stats": {
"armor": 10.0
},
"requirements": {
"strength": 8
}
},
{
"name": "barbarian king headgear",
"baseValue": 10000,
"icon": "Leather_Helmet",
"slot": "head",
"stats": {
"armor": 8.0,
"health": 50
},
"requirements": {
"strength": 12
}
},
{
"name": "knight's helm",
"baseValue": 15000,
"icon": "Iron_Helmet",
"slot": "head",
"stats": {
"armor": 12.0
},
"requirements": {
"strength": 15
}
},
{
"name": "crusader's helm",
"baseValue": 75000,
"icon": "Helm",
"slot": "head",
"stats": {
"armor": 15.0,
"health": 100,
"mana": 100
},
"requirements": {
"strength": 18,
"intelligence": 10
}
},
{
"name": "helm of fortune",
"baseValue": 225000,
"icon": "Helm",
"slot": "head",
"stats": {
"armor": 25.0
},
"requirements": {
"strength": 30
}
},
{
"name": "kingsman helm",
"baseValue": 550000,
"icon": "Helm",
"slot": "head",
"stats": {
"armor": 22.0,
"health": 250,
"mana": 100
},
"requirements": {
"strength": 25,
"intelligence": 10
}
}
]

View File

@@ -0,0 +1,18 @@
[
{
"name": "bat wing",
"icon": "Bat_Wing",
"baseValue": 10
},
{
"name": "rat tail",
"icon": "Rat_Tail",
"baseValue": 15
},
{
"name": "ghostly residue",
"icon": "Slime_Gel",
"baseValue": 100
}
]

View File

@@ -0,0 +1,18 @@
[
{
"name": "patch of fur",
"icon": "Patch_of_Fur",
"baseValue": 5
},
{
"name": "vampiric tooth",
"icon": "Fang",
"baseValue": 25
},
{
"name": "chunk of flesh",
"icon": "Chunk_of_Flesh",
"baseValue": 40
}
]

View File

@@ -0,0 +1,308 @@
[
{
"name": "stick",
"baseValue": 50,
"slot": "one-hand",
"attacks": [
"hit"
],
"icon": "Wood_Log",
"stats": {
"physicalDamage": 2.5
}
},
{
"name": "big stick",
"baseValue": 75,
"slot": "two-hand",
"attacks": [
"hit"
],
"icon": "Wood_Log",
"stats": {
"physicalDamage": 4.5
},
"requirements": {
"strength": 5
}
},
{
"name": "torch",
"baseValue": 300,
"slot": "one-hand",
"attacks": [
"torch stab"
],
"icon": "Torch",
"stats": {
"physicalDamage": 1.5,
"fireDamage": 1.5
}
},
{
"name": "dagger",
"baseValue": 400,
"slot": "one-hand",
"attacks": [
"stab"
],
"icon": "Knife",
"stats": {
"physicalDamage": 4.5
}
},
{
"name": "shortsword",
"baseValue": 1200,
"slot": "one-hand",
"attacks": [
"slash"
],
"icon": "Iron_Sword",
"stats": {
"physicalDamage": 7.5
}
},
{
"name": "mace",
"baseValue": 1100,
"slot": "one-hand",
"attacks": [
"crushing blow"
],
"icon": "Hammer",
"stats": {
"physicalDamage": 6.5
},
"requirements": {
"strength": 8
}
},
{
"name": "rat-smasher",
"baseValue": 2000,
"slot": "two-hand",
"attacks": [
"crushing blow"
],
"icon": "Hammer",
"stats": {
"physicalDamage": 10.5
},
"requirements": {
"strength": 10
}
},
{
"name": "longsword",
"baseValue": 10000,
"slot": "one-hand",
"attacks": [
"slash"
],
"icon": "Iron_Sword",
"stats": {
"physicalDamage": 10.0
},
"requirements": {
"strength": 8,
"dexterity": 5
}
},
{
"name": "bastard sword",
"baseValue": 15000,
"slot": "two-hand",
"attacks": [
"slash",
"cleave"
],
"icon": "Iron_Sword",
"stats": {
"physicalDamage": 20.0
},
"requirements": {
"strength": 12
}
},
{
"name": "elegant blade",
"baseValue": 20000,
"slot": "one-hand",
"attacks": [
"slash"
],
"icon": "Silver_Sword",
"stats": {
"physicalDamage": 16.0
},
"requirements": {
"strength": 10,
"dexterity": 8
}
},
{
"name": "axe",
"baseValue": 25000,
"slot": "one-hand",
"attacks": [
"slash",
"cleave"
],
"icon": "Axe",
"stats": {
"physicalDamage": 20.0
},
"requirements": {
"strength": 15
}
},
{
"name": "zweihänder",
"baseValue": 34000,
"slot": "two-hand",
"attacks": [
"slash",
"cleave"
],
"icon": "Iron_Sword",
"stats": {
"physicalDamage": 29.5
},
"requirements": {
"strength": 20
}
},
{
"name": "grotesque dagger",
"baseValue": 38000,
"slot": "one-hand",
"attacks": [
"slash",
"serrate"
],
"icon": "Knife",
"stats": {
"physicalDamage": 18.0,
"poisonDamage": 4.0
},
"requirements": {
"strength": 10,
"dexterity": 20
}
},
{
"name": "greataxe",
"baseValue": 65000,
"slot": "two-hand",
"attacks": [
"hack"
],
"icon": "Axe",
"stats": {
"physicalDamage": 33.5
},
"requirements": {
"strength": 28
}
},
{
"name": "greatsword",
"baseValue": 65000,
"slot": "two-hand",
"attacks": [
"slash",
"cleave"
],
"icon": "Iron_Sword",
"stats": {
"physicalDamage": 37.5
},
"requirements": {
"strength": 30
}
},
{
"name": "royal longsword",
"baseValue": 85000,
"slot": "two-hand",
"attacks": [
"slash",
"cleave"
],
"icon": "Golden_Sword",
"stats": {
"physicalDamage": 30.0,
"magicDamage": 5.0
},
"requirements": {
"strength": 25,
"dexterity": 15
}
},
{
"name": "barbarian war axe",
"baseValue": 150000,
"slot": "one-hand",
"attacks": [
"hack"
],
"icon": "Axe",
"stats": {
"physicalDamage": 30.5
},
"requirements": {
"strength": 33
}
},
{
"name": "knight's greatsword",
"baseValue": 225000,
"slot": "two-hand",
"attacks": [
"slash",
"cleave"
],
"icon": "Golden_Sword",
"stats": {
"physicalDamage": 35.5
},
"requirements": {
"strength": 32
}
},
{
"name": "crusader's longsword",
"baseValue": 310000,
"slot": "one-hand",
"attacks": [
"slash",
"cleave"
],
"icon": "Golden_Sword",
"stats": {
"physicalDamage": 27.0,
"holyDamage": 6.0
},
"requirements": {
"strength": 30,
"dexterity": 15
}
},
{
"name": "crusader's war hammer",
"baseValue": 310000,
"slot": "two-hand",
"attacks": [
"crushing blow"
],
"icon": "Golden_Hammer",
"stats": {
"physicalDamage": 45.0
},
"requirements": {
"strength": 45
}
}
]

View File

@@ -0,0 +1,120 @@
[
{
"name": "basic wounding poison",
"icon": "Green_Potion",
"effect": {
"stat": "health",
"amount": {
"min": 10,
"max": 30
},
"isPoison": true
},
"baseValue": 500
},
{
"name": "strong wounding poison",
"icon": "Green_Potion_2",
"effect": {
"stat": "health",
"amount": {
"min": 50,
"max": 75
},
"isPoison": true
},
"baseValue": 2500
},
{
"name": "ultimate wounding poison",
"icon": "Green_Potion_3",
"effect": {
"stat": "health",
"amount": {
"min": 125,
"max": 175
},
"isPoison": true
},
"baseValue": 10000
},
{
"name": "basic lethargic poison",
"icon": "Green_Potion",
"effect": {
"stat": "mana",
"amount": {
"min": 10,
"max": 30
},
"isPoison": true
},
"baseValue": 500
},
{
"name": "strong lethargic poison",
"icon": "Green_Potion_2",
"effect": {
"stat": "mana",
"amount": {
"min": 50,
"max": 75
},
"isPoison": true
},
"baseValue": 2500
},
{
"name": "ultimate lethargic poison",
"icon": "Green_Potion_3",
"effect": {
"stat": "sanity",
"amount": {
"min": 125,
"max": 175
},
"isPoison": true
},
"baseValue": 10000
},
{
"name": "basic madness poison",
"icon": "Green_Potion",
"effect": {
"stat": "sanity",
"amount": {
"min": 10,
"max": 30
},
"isPoison": true
},
"baseValue": 500
},
{
"name": "strong madness poison",
"icon": "Green_Potion_2",
"effect": {
"stat": "mana",
"amount": {
"min": 50,
"max": 75
},
"isPoison": true
},
"baseValue": 2500
},
{
"name": "ultimate madness poison",
"icon": "Green_Potion_3",
"effect": {
"stat": "sanity",
"amount": {
"min": 125,
"max": 175
},
"isPoison": true
},
"baseValue": 10000
}
]

View File

@@ -0,0 +1,198 @@
[
{
"name": "basic healing potion",
"icon": "Red_Potion",
"effect": {
"stat": "health",
"amount": {
"min": 20,
"max": 50
},
"isPoison": false
},
"baseValue": 100
},
{
"name": "moderate healing potion",
"icon": "Red_Potion",
"effect": {
"stat": "health",
"amount": {
"min": 40,
"max": 80
},
"isPoison": false
},
"baseValue": 500
},
{
"name": "strong healing potion",
"icon": "Red_Potion_2",
"effect": {
"stat": "health",
"amount": {
"min": 70,
"max": 100
},
"isPoison": false
},
"baseValue": 2000
},
{
"name": "intense healing potion",
"icon": "Red_Potion_2",
"effect": {
"stat": "health",
"amount": {
"min": 100,
"max": 180
},
"isPoison": false
},
"baseValue": 4000
},
{
"name": "extreme healing potion",
"icon": "Red_Potion_3",
"effect": {
"stat": "health",
"amount": {
"min": 150,
"max": 300
},
"isPoison": false
},
"baseValue": 7500
},
{
"name": "ultimate healing potion",
"icon": "Red_Potion_3",
"effect": {
"stat": "health",
"amount": {
"min": 250,
"max": 500
},
"isPoison": false
},
"baseValue": 10000
},
{
"name": "basic mana potion",
"icon": "Blue_Potion",
"effect": {
"stat": "mana",
"amount": {
"min": 20,
"max": 50
},
"isPoison": false
},
"baseValue": 100
},
{
"name": "moderate mana potion",
"icon": "Blue_Potion",
"effect": {
"stat": "mana",
"amount": {
"min": 40,
"max": 80
},
"isPoison": false
},
"baseValue": 500
},
{
"name": "strong mana potion",
"icon": "Blue_Potion_2",
"effect": {
"stat": "mana",
"amount": {
"min": 70,
"max": 100
},
"isPoison": false
},
"baseValue": 2000
},
{
"name": "intense mana potion",
"icon": "Blue_Potion_2",
"effect": {
"stat": "mana",
"amount": {
"min": 100,
"max": 180
},
"isPoison": false
},
"baseValue": 4000
},
{
"name": "extreme mana potion",
"icon": "Blue_Potion_3",
"effect": {
"stat": "mana",
"amount": {
"min": 150,
"max": 300
},
"isPoison": false
},
"baseValue": 7500
},
{
"name": "ultimate mana potion",
"icon": "Blue_Potion_3",
"effect": {
"stat": "mana",
"amount": {
"min": 250,
"max": 500
},
"isPoison": false
},
"baseValue": 10000
},
{
"name": "basic calming potion",
"icon": "Purple_Potion",
"effect": {
"stat": "sanity",
"amount": {
"min": 20,
"max": 35
},
"isPoison": false
},
"baseValue": 100
},
{
"name": "strong calming potion",
"icon": "Purple_Potion_2",
"effect": {
"stat": "sanity",
"amount": {
"min": 50,
"max": 75
},
"isPoison": false
},
"baseValue": 2000
},
{
"name": "ultimate calming potion",
"icon": "Purple_Potion_3",
"effect": {
"stat": "sanity",
"amount": {
"min": 100,
"max": 150
},
"isPoison": false
},
"baseValue": 10000
}
]

View File

@@ -0,0 +1,471 @@
[
{
"name": {
"5": "healthy",
"4": "hearty",
"3": "hearty",
"2": "vital",
"1": "invigorating"
},
"modifier": {
"health": [
{
"5": {
"min": 10,
"max": 14
},
"4": {
"min": 15,
"max": 19
},
"3": {
"min": 20,
"max": 24
},
"2": {
"min": 25,
"max": 29
},
"1": {
"min": 30,
"max": 35
}
}
]
},
"tiers": 5
},
{
"name": {
"5": "sturdy",
"4": "robust",
"3": "robust",
"2": "vigorous",
"1": "flourishing"
},
"modifier": {
"health": [
{
"5": {
"min": 8,
"max": 11
},
"4": {
"min": 12,
"max": 15
},
"3": {
"min": 16,
"max": 19
},
"2": {
"min": 20,
"max": 23
},
"1": {
"min": 24,
"max": 28
}
}
],
"healthRegen": [
{
"5": {
"min": 1,
"max": 1
},
"4": {
"min": 1,
"max": 2
},
"3": {
"min": 2,
"max": 2
},
"2": {
"min": 2,
"max": 3
},
"1": {
"min": 3,
"max": 4
}
}
]
},
"tiers": 5
},
{
"name": {
"4": "sage",
"3": "wise",
"2": "wise",
"1": "enlightened"
},
"modifier": {
"mana": [
{
"4": {
"min": 8,
"max": 11
},
"3": {
"min": 12,
"max": 15
},
"2": {
"min": 16,
"max": 19
},
"1": {
"min": 20,
"max": 25
}
}
],
"intelligence": [
{
"4": {
"min": 1,
"max": 2
},
"3": {
"min": 2,
"max": 3
},
"2": {
"min": 3,
"max": 4
},
"1": {
"min": 4,
"max": 5
}
}
]
},
"tiers": 4
},
{
"name": {
"3": "balanced",
"2": "stable",
"1": "harmonious"
},
"modifier": {
"sanity": [
{
"3": {
"min": 10,
"max": 14
},
"2": {
"min": 15,
"max": 19
},
"1": {
"min": 20,
"max": 25
}
}
]
},
"tiers": 3
},
{
"name": {
"4": "energetic",
"3": "vigorous",
"2": "vigorous",
"1": "revitalizing"
},
"modifier": {
"healthRegen": [
{
"4": {
"min": 2,
"max": 3
},
"3": {
"min": 3,
"max": 4
},
"2": {
"min": 4,
"max": 5
},
"1": {
"min": 5,
"max": 6
}
}
]
},
"tiers": 4
},
{
"name": {
"3": "focused",
"2": "concentrated",
"1": "meditative"
},
"modifier": {
"manaRegen": [
{
"3": {
"min": 2,
"max": 3
},
"2": {
"min": 3,
"max": 4
},
"1": {
"min": 4,
"max": 5
}
}
]
},
"tiers": 3
},
{
"name": {
"3": "strong",
"2": "mighty",
"1": "herculean"
},
"modifier": {
"strength": [
{
"3": {
"min": 3,
"max": 4
},
"2": {
"min": 5,
"max": 6
},
"1": {
"min": 7,
"max": 8
}
}
]
},
"tiers": 3
},
{
"name": {
"3": "nimble",
"2": "agile",
"1": "acrobatic"
},
"modifier": {
"dexterity": [
{
"3": {
"min": 3,
"max": 4
},
"2": {
"min": 5,
"max": 6
},
"1": {
"min": 7,
"max": 8
}
}
]
},
"tiers": 3
},
{
"name": {
"4": "protective",
"3": "fortified",
"2": "fortified",
"1": "impenetrable"
},
"modifier": {
"armorAdded": [
{
"4": {
"min": 5,
"max": 7
},
"3": {
"min": 8,
"max": 10
},
"2": {
"min": 11,
"max": 13
},
"1": {
"min": 14,
"max": 16
}
}
]
},
"tiers": 4
},
{
"name": {
"4": "tough",
"3": "tempered",
"2": "tempered",
"1": "unyielding"
},
"modifier": {
"armorAdded": [
{
"4": {
"min": 3,
"max": 4
},
"3": {
"min": 5,
"max": 6
},
"2": {
"min": 7,
"max": 8
},
"1": {
"min": 9,
"max": 10
}
}
],
"health": [
{
"4": {
"min": 4,
"max": 6
},
"3": {
"min": 7,
"max": 9
},
"2": {
"min": 10,
"max": 12
},
"1": {
"min": 13,
"max": 15
}
}
]
},
"tiers": 4
},
{
"name": {
"3": "flameward",
"2": "flameproof",
"1": "infernoshield"
},
"modifier": {
"fireResistance": [
{
"3": {
"min": 0.08,
"max": 0.10
},
"2": {
"min": 0.11,
"max": 0.13
},
"1": {
"min": 0.14,
"max": 0.16
}
}
]
},
"tiers": 3
},
{
"name": {
"3": "frostward",
"2": "frostproof",
"1": "glacialshield"
},
"modifier": {
"coldResistance": [
{
"3": {
"min": 0.08,
"max": 0.10
},
"2": {
"min": 0.11,
"max": 0.13
},
"1": {
"min": 0.14,
"max": 0.16
}
}
]
},
"tiers": 3
},
{
"name": {
"3": "stormward",
"2": "stormproof",
"1": "thundershield"
},
"modifier": {
"lightningResistance": [
{
"3": {
"min": 0.8,
"max": 0.10
},
"2": {
"min": 0.11,
"max": 0.13
},
"1": {
"min": 0.14,
"max": 0.16
}
}
]
},
"tiers": 3
},
{
"name": {
"3": "toxic",
"2": "antitoxin",
"1": "venomshield"
},
"modifier": {
"poisonResistance": [
{
"3": {
"min": 0.08,
"max": 0.10
},
"2": {
"min": 0.11,
"max": 0.13
},
"1": {
"min": 0.14,
"max": 0.16
}
}
]
},
"tiers": 3
}
]

View File

@@ -0,0 +1,141 @@
[
{
"name": "cloth robes",
"baseValue": 200,
"icon": "Robes_1",
"slot": "body",
"stats": {
"armor": 4,
"mana": 15,
"manaRegen": 0
}
},
{
"name": "apprentice robes",
"baseValue": 1500,
"icon": "Robes_1",
"slot": "body",
"stats": {
"armor": 6,
"mana": 25,
"manaRegen": 0
},
"requirements": {
"intelligence": 5
}
},
{
"name": "adept robes",
"baseValue": 2500,
"icon": "Robes_1",
"slot": "body",
"stats": {
"armor": 8,
"mana": 50,
"manaRegen": 2
},
"requirements": {
"intelligence": 8
}
},
{
"name": "mage robes",
"baseValue": 2500,
"icon": "Robes_2",
"slot": "body",
"stats": {
"armor": 8,
"mana": 100,
"manaRegen": 0
},
"requirements": {
"intelligence": 15
}
},
{
"name": "gorgeous robes",
"baseValue": 6500,
"icon": "Robes_2",
"slot": "body",
"stats": {
"armor": 10,
"mana": 100,
"manaRegen": 2
},
"requirements": {
"intelligence": 20
}
},
{
"name": "expert robes",
"baseValue": 25000,
"icon": "Robes_2",
"slot": "body",
"stats": {
"armor": 10,
"mana": 150,
"manaRegen": 5
},
"requirements": {
"intelligence": 30
}
},
{
"name": "rouge magi's vestment",
"baseValue": 47500,
"icon": "Robes_3",
"slot": "body",
"stats": {
"armor": 16,
"manaRegen": 12
},
"requirements": {
"strength": 5,
"intelligence": 30
}
},
{
"name": "war mage's vestment",
"baseValue": 95000,
"icon": "Robes_3",
"slot": "body",
"stats": {
"armor": 28,
"mana": 100,
"manaRegen": 8,
"health": 100
},
"requirements": {
"strength": 10,
"intelligence": 30
}
},
{
"name": "ancient silks",
"baseValue": 200000,
"icon": "Robes_3",
"slot": "body",
"stats": {
"mana": 400,
"manaRegen": 20
},
"requirements": {
"intelligence": 40
}
},
{
"name": "arch-mage's robes",
"baseValue": 450000,
"icon": "Robes_3",
"slot": "body",
"stats": {
"armor": 25,
"mana": 350,
"manaRegen": 20
},
"requirements": {
"intelligence": 50
}
}
]

View File

@@ -0,0 +1,114 @@
[
{
"name": "block of wood",
"baseValue": 100,
"icon": "Wooden_Shield",
"slot": "one-hand",
"stats": {
"armor": 4.0,
"blockChance": 0.035
}
},
{
"name": "cheap buckler",
"baseValue": 500,
"icon": "Wooden_Shield",
"slot": "one-hand",
"stats": {
"armor": 6.0,
"blockChance": 0.05
}
},
{
"name": "block of iron",
"baseValue": 1000,
"icon": "Iron_Shield",
"slot": "one-hand",
"stats": {
"armor": 9.0,
"blockChance": 0.035
},
"requirements": {
"strength": 8
}
},
{
"name": "iron shield",
"baseValue": 7000,
"icon": "Iron_Shield",
"slot": "one-hand",
"stats": {
"armor": 11.0,
"blockChance": 0.05
},
"requirements": {
"strength": 10
}
},
{
"name": "kite shield",
"baseValue": 14000,
"icon": "Iron_Shield",
"slot": "one-hand",
"stats": {
"armor": 10.0,
"blockChance": 0.07
},
"requirements": {
"strength": 10
}
},
{
"name": "pavise",
"baseValue": 32000,
"icon": "Iron_Shield",
"slot": "one-hand",
"stats": {
"armor": 14.0,
"blockChance": 0.10
},
"requirements": {
"strength": 15
}
},
{
"name": "great shield",
"baseValue": 80000,
"icon": "Iron_Shield",
"slot": "one-hand",
"stats": {
"armor": 20.0,
"blockChance": 0.06
},
"requirements": {
"strength": 22
}
},
{
"name": "royal great shield",
"baseValue": 120000,
"icon": "Iron_Shield",
"slot": "one-hand",
"stats": {
"armor": 30.0,
"blockChance": 0.07
},
"requirements": {
"strength": 28
}
},
{
"name": "shield of glory",
"baseValue": 350000,
"icon": "Iron_Shield",
"slot": "one-hand",
"stats": {
"armor": 40.0,
"blockChance": 0.07
},
"requirements": {
"strength": 35
}
}
]

View File

@@ -0,0 +1,16 @@
[
{
"name": "Goblin Totem",
"baseValue": 5000,
"icon": "Goblin_Staff",
"slot": "one-hand",
"attacks": [
"bonk",
"spark"
],
"stats": {
"physicalDamage": 8.0
}
}
]

View File

@@ -0,0 +1,21 @@
[
{
"name": "the deed to the whispering raven inn",
"icon": "Scroll",
"description": "<Font>Cursive</Font>**Holding this deed means The Whispering Raven Inn is yours, but you will need to repair the property before it can serve patrons**\n*The parchment is stained with dark splotches, its edges frayed and torn. On the back on the deed there are scribles The handwriting becomes increasingly erratic as it progresses.*\n\nTo those who would judge me,\n\nI, Alaric Shadowmere, once proprietor of the Whispering Raven Inn, pen this final testament. Let it serve as both confession and vindication for the deeds that have brought me to this wretched state.\n\nFor years, I welcomed weary travelers, offering respite from the horrors that roam our blighted lands. But with each passing season, I bore witness to the futility of it all. The weak perish, the strong exploit, and death claims us all in the end.\n\nIt was then that the whispers began. The ancient tomes hidden beneath the floorboards of my cellar spoke of power beyond mortal ken. They promised a way to conquer death itself, to build an army that would never tire, never falter.\n\nAnd so, I began my great work.\n\nEach patron who crossed my threshold became more than a guest they became raw material for my grand design. Their flesh, their bones, their very essence all repurposed in service of a greater cause.\n\nDo you not see the beauty in it? The drunkard who squandered his life now stands eternal guard. The abusive merchant now toils without rest or reward. I have given them purpose beyond their petty lives!\n\n<em>But the FOOLS outside do not understand!</em>\n\nThey call me <em>monster, madman, murderer.</em> They cannot comprehend the magnitude of my vision.\n\nAs I write this, I hear them coming. The villagers, the so-called heroes, all clamoring for my head. Let them come. My children my beautiful, rotting children will greet them.\n\nAnd should I fall, know this: Death is but a doorway. I have peered beyond its threshold, and I fear it no longer. In time, you too will understand the gift I offered this miserable world.\n\nMay He embrace us all.\n\n*The signature at the bottom is a smeared, illegible scrawl*",
"baseValue": -1
},
{
"name": "head of goblin shaman",
"icon": "Skull",
"description": "*Stick it on a spike to ward off other Goblin tribes, and confer safety to a trade route*\n\n",
"baseValue": -1
},
{
"name": "broken seal contract",
"icon": "Paper",
"description": "<Font>Cursive</Font>*A weathered piece of parchment sealed with black wax bearing a bleeding sun. The edges are singed as if exposed to intense heat.*\n\nBy acceptance of payment in gold, the undersigned hereby commits to the procurement and delivery of specimens matching the following criteria:\n\n- Aged 12 and over.\n\n- Weight of 7.5 stone or greater.\n\nHE requires these specimens intact and breathing. The method of acquisition is at your discretion, though discretion itself is paramount. Those who draw undue attention will find their own names added to HIS ledger.\n\nPayment will be rendered upon delivery to the Blood Eye Gate. Additional compensation will be provided for specimens of exceptional quality.\n\nFailure to deliver will result in the forfeiture of not only payment but also that which you hold most precious.\n\n*The signature appears to be written in a script that hurts the eyes to look upon directly*",
"baseValue": -1
}
]

View File

@@ -0,0 +1,413 @@
[
{
"name": {
"4": "soldier",
"3": "warrior",
"2": "champion",
"1": "hero"
},
"modifier": {
"physicalDamageAdded": [
{
"4": {
"min": 6,
"max": 8
},
"3": {
"min": 9,
"max": 11
},
"2": {
"min": 12,
"max": 14
},
"1": {
"min": 15,
"max": 18
}
}
]
},
"tiers": 4
},
{
"name": {
"4": "smoldering",
"3": "burning",
"2": "scorching",
"1": "infernal"
},
"modifier": {
"fireDamageAdded": [
{
"4": {
"min": 6,
"max": 8
},
"3": {
"min": 9,
"max": 11
},
"2": {
"min": 12,
"max": 14
},
"1": {
"min": 15,
"max": 18
}
}
]
},
"tiers": 4
},
{
"name": {
"4": "chilled",
"3": "frozen",
"2": "glacier",
"1": "arctic"
},
"modifier": {
"coldDamageAdded": [
{
"4": {
"min": 6,
"max": 8
},
"3": {
"min": 9,
"max": 11
},
"2": {
"min": 12,
"max": 14
},
"1": {
"min": 15,
"max": 18
}
}
]
},
"tiers": 4
},
{
"name": {
"4": "static",
"3": "shocked",
"2": "electrified",
"1": "thunderous"
},
"modifier": {
"lightningDamageAdded": [
{
"4": {
"min": 6,
"max": 8
},
"3": {
"min": 9,
"max": 11
},
"2": {
"min": 12,
"max": 14
},
"1": {
"min": 15,
"max": 18
}
}
]
},
"tiers": 4
},
{
"name": {
"4": "noxious",
"3": "venomous",
"2": "virulent",
"1": "pestilent"
},
"modifier": {
"poisonDamageAdded": [
{
"4": {
"min": 6,
"max": 8
},
"3": {
"min": 9,
"max": 11
},
"2": {
"min": 12,
"max": 14
},
"1": {
"min": 15,
"max": 18
}
}
]
},
"tiers": 4
},
{
"name": {
"4": "challenger",
"3": "gladiator",
"2": "marauder",
"1": "conqueror"
},
"modifier": {
"physicalDamageMultiplier": [
{
"4": {
"min": 0.05,
"max": 0.08
},
"3": {
"min": 0.09,
"max": 0.12
},
"2": {
"min": 0.13,
"max": 0.16
},
"1": {
"min": 0.17,
"max": 0.20
}
}
],
"strength": [
{
"4": {
"min": 1,
"max": 1
},
"3": {
"min": 1,
"max": 2
},
"2": {
"min": 2,
"max": 3
},
"1": {
"min": 3,
"max": 4
}
}
]
},
"tiers": 4
},
{
"name": {
"4": "imp",
"3": "fiend",
"2": "demon",
"1": "devil"
},
"modifier": {
"fireDamageMultiplier": [
{
"4": {
"min": 0.05,
"max": 0.08
},
"3": {
"min": 0.09,
"max": 0.12
},
"2": {
"min": 0.13,
"max": 0.16
},
"1": {
"min": 0.17,
"max": 0.20
}
}
],
"fireDamageAdded": [
{
"4": {
"min": 1,
"max": 2
},
"3": {
"min": 2,
"max": 3
},
"2": {
"min": 3,
"max": 4
},
"1": {
"min": 4,
"max": 5
}
}
]
},
"tiers": 4
},
{
"name": {
"4": "chilly",
"3": "frigid",
"2": "frozen",
"1": "arctic"
},
"modifier": {
"coldDamageMultiplier": [
{
"4": {
"min": 0.05,
"max": 0.08
},
"3": {
"min": 0.09,
"max": 0.12
},
"2": {
"min": 0.13,
"max": 0.16
},
"1": {
"min": 0.17,
"max": 0.20
}
}
],
"coldDamageAdded": [
{
"4": {
"min": 1,
"max": 2
},
"3": {
"min": 2,
"max": 3
},
"2": {
"min": 3,
"max": 4
},
"1": {
"min": 4,
"max": 5
}
}
]
},
"tiers": 4
},
{
"name": {
"4": "charged",
"3": "arcing",
"2": "thunderous",
"1": "superconducting"
},
"modifier": {
"lightningDamageMultiplier": [
{
"4": {
"min": 0.05,
"max": 0.08
},
"3": {
"min": 0.09,
"max": 0.12
},
"2": {
"min": 0.13,
"max": 0.16
},
"1": {
"min": 0.17,
"max": 0.20
}
}
],
"lightningDamageAdded": [
{
"4": {
"min": 1,
"max": 2
},
"3": {
"min": 2,
"max": 3
},
"2": {
"min": 3,
"max": 4
},
"1": {
"min": 4,
"max": 5
}
}
]
},
"tiers": 4
},
{
"name": {
"4": "toxic",
"3": "virulent",
"2": "malignant",
"1": "plague-bearer"
},
"modifier": {
"poisonDamageMultiplier": [
{
"4": {
"min": 0.05,
"max": 0.08
},
"3": {
"min": 0.09,
"max": 0.12
},
"2": {
"min": 0.13,
"max": 0.16
},
"1": {
"min": 0.17,
"max": 0.20
}
}
],
"poisonDamageAdded": [
{
"4": {
"min": 1,
"max": 2
},
"3": {
"min": 2,
"max": 3
},
"2": {
"min": 3,
"max": 4
},
"1": {
"min": 4,
"max": 5
}
}
]
},
"tiers": 4
}
]

View File

@@ -0,0 +1,244 @@
[
{
"name": "Apprentice Wand",
"baseValue": 1000,
"icon": "Magic_Wand",
"slot": "one-hand",
"attacks": [
"cast"
],
"stats": {
"magicDamage": 5.0
}
},
{
"name": "Scorching Wand",
"baseValue": 5000,
"icon": "Magic_Wand",
"slot": "one-hand",
"attacks": [
"cast"
],
"stats": {
"fireDamage": 8.0
}
},
{
"name": "Frozen Wand",
"baseValue": 12000,
"icon": "Magic_Wand",
"slot": "one-hand",
"attacks": [
"cast"
],
"stats": {
"coldDamage": 12.0
}
},
{
"name": "Wand of the Prodigy",
"baseValue": 18000,
"icon": "Magic_Wand",
"slot": "one-hand",
"attacks": [
"cast"
],
"stats": {
"magicDamage": 18.0
}
},
{
"name": "Adept Wand",
"baseValue": 22000,
"icon": "Magic_Wand",
"slot": "one-hand",
"attacks": [
"cast"
],
"stats": {
"magicDamage": 20.0
}
},
{
"name": "Wand of the Inferno",
"baseValue": 26000,
"icon": "Magic_Wand",
"slot": "one-hand",
"attacks": [
"cast"
],
"stats": {
"fireDamage": 23.0
}
},
{
"name": "Enchanted Wand",
"baseValue": 31000,
"icon": "Magic_Wand",
"slot": "one-hand",
"attacks": [
"cast"
],
"stats": {
"magicDamage": 27.0
}
},
{
"name": "Wand of Blizzards",
"baseValue": 40000,
"icon": "Magic_Wand",
"slot": "one-hand",
"attacks": [
"cast"
],
"stats": {
"coldDamage": 31.0
}
},
{
"name": "Expert Wand",
"baseValue": 48000,
"icon": "Magic_Wand",
"slot": "one-hand",
"attacks": [
"cast"
],
"stats": {
"magicDamage": 34.0
}
},
{
"name": "Wand of Decay",
"baseValue": 65000,
"icon": "Magic_Wand",
"slot": "one-hand",
"attacks": [
"cast"
],
"stats": {
"poisonDamage": 38.0
}
},
{
"name": "Master's Wand",
"baseValue": 84000,
"icon": "Magic_Wand",
"slot": "one-hand",
"attacks": [
"cast"
],
"stats": {
"magicDamage": 42.0
}
},
{
"name": "Ethereal Wand",
"baseValue": 121000,
"icon": "Magic_Wand",
"slot": "one-hand",
"attacks": [
"cast"
],
"stats": {
"magicDamage": 45.0
}
},
{
"name": "Celestial Wand",
"baseValue": 145000,
"icon": "Magic_Wand",
"slot": "one-hand",
"attacks": [
"cast"
],
"stats": {
"magicDamage": 48.0
}
},
{
"name": "Wand of Destiny",
"baseValue": 185000,
"icon": "Magic_Wand",
"slot": "one-hand",
"attacks": [
"cast"
],
"stats": {
"holyDamage": 52.0
}
},
{
"name": "Wand of Misfortune",
"baseValue": 245000,
"icon": "Magic_Wand",
"slot": "one-hand",
"attacks": [
"cast"
],
"stats": {
"poisonDamage": 55.0
}
},
{
"name": "Light's End",
"baseValue": 285000,
"icon": "Magic_Wand",
"slot": "one-hand",
"attacks": [
"cast"
],
"stats": {
"lightningDamage": 58.0
}
},
{
"name": "Wand of the Forgotten",
"baseValue": 335000,
"icon": "Magic_Wand",
"slot": "one-hand",
"attacks": [
"cast"
],
"stats": {
"physicalDamage": 60.0
}
},
{
"name": "Divine Wand",
"baseValue": 410000,
"icon": "Magic_Wand",
"slot": "one-hand",
"attacks": [
"cast"
],
"stats": {
"holyDamage": 62.0
}
},
{
"name": "Death Ray",
"baseValue": 520000,
"icon": "Magic_Wand",
"slot": "one-hand",
"attacks": [
"cast"
],
"stats": {
"poisonDamage": 65.0
}
},
{
"name": "Finger of God",
"baseValue": 750000,
"icon": "Magic_Wand",
"slot": "one-hand",
"attacks": [
"cast"
],
"stats": {
"holyDamage": 50.0,
"magicDamage": 20.0
}
}
]

View File

@@ -0,0 +1,224 @@
[
{
"name": "walk in the Enchanted Forest",
"cost": 0,
"alone": {
"meetingSomeone": 0.15,
"nothingHappens": 0.25,
"randomGood": 0.40,
"randomBad": 0.20
},
"dateCooldown": 5,
"date": {
"increaseAffection": 0.85,
"increaseAffectionRange": {
"min": 1,
"max": 10
},
"decreaseAffection": 0.15,
"decreaseAffectionRange": {
"min": 1,
"max": 5
}
},
"randomBad": [
{
"name": "Mugged!",
"buyOff": {
"price": 300
},
"dungeonTitle": "Enchanted Forest",
"fight": {
"enemies": [
{
"name": "bandit",
"image": "bandit_light",
"scaler": 1,
"count": 1
}
]
}
}
],
"randomGood": [
{
"name": "Found a gold pouch!",
"effect": {
"gold": 50
}
},
{
"name": "Had a beautiful restorative walk",
"effect": {
"healthRestore": 25,
"sanityRestore": 25
}
}
]
},
{
"name": "go to a Library",
"cost": 0,
"alone": {
"meetingSomeone": 0.40,
"nothingHappens": 0.40,
"randomGood": 0.10,
"randomBad": 0.10
},
"dateCooldown": 10,
"date": {
"increaseAffection": 0.85,
"increaseAffectionRange": {
"min": 3,
"max": 7
},
"decreaseAffection": 0.15,
"decreaseAffectionRange": {
"min": 1,
"max": 4
}
},
"randomBad": [
{
"name": "Read a disturbing book",
"effect": {
"sanityDamage": 25
}
}
],
"randomGood": [
{
"name": "Read from your favorite author",
"effect": {
"sanityRestore": 25
}
},
{
"name": "Found a gold pouch!",
"effect": {
"gold": 25
}
}
]
},
{
"name": "go to the Pub",
"cost": 25,
"alone": {
"meetingSomeone": 0.30,
"nothingHappens": 0.20,
"randomGood": 0.15,
"randomBad": 0.35
},
"dateCooldown": 10,
"date": {
"increaseAffection": 0.80,
"increaseAffectionRange": {
"min": 5,
"max": 15
},
"decreaseAffection": 0.20,
"decreaseAffectionRange": {
"min": 3,
"max": 10
}
},
"randomBad": [
{
"name": "Bar Fight",
"dungeonTitle": "Local Pub",
"fight": {
"enemies": [
{
"name": "bandit heavy",
"image": "bandit_heavy",
"scaler": 1,
"count": 1
}
]
}
}
],
"randomGood": [
{
"name": "Free Round",
"effect": {
"gold": 25,
"sanityRestore": 25
}
},
{
"name": "Found a gold pouch!",
"effect": {
"gold": 75
}
}
]
},
{
"name": "go to a Festival",
"cost": 50,
"alone": {
"meetingSomeone": 0.40,
"nothingHappens": 0.40,
"randomGood": 0.10,
"randomBad": 0.10
},
"dateCooldown": 15,
"date": {
"increaseAffection": 0.85,
"increaseAffectionRange": {
"min": 5,
"max": 15
},
"decreaseAffection": 0.15,
"decreaseAffectionRange": {
"min": 3,
"max": 10
}
},
"randomBad": [
{
"name": "Raucous Local",
"dungeonTitle": "Festival",
"fight": {
"enemies": [
{
"name": "bandit heavy",
"image": "bandit_heavy",
"scaler": 1,
"count": 1
}
]
}
},
{
"name": "Ride broke down!",
"effect": {
"healthDamage": 20,
"sanityDamage": 25
}
}
],
"randomGood": [
{
"name": "Found a gold pouch!",
"effect": {
"gold": 100
}
}
]
},
{
"name": "visit a Soul-Thread Weaver",
"cost": 250,
"aloneCooldown": 20,
"alone": {
"meetingSomeone": 0.65,
"nothingHappens": 0.35,
"randomGood": 0.00,
"randomBad": 0.00
}
}
]

View File

@@ -0,0 +1,12 @@
[
{
"serviceName": "Recover Alone",
"cost": 0,
"heathRestore": 15
},
{
"serviceName": "Visit Master Priest",
"cost": 150,
"heathRestore": "fill"
}
]

View File

@@ -0,0 +1,369 @@
[
{
"name": "Whispering Raven Inn",
"description": "It's cheap and in the middle of no-where. Don't expect much foot traffic. But those rare few tired souls will be grateful for a quiet refuge from the beasts of the night.",
"requires": {"requirement": "the deed to the whispering raven inn", "message": "A dangerous flood of monsters is spilling out from a nearby cave, preventing anyone from getting close to this rest stop, put an end to the source before further considering purchase.", "removes": false },
"cost": 5000,
"turnsPerReturn": 1,
"goldReturnRange": {"min": 0, "max": 50},
"maxGoldStockPile": 3500,
"upgrades": [
{
"name": "Install Signage",
"cost": 1500,
"description":"Install signage along nearby roads. Increases gold returns.",
"effect": {"goldMinimumIncrease": 10, "goldMaximumIncrease": 5}
},
{
"name": "Alcohol License",
"cost": 10000,
"description":"Alcohol often leads to heavy spenders. Increases maximum gold return.",
"effect": {"goldMaximumIncrease": 25}
},
{
"name": "Luxury Rooms",
"cost": 17500,
"description":"Nicer rooms means you can charge more. Increases minimum gold return.",
"effect": {"goldMinimumIncrease": 60}
},
{
"name": "New Wing",
"cost": 22500,
"description":"More rooms means more bodies at peak. Increases maximum gold return.",
"effect": {"goldMaximumIncrease": 135, "maxGoldStockPileIncrease": 1500}
}
]
},
{
"name": "Trading Route",
"description": "Control the arteries of commerce, provide a trader with startup costs.",
"requires": {"requirement": "head of goblin shaman", "message": "Goblins have been attacking the roads, clear out the goblin cave to ensure that they won't pose a danger.", "removes": true},
"cost": 10000,
"turnsPerReturn": 10,
"goldReturnRange": {"min": 0, "max": 750},
"maxGoldStockPile": 2500,
"upgrades": [
{
"name": "Inexperienced Guard",
"cost": 2000,
"description":"Hire a nobody to travel with the trader. Increases minimum gold returns.",
"effect": {"goldMinimumIncrease": 150}
},
{
"name": "Faster Horses",
"cost": 4000,
"description":"Purchase horses to shorten travel time. Shortens travel time.",
"effect": {"turnsPerRollChange": -2}
},
{
"name": "Sturdy Carriage",
"cost": 6500,
"description":"Better put together carriage means lower chance of breakdowns and more carry weight. Increases max stockpile size, and shortens travel time.",
"effect": {"turnsPerRollChange": -1, "maxGoldStockPileIncrease": 2000}
},
{
"name": "Capital Sales License",
"cost": 10000,
"description":"Acquire the ability to sell goods within the Capital City's borders. Increases gold returns.",
"effect": {"goldMinimumIncrease": 50, "goldMaximumIncrease": 400}
},
{
"name": "Experienced Guards",
"cost": 17500,
"description":"Hire quality guards. Increases minimum gold returns.",
"effect": {"goldMinimumIncrease": 500}
},
{
"name": "Expand Caravan",
"cost": 25000,
"description":"Expanding size of caravan means more of everything, but slows down the route. Increases gold returns, and max stockpile size",
"effect": {"turnsPerRollChange": 1, "goldMinimumIncrease": 400, "goldMaximumIncrease": 450, "maxGoldStockPileIncrease": 3500}
},
{
"name": "Regulatory Capture",
"cost": 30000,
"description":"Bribe a judge to enact regulations few will be able to comply with. Increases gold returns.",
"effect": {"goldMinimumIncrease": 550, "goldMaximumIncrease": 800}
}
]
},
{
"name": "Village Inn",
"description": "A vital haven for weary travelers and thirsty locals alike. On a good night, the air is filled with laughter, music, and the clinking of golden coins (and the potential broken table).",
"requires": {"requirement": "broken seal contract", "message": "The writ of sale has been stolen by bandits! Get it back to proceed with the purchase.", "removes": false},
"cost": 39500,
"turnsPerReturn": 1,
"goldReturnRange": {"min": -100, "max": 300},
"maxGoldStockPile": 10000,
"upgrades": [
{
"name": "Hire Pretty Tavern Girl",
"cost": 4500,
"description":"Drunk men are simple creatures. Increases maximum gold returns.",
"effect": {"goldMaximumIncrease": 35}
},
{
"name": "Hire Experienced Bartender",
"cost": 14000,
"description":"Great bartenders keep the drinks flowing. Increases maximum gold return.",
"effect": {"goldMaximumIncrease": 75}
},
{
"name": "Hire Intimidating Bouncers",
"cost": 22500,
"description":"Keeps the rowdy customers under control. Increases minimum gold return.",
"effect": {"goldMinimumIncrease": 100}
},
{
"name": "Biergarten",
"cost": 37500,
"description":"Expand land plot with outdoor area, some may get too rowdy, leading to minor fines. Decreases minimum gold return, increases maximum gold return.",
"effect": {"goldMinimumIncrease": -150, "goldMaximumIncrease": 300}
},
{
"name": "'Entertainment' Wing",
"cost": 85000,
"description":"Use your imagination. Increases gold returns.",
"effect": {"goldMinimumIncrease": 50, "goldMaximumIncrease": 500}
}
]
},
{
"name": "Spellbook Publisher",
"description": "Magic drips from the quill in this establishment, as scribes imbued with arcane knowledge ink the pages of tomes that will guide the next generation of magi.",
"requires": {"requirement": "rogue magi fortress", "message": "A nearby fortress filled to craven magi has destroyed this building and sacked the books in its stockpile. You should clear the fortress before beginning the rebuild.", "removes": false},
"cost": 75000,
"turnsPerReturn": 25,
"goldReturnRange": {"min": 500, "max": 5500},
"maxGoldStockPile": 25000,
"upgrades": [
{
"name": "Stockpile Room",
"cost": 15000,
"description":"It's trademarked and highway robbery, but it works. Increases minimum gold return.",
"effect": {"maxGoldStockPileIncrease": 15000}
},
{
"name": "Undo-able Ink™",
"cost": 22000,
"description":"It's trademarked and highway robbery, but it works. Increases minimum gold return.",
"effect": {"goldMinimumIncrease": 2500}
},
{
"name": "Exclusivity Contracts",
"cost": 50000,
"description":"Lock down the best talent. Increases gold returns.",
"effect": {"goldMinimumIncrease": 1500, "goldMaximumIncrease": 6500}
},
{
"name": "Arcane Quill Stockpile",
"cost": 120000,
"description":"Quills need not be held, only spoken to, one scribe can use hundreds. Decreases publishing time.",
"effect": {"turnsPerRollChange": -12}
}
]
},
{
"name": "Iron Mine",
"description": "Deep in the earth, the rhythmic beat of picks against stone echoes out as miners unearth veins of precious iron, indispensable for smiths and warriors.",
"requires": {"requirement": "infested mine", "message": "The mine is completely overrun. You will need to clear it before anyone will consider entering it.", "removes":false},
"cost": 145000,
"turnsPerReturn": 10,
"goldReturnRange": {"min": 1200, "max": 3000},
"maxGoldStockPile": 35000,
"upgrades": [
{
"name": "Enchanted Steel Tools",
"cost": 27500,
"description":"Invest in tools to increase workers' efficiency. Increases gold returns.",
"effect": {"goldMinimumIncrease": 400, "goldMaximumIncrease": 550}
},
{
"name": "Cart System",
"cost": 50000,
"description":"Install a cart system for more efficient transport of ore. Increases gold returns and max stockpile size.",
"effect": {"goldMinimumIncrease": 400, "goldMaximumIncrease": 550, "maxGoldStockPileIncrease": 25000}
},
{
"name": "Miner's Training",
"cost": 75000,
"description":"Provide advanced training for miners to improve their work. Increases gold returns.",
"effect": {"goldMinimumIncrease": 1100, "goldMaximumIncrease": 1000}
},
{
"name": "Improved Mining Techniques",
"cost": 100000,
"description":"Adopt and implement breakthrough mining techniques. Increases gold returns.",
"effect": {"goldMinimumIncrease": 900, "goldMaximumIncrease": 1250}
},
{
"name": "Ward Against Cave-Ins",
"cost": 150000,
"description":"Enchant the mine with magic wards to prevent cave-ins. Increases gold returns and shortens ore extraction time.",
"effect": {"turnsPerRollChange": -2, "goldMinimumIncrease": 650, "goldMaximumIncrease": 1100}
},
{
"name": "Profit Sharing",
"cost": 200000,
"excludes": "Indentured Servitude",
"style": "neutral",
"description": "Hire a lawyer to draft a plan to share part of the profits with top employees as an incentive. Increases minimum gold returns.",
"effect": {"goldMinimumIncrease": 4000, "goldMaximumIncrease": 1000}
},
{
"name": "Indentured Servitude",
"cost": 200000,
"excludes": "Profit Sharing",
"style": "evil",
"description":"Bribe nearby city officials for access to their criminal population, its a win-win if you don't consider morality, but that's what the gold is for. Decreases extraction time and dramatically increases gold returns at the cost of max sanity",
"effect": {"turnsPerRollChange": -2, "goldMinimumIncrease": 1000, "goldMaximumIncrease": 4250, "changeMaxSanity": -5}
}
]
},
{
"name": "Monster Breeding Ranch",
"description": "Here, creatures of nightmare and wonder are reared. Some are bred for their power in battle, others for exotic pets. All fetch a fair price on the market.",
"requires": {"requirement":"dark forest", "message": "This project will require an immense amount of land. Clear out the Dark Forest and you will have all the land you need.", "removes":false},
"cost": 220000,
"turnsPerReturn": 15,
"goldReturnRange": {"min": 2000, "max": 6000},
"maxGoldStockPile": 15000,
"upgrades": [
{
"name": "Nest Mimicry",
"description": "Replicate the natural habitats of different creatures to boost their growth and health. Increases gold returns.",
"cost": 65000,
"effect": {"goldMinimumIncrease": 500, "goldMaximumIncrease": 1150}
},
{
"name": "Magical Supplements",
"description": "Feed beasts nutrient-rich, magic-infused feed to promote growth. Shortens time to market.",
"cost": 120000,
"effect": {"turnsPerRollChange": -5 }
},
{
"name": "Black Market Sales",
"cost": 145000,
"excludes": "Ethical Breeding",
"style": "evil",
"description":"Sell to disreputable buyers. Increases gold returns and decreases time to market. decreases sanity.",
"effect": {"turnsPerRollChange": -2, "goldMinimumIncrease": 1500, "goldMaximumIncrease": 4000, "changeMaxSanity": -5}
},
{
"name": "Ethical Breeding",
"cost": 145000,
"excludes": "Black Market Sales",
"style": "neutral",
"description":"Only breed and sell creatures ethically, some with pay the premium. Increases maximum gold returns.",
"effect": {"goldMaximumIncrease": 5000}
},
{
"name": "Extended Territory",
"description": "Increase the ranch size, accommodating a larger variety of monsters. Increases gold returns and max stockpile size.",
"cost": 210000,
"effect": {"goldMinimumIncrease": 1500, "goldMaximumIncrease": 3500, "maxGoldStockPileIncrease": 15000}
},
{
"name": "Enchanted Enclosures",
"description": "Enhance the creatures' environments with magic to stimulate faster and more significant growth. Shortens time to market, increases gold returns, and max stockpile size.",
"cost": 255000,
"effect": {"turnsPerRollChange": -2, "goldMinimumIncrease": 1500,"goldMaximumIncrease": 3000, "maxGoldStockPileIncrease": 10000}
}
]
},
{
"name": "Crystal Mine",
"description": "Beneath ominous stone outcroppings, miners burrow deep below all other mines, discovering veins of shimmering crystal. Their glow is mesmerizing, and their magical potential immense.",
"requires": {"requirement": "", "message": "", "removes":false},
"cost": 480000,
"turnsPerReturn": 20,
"goldReturnRange": {"min": 7000, "max": 12000},
"maxGoldStockPile": 200000,
"upgrades": [
{
"name": "Gem Laden Tools",
"cost": 195000,
"description":"Invest in enchanted tools to increase workers' success rate in mining. Increases gold returns.",
"effect": {"turnsPerRollChange": -3,"goldMinimumIncrease": 3000, "goldMaximumIncrease": 6000}
},
{
"name": "Portal System",
"cost": 345000,
"description":"Hire magi to create a teleportation system. Significantly decreases time of extraction.",
"effect": {"turnsPerRollChange": -5}
},
{
"name": "Explosive Mining",
"cost": 460000,
"excludes": "Seismic Monitoring",
"style": "neutral",
"description": "Utilize explosives for rapid extraction. Wildly increases maximum gold returns, decreases minimum gold return.",
"effect": {"turnsPerRollChange": -3,"goldMinimumIncrease": -2000, "goldMaximumIncrease": 16000}
},
{
"name": "Seismic Monitoring",
"cost": 490000,
"excludes": "Profit Sharing",
"style": "good",
"description":"Hire earth magi to keep watch and temper seismic activity. Increases gold returns and maximum sanity.",
"effect": {"goldMinimumIncrease": 7500, "goldMaximumIncrease": 7500, "changeMaxSanity": 5}
}
]
},
{
"name": "Artifact Excavation Site",
"description": "Hidden beneath the millennia of earth lie ancient artifacts infused with forgotten magics. Each find promises wealth, power, and a chance to rewrite history.",
"requires": {"requirement": "", "message": "", "removes":false},
"cost": 1850000,
"turnsPerReturn": 50,
"goldReturnRange": {"min": 28500, "max": 100000},
"maxGoldStockPile": 500000,
"upgrades": [
{
"name": "Magic Detectors",
"cost": 575000,
"description":"",
"effect": {"turnsPerRollChange": -5, "goldMinimumIncrease": 12000, "goldMaximumIncrease": 24000}
},
{
"name": "Renowned Archeologists",
"cost": 1350000,
"description":"Hire the most preeminent archeolgy experts from around the world to overlook the excavation and to make sure nothing goes overlooked.",
"effect": {"turnsPerRollChange": -5, "goldMinimumIncrease": 18000, "goldMaximumIncrease": 40000}
},
{
"name": "Develop Local Infrastructure",
"cost": 6500000,
"excludes": "Exploit Local Labor",
"style": "good",
"description": "You will be here a long time, building up local roads, hospitals and fire departments will aid both you and the locals. Reduces gold return, but speeds time to market and increases max sanity.",
"effect": {"turnsPerRollChange": -10,"goldMinimumIncrease": -2500, "goldMaximumIncrease": -2500, "changeMaxSanity": 5}
},
{
"name": "Exploit Local Labor",
"cost": 5750000,
"excludes": "Develop Local Infrastructure",
"style": "evil",
"description": "Sabotage other local industries leaving the local population with few other options for work. Increases gold returns, and decreases both time to market and player max sanity.",
"effect": {"turnsPerRollChange": -5,"goldMinimumIncrease": 10000, "goldMaximumIncrease": 50000, "changeMaxSanity": -5}
},
{
"name": "Rapid Excavation",
"cost": 2100000,
"excludes": "Careful Excavation",
"style": "neutral",
"description":"Nothing else matters than moving fast, you may miss things. Decreases time to market, but decreases minimum gold returns.",
"effect": {"turnsPerRollChange": -5,"goldMinimumIncrease": -15000}
},
{
"name": "Careful Excavation",
"cost": 2100000,
"excludes": "Rapid Excavation",
"style": "neutral",
"description":"Make sure to miss nothing. Decreases time to market but increase returns.",
"effect": {"turnsPerRollChange": 5, "goldMinimumIncrease": 45000, "goldMaximumIncrease": 65000}
}
]
}
]

View File

@@ -0,0 +1,89 @@
[
{
"title": "Broomstick Boxer",
"cost": {
"mana": 5
},
"qualifications": null,
"experienceToPromote": 50,
"reward": {
"gold": 20
},
"rankMultiplier": 0.15
},
{
"title": "Crusty Cauldron Cleaner",
"cost": {
"mana": 5,
"health": 3
},
"qualifications": null,
"experienceToPromote": 50,
"reward": {
"gold": 30
},
"rankMultiplier": 0.20
},
{
"title": "Apprentice Scribe",
"cost": {
"mana": 8
},
"qualifications": [
"high school education"
],
"experienceToPromote": 50,
"reward": {
"gold": 45
},
"rankMultiplier": 0.20
},
{
"title": "Imp CareTaker",
"cost": {
"mana": 7,
"health": 4
},
"qualifications": [
"high school education"
],
"experienceToPromote": 50,
"reward": {
"gold": 55
},
"rankMultiplier": 0.25
},
{
"title": "Private Dueling Partner",
"cost": {
"mana": 10,
"health": 4
},
"qualifications": [
"high school education",
"defense course"
],
"experienceToPromote": 50,
"reward": {
"gold": 90
},
"rankMultiplier": 0.25
},
{
"title": "Wild Monster Hunter",
"cost": {
"mana": 10,
"health": 6
},
"qualifications": [
"high school education",
"defense course"
],
"experienceToPromote": 50,
"reward": {
"gold": 120
},
"rankMultiplier": 0.30
}
]

View File

@@ -0,0 +1,12 @@
[
{
"serviceName": "Meditate On The Elements",
"cost": 0,
"manaRestore": 25
},
{
"serviceName": "Hire Shamanic Guide",
"cost": 150,
"manaRestore": "fill"
}
]

View File

@@ -0,0 +1,12 @@
[
{
"serviceName": "Visit Witch Doctor",
"cost": 25,
"removeDebuffs": 1
},
{
"serviceName": "Seek Paladin Aid",
"cost": 150,
"removeDebuffs": 5
}
]

View File

@@ -0,0 +1,24 @@
[
{
"id": 1,
"name": "respec potion",
"price": 5,
"icon": "flask",
"description": "gives the user the ability to respec their attributes"
},
{
"id": 2,
"name": "tome of knowledge",
"price": 15,
"icon": "book",
"description": "provides 1 skill point"
},
{
"id": 3,
"name": "potion of undeath",
"price": 20,
"icon": "potion",
"description": "reduces the users age by 1 year"
}
]

View File

@@ -0,0 +1,12 @@
[
{
"serviceName": "Pray",
"cost": 0,
"sanityRestore": 10
},
{
"serviceName": "Seek Spiritual Leader",
"cost": 200,
"sanityRestore": "fill"
}
]