rename mod and change modifier to +1
This commit is contained in:
parent
2ca34bac9d
commit
a227ce11da
7 changed files with 31 additions and 11 deletions
|
@ -1,6 +1,6 @@
|
|||
[
|
||||
{
|
||||
"modId": "maethalion_boost",
|
||||
"modId": "wildermyth",
|
||||
"id": "maethalion_boost_train|NAME|SNARK|111",
|
||||
"parameters": [
|
||||
{},
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"info": {
|
||||
"dataVersion": 1,
|
||||
"sourceFile": "maethalion_boost_trainDamage",
|
||||
"modId": "maethalion_boost",
|
||||
"modId": "wildermyth",
|
||||
"author": "maethalion"
|
||||
},
|
||||
"type": "OVERLAND_ABILITY",
|
||||
|
@ -221,7 +221,7 @@
|
|||
"outcomes": [
|
||||
{
|
||||
"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",
|
||||
"injectedRoles": [ "self", "target" ],
|
||||
"promptSlotsImmediately": true
|
||||
|
@ -237,7 +237,7 @@
|
|||
"outcomes": [
|
||||
{
|
||||
"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",
|
||||
"injectedRoles": [ "self", "target" ],
|
||||
"promptSlotsImmediately": true
|
||||
|
@ -253,7 +253,7 @@
|
|||
"outcomes": [
|
||||
{
|
||||
"class": "NewJob",
|
||||
"effectId": "maethalion_boost_job_train|stat.POTENCY|POTENCY|0.1",
|
||||
"effectId": "maethalion_boost_job_train|stat.POTENCY|POTENCY|1.0",
|
||||
"post": "self",
|
||||
"injectedRoles": [ "self", "target" ],
|
||||
"promptSlotsImmediately": true
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"info": {
|
||||
"dataVersion": 1,
|
||||
"sourceFile": "maethalion_boost_trainDefense",
|
||||
"modId": "maethalion_boost",
|
||||
"modId": "wildermyth",
|
||||
"author": "maethalion"
|
||||
},
|
||||
"type": "OVERLAND_ABILITY",
|
||||
|
@ -200,7 +200,7 @@
|
|||
"outcomes": [
|
||||
{
|
||||
"class": "NewJob",
|
||||
"effectId": "maethalion_boost_job_train|ARMOR|0.1",
|
||||
"effectId": "maethalion_boost_job_train|ARMOR|1.0",
|
||||
"post": "self",
|
||||
"injectedRoles": [ "self", "target" ],
|
||||
"promptSlotsImmediately": true
|
||||
|
@ -216,7 +216,7 @@
|
|||
"outcomes": [
|
||||
{
|
||||
"class": "NewJob",
|
||||
"effectId": "maethalion_boost_job_train|WARDING|0.1",
|
||||
"effectId": "maethalion_boost_job_train|WARDING|1.0",
|
||||
"post": "self",
|
||||
"injectedRoles": [ "self", "target" ],
|
||||
"promptSlotsImmediately": true
|
||||
|
@ -232,7 +232,7 @@
|
|||
"outcomes": [
|
||||
{
|
||||
"class": "NewJob",
|
||||
"effectId": "maethalion_boost_job_train|HEALTH|0.1",
|
||||
"effectId": "maethalion_boost_job_train|HEALTH|1.0",
|
||||
"post": "self",
|
||||
"injectedRoles": [ "self", "target" ],
|
||||
"promptSlotsImmediately": true
|
||||
|
|
|
@ -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)
|
|
@ -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)
|
4
mod.json
4
mod.json
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"loadOrder": 200000,
|
||||
"author": "Maethalion",
|
||||
"name": "Hero Training",
|
||||
"author": "cecilkorik",
|
||||
"name": "Reasonably-Balanced Hero Training",
|
||||
"blurb": "Allows training of heroes on the overland map.",
|
||||
"visibility": "Public",
|
||||
"tags": [ "Hero", "Balance Changes" ],
|
||||
|
|
BIN
preview.png
BIN
preview.png
Binary file not shown.
Before Width: | Height: | Size: 340 KiB After Width: | Height: | Size: 352 KiB |
Loading…
Add table
Reference in a new issue