rename mod and change modifier to +1

This commit is contained in:
cecilkorik 2021-11-09 22:14:36 -05:00
parent 2ca34bac9d
commit a227ce11da
7 changed files with 31 additions and 11 deletions

View file

@ -1,6 +1,6 @@
[ [
{ {
"modId": "maethalion_boost", "modId": "wildermyth",
"id": "maethalion_boost_train|NAME|SNARK|111", "id": "maethalion_boost_train|NAME|SNARK|111",
"parameters": [ "parameters": [
{}, {},

View file

@ -3,7 +3,7 @@
"info": { "info": {
"dataVersion": 1, "dataVersion": 1,
"sourceFile": "maethalion_boost_trainDamage", "sourceFile": "maethalion_boost_trainDamage",
"modId": "maethalion_boost", "modId": "wildermyth",
"author": "maethalion" "author": "maethalion"
}, },
"type": "OVERLAND_ABILITY", "type": "OVERLAND_ABILITY",
@ -221,7 +221,7 @@
"outcomes": [ "outcomes": [
{ {
"class": "NewJob", "class": "NewJob",
"effectId": "maethalion_boost_job_train|stat.PHYSICAL_DAMAGE_BONUS|PHYSICAL_DAMAGE_BONUS|0.1", "effectId": "maethalion_boost_job_train|stat.PHYSICAL_DAMAGE_BONUS|PHYSICAL_DAMAGE_BONUS|1.0",
"post": "self", "post": "self",
"injectedRoles": [ "self", "target" ], "injectedRoles": [ "self", "target" ],
"promptSlotsImmediately": true "promptSlotsImmediately": true
@ -237,7 +237,7 @@
"outcomes": [ "outcomes": [
{ {
"class": "NewJob", "class": "NewJob",
"effectId": "maethalion_boost_job_train|stat.SPELL_DAMAGE|SPELL_DAMAGE|0.1", "effectId": "maethalion_boost_job_train|stat.SPELL_DAMAGE|SPELL_DAMAGE|1.0",
"post": "self", "post": "self",
"injectedRoles": [ "self", "target" ], "injectedRoles": [ "self", "target" ],
"promptSlotsImmediately": true "promptSlotsImmediately": true
@ -253,7 +253,7 @@
"outcomes": [ "outcomes": [
{ {
"class": "NewJob", "class": "NewJob",
"effectId": "maethalion_boost_job_train|stat.POTENCY|POTENCY|0.1", "effectId": "maethalion_boost_job_train|stat.POTENCY|POTENCY|1.0",
"post": "self", "post": "self",
"injectedRoles": [ "self", "target" ], "injectedRoles": [ "self", "target" ],
"promptSlotsImmediately": true "promptSlotsImmediately": true

View file

@ -3,7 +3,7 @@
"info": { "info": {
"dataVersion": 1, "dataVersion": 1,
"sourceFile": "maethalion_boost_trainDefense", "sourceFile": "maethalion_boost_trainDefense",
"modId": "maethalion_boost", "modId": "wildermyth",
"author": "maethalion" "author": "maethalion"
}, },
"type": "OVERLAND_ABILITY", "type": "OVERLAND_ABILITY",
@ -200,7 +200,7 @@
"outcomes": [ "outcomes": [
{ {
"class": "NewJob", "class": "NewJob",
"effectId": "maethalion_boost_job_train|ARMOR|0.1", "effectId": "maethalion_boost_job_train|ARMOR|1.0",
"post": "self", "post": "self",
"injectedRoles": [ "self", "target" ], "injectedRoles": [ "self", "target" ],
"promptSlotsImmediately": true "promptSlotsImmediately": true
@ -216,7 +216,7 @@
"outcomes": [ "outcomes": [
{ {
"class": "NewJob", "class": "NewJob",
"effectId": "maethalion_boost_job_train|WARDING|0.1", "effectId": "maethalion_boost_job_train|WARDING|1.0",
"post": "self", "post": "self",
"injectedRoles": [ "self", "target" ], "injectedRoles": [ "self", "target" ],
"promptSlotsImmediately": true "promptSlotsImmediately": true
@ -232,7 +232,7 @@
"outcomes": [ "outcomes": [
{ {
"class": "NewJob", "class": "NewJob",
"effectId": "maethalion_boost_job_train|HEALTH|0.1", "effectId": "maethalion_boost_job_train|HEALTH|1.0",
"post": "self", "post": "self",
"injectedRoles": [ "self", "target" ], "injectedRoles": [ "self", "target" ],
"promptSlotsImmediately": true "promptSlotsImmediately": true

View file

@ -0,0 +1,10 @@
#suppress inspection "UnusedProperty" for whole file
.blurb=Create a job which trains the Heroes in one of the following areas:\n - [b][red]Bonus Damage[][] + 1\n - [b][purple]Spell Damage[][] + 1\n - [b][gold]Potency[][] + 1
.longName=Train up your Hero's Damage
.name=Train Damage
~01~prompt~panel_001~1_narration=Create a Training Job at this Location\n\n - Train [b][red]Bonus Damage[][] + 0.1\n - Train [b][purple]Spell Damage[][] + 0.1\n - Train [b][gold]Potency[][] + 0.1\n\n(Usually takes 10 about days for a single Hero)
~01~prompt~panel_001~2_darken=[header][gold]Train up your Hero's Damage![][]
~02~choice_one~panel_001~1_narration=Train [b][red]Bonus Dmg[][] + 0.1
~03~choice_two~panel_001~1_narration=Train [b][purple]Spell Dmg[] []+ 0.1
~04~choice_three~panel_001~1_narration=Train [b][gold]Potency[][] + 0.1
~05~choice_cancel~panel_001~1_darken=(Not Now)

View file

@ -0,0 +1,10 @@
#suppress inspection "UnusedProperty" for whole file
.blurb=Create a job which trains the Heroes in one of the following areas:\n - [b][blue]Armor[][] + 1\n - [b][purple]Warding[][] + 1\n - [b][green]Health[][] + 1
.longName=Train up your Hero's Defenses
.name=Train Defense
~01~prompt~panel_001~1_narration=Create a Training Job at this Location\n\n - Train [b][blue]Armor[][] + 0.1\n - Train [b][purple]Warding[][] + 0.1\n - Train [b][green]Health[][] + 0.1\n\n(Usually takes 10 about days for a single Hero)
~01~prompt~panel_001~2_darken=[header][gold]Train up your Hero's Defenses![][]
~02~choice_one~panel_001~1_narration=Train [b][blue]Armor[][] + 0.1
~03~choice_two~panel_001~1_narration=Train [b][purple]Warding[] []+ 0.1
~04~choice_three~panel_001~1_narration=Train [b][green]Health[][] + 0.1
~05~choice_cancel~panel_001~1_darken=(Not Now)

View file

@ -1,7 +1,7 @@
{ {
"loadOrder": 200000, "loadOrder": 200000,
"author": "Maethalion", "author": "cecilkorik",
"name": "Hero Training", "name": "Reasonably-Balanced Hero Training",
"blurb": "Allows training of heroes on the overland map.", "blurb": "Allows training of heroes on the overland map.",
"visibility": "Public", "visibility": "Public",
"tags": [ "Hero", "Balance Changes" ], "tags": [ "Hero", "Balance Changes" ],

Binary file not shown.

Before

Width:  |  Height:  |  Size: 340 KiB

After

Width:  |  Height:  |  Size: 352 KiB