summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Others
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-05-06 21:27:21 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-05-06 21:27:21 -0700
commitc8dd9d4740ac454fe20fe659ec6ca1feff7b20a3 (patch)
tree177fc3de302287d7d6043608db8e120732e8edc5 /vamp_stuff/Modification_Files/Others
parentFix spell range min/max being backwards (diff)
downloadcataclysm-dda-mod_vampire-stuff-redone-c8dd9d4740ac454fe20fe659ec6ca1feff7b20a3.tar.xz
Port to Bright Nights
Diffstat (limited to 'vamp_stuff/Modification_Files/Others')
-rw-r--r--vamp_stuff/Modification_Files/Others/v_scenario.json2
-rw-r--r--vamp_stuff/Modification_Files/Others/v_techniques.json50
2 files changed, 26 insertions, 26 deletions
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 @@
"<npcname> 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", "<npcname> 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", "<npcname> 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", "<npcname> 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", "<npcname>'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", "<npcname> 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 <npcname>" ],
- "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", "<npcname>'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", "<npcname> 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 } ]
}
]