From c8dd9d4740ac454fe20fe659ec6ca1feff7b20a3 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Thu, 6 May 2021 21:27:21 -0700 Subject: Port to Bright Nights --- .../Modification_Files/Others/v_scenario.json | 2 +- .../Modification_Files/Others/v_techniques.json | 50 +++++++++++----------- 2 files changed, 26 insertions(+), 26 deletions(-) (limited to 'vamp_stuff/Modification_Files/Others') diff --git a/vamp_stuff/Modification_Files/Others/v_scenario.json b/vamp_stuff/Modification_Files/Others/v_scenario.json index 0f7039f..2aa7bff 100644 --- a/vamp_stuff/Modification_Files/Others/v_scenario.json +++ b/vamp_stuff/Modification_Files/Others/v_scenario.json @@ -12,7 +12,7 @@ "start_name": "LMOE Shelter", "missions": ["SCEN_RECRUIT_VAMP", "SCEN_FIND_CRYPT"], "allowed_locs": [ - "lmoe" + "sloc_lmoe" ], "professions": [ "vampfreak", diff --git a/vamp_stuff/Modification_Files/Others/v_techniques.json b/vamp_stuff/Modification_Files/Others/v_techniques.json index a9b6f4c..137c133 100644 --- a/vamp_stuff/Modification_Files/Others/v_techniques.json +++ b/vamp_stuff/Modification_Files/Others/v_techniques.json @@ -17,10 +17,10 @@ " striked %s upwards, and fell down" ], "mult_bonuses": [ - [ "movecost", 1.33 ], - [ "damage", "bash", 1.33 ], - [ "damage", "cut", 1.66 ], - [ "damage", "stab", 0.66 ] + { "stat": "movecost", "scale": 1.33 }, + { "stat": "damage", "type": "bash", "scaling-stat": "str", "scale": 1.33 }, + { "stat": "damage", "type": "cut", "scaling-stat": "str", "scale": 1.66 }, + { "stat": "damage", "type": "stab", "scaling-stat": "str", "scale": 0.66 } ] }, { @@ -36,10 +36,10 @@ "stun_dur": 2, "messages": [ "%s faced the floor", "The downward slash sent %s into the ground", " slammed %s beneath the floor." ], "mult_bonuses": [ - [ "movecost", 1.33 ], - [ "damage", "bash", 1.66 ], - [ "damage", "cut", 1.33 ], - [ "damage", "stab", 0.66 ] + { "stat": "movecost", "scale": 1.33 }, + { "stat": "damage", "type": "bash", "scaling-stat": "str", "scale": 1.66 }, + { "stat": "damage", "type": "cut", "scaling-stat": "str", "scale": 1.33 }, + { "stat": "damage", "type": "stab", "scaling-stat": "str", "scale": 0.66 } ] }, { @@ -53,10 +53,10 @@ "weighting": 1, "messages": [ "Quick strike", "%s was immediately struck", " attacked %s quickly" ], "mult_bonuses": [ - [ "movecost", 0.33 ], - [ "damage", "bash", 0.66 ], - [ "damage", "cut", 0.66 ], - [ "damage", "stab", 0.66 ] + { "stat": "movecost", "scale": 0.33 }, + { "stat": "damage", "type": "bash", "scaling-stat": "str", "scale": 0.66 }, + { "stat": "damage", "type": "cut", "scaling-stat": "str", "scale": 0.66 }, + { "stat": "damage", "type": "stab", "scaling-stat": "str", "scale": 0.66 } ] }, { @@ -84,7 +84,7 @@ "weighting": -8, "down_dur": 1, "messages": [ "%s's weak point were stabbed", " located %s's weak point and stab it" ], - "mult_bonuses": [ [ "damage", "stab", 2.0 ] ] + "mult_bonuses": [ { "stat": "damage", "type": "stab", "scaling-stat": "str", "scale": 2.0 } ] }, { "type": "technique", @@ -97,7 +97,7 @@ "weighting": -16, "down_dur": 2, "messages": [ "You delivered a deadly stab to %s's weak point", "'s deadly hit struck to %s." ], - "mult_bonuses": [ [ "damage", "stab", 4.0 ] ] + "mult_bonuses": [ { "stat": "damage", "type": "stab", "scaling-stat": "str", "scale": 4.0 } ] }, { "type": "technique", @@ -110,7 +110,7 @@ "weighting": 1, "down_dur": 3, "messages": [ "%s was tripped", " tripped %s" ], - "mult_bonuses": [ [ "movecost", 0.75 ] ] + "mult_bonuses": [ { "stat": "movecost", "scale": 0.75 }, { "stat": "damage", "type": "bash", "scaling-stat": "str", "scale": 1.0 } ] }, { "type": "technique", @@ -135,7 +135,7 @@ "crit_tec": true, "weighting": -100, "messages": [ "%s's head were snapped out of from its neck", "%s's head fell into the floor after strucked by " ], - "mult_bonuses": [ [ "movecost", 2.0 ], [ "damage", "cut", "str", 99.99 ] ] + "mult_bonuses": [ { "stat": "movecost", "scale": 2.0 }, { "stat": "damage", "type": "cut", "scaling-stat": "str", "scale": 99.99 } ] }, { "type": "technique", @@ -151,10 +151,10 @@ "weighting": -5, "messages": [ "The upward bash brought %s into the air", "%s were sent into the air!", "You bash %s upwards, and fell down" ], "mult_bonuses": [ - [ "movecost", 1.33 ], - [ "damage", "bash", 1.66 ], - [ "damage", "cut", 0.66 ], - [ "damage", "stab", 1.33 ] + { "stat": "movecost", "scale": 1.33 }, + { "stat": "damage", "type": "bash", "scaling-stat": "str", "scale": 1.66 }, + { "stat": "damage", "type": "cut", "scaling-stat": "str", "scale": 0.66 }, + { "stat": "damage", "type": "stab", "scaling-stat": "str", "scale": 1.33 } ] }, { @@ -170,10 +170,10 @@ "weighting": -6, "messages": [ "The heavy slam drove %s into the ground", "'s bash sent %s downwards, and kissed the floor" ], "mult_bonuses": [ - [ "movecost", 1.33 ], - [ "damage", "bash", 1.66 ], - [ "damage", "cut", 0.66 ], - [ "damage", "stab", 1.66 ] + { "stat": "movecost", "scale": 1.33 }, + { "stat": "damage", "type": "bash", "scaling-stat": "str", "scale": 1.66 }, + { "stat": "damage", "type": "cut", "scaling-stat": "str", "scale": 0.66 }, + { "stat": "damage", "type": "stab", "scaling-stat": "str", "scale": 1.66 } ] }, { @@ -186,6 +186,6 @@ "crit_tec": true, "weighting": -100, "messages": [ "%s was crushed", " smashed %s" ], - "mult_bonuses": [ [ "movecost", 2.0 ], [ "damage", "bash", "str", 99.99 ] ] + "mult_bonuses": [ { "stat": "movecost", "scale": 2.0 }, { "stat": "damage", "type": "bash", "scaling-stat": "str", "scale": 99.99 } ] } ] -- cgit v1.2.1