summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Others
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2022-01-04 20:50:49 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2022-01-04 20:50:49 -0800
commitc1732796317073ccf2314eda36b08b8e2490e766 (patch)
treeca2a6c33a41990c5dc4cc5694369ac415a021a30 /vamp_stuff/Modification_Files/Others
parentClean up the readme (diff)
downloadcataclysm-dda-mod_vampire-stuff-redone-c1732796317073ccf2314eda36b08b8e2490e766.tar.xz
Convert blood weapons to use vanilla martial arts instead of custom techniques.
Diffstat (limited to 'vamp_stuff/Modification_Files/Others')
-rw-r--r--vamp_stuff/Modification_Files/Others/martialarts.json103
1 files changed, 103 insertions, 0 deletions
diff --git a/vamp_stuff/Modification_Files/Others/martialarts.json b/vamp_stuff/Modification_Files/Others/martialarts.json
new file mode 100644
index 0000000..2cc8207
--- /dev/null
+++ b/vamp_stuff/Modification_Files/Others/martialarts.json
@@ -0,0 +1,103 @@
+[
+ {
+ "id": "style_aikido",
+ "copy-from": "style_aikido",
+ "type": "martial_art",
+ "name": { "str": "Aikido" },
+ "extend": {
+ "weapons": [
+ "punchie_bitie",
+ "punchie_bitieplus"
+ ]
+ }
+ },
+ {
+ "id": "style_eskrima",
+ "copy-from": "style_eskrima",
+ "type": "martial_art",
+ "name": { "str": "Eskrima" },
+ "extend": {
+ "weapons": [
+ "sword_dive",
+ "sword_diveplus"
+ ]
+ }
+ },
+ {
+ "id": "style_fencing",
+ "copy-from": "style_fencing",
+ "type": "martial_art",
+ "name": { "str": "Fencing" },
+ "extend": {
+ "weapons": [
+ "v_hemo_whip"
+ ]
+ }
+ },
+ {
+ "id": "style_judo",
+ "copy-from": "style_judo",
+ "type": "martial_art",
+ "name": { "str": "Judo" },
+ "extend": {
+ "weapons": [
+ "punchie_bitie",
+ "punchie_bitieplus"
+ ]
+ }
+ },
+ {
+ "id": "style_krav_maga",
+ "copy-from": "style_krav_maga",
+ "type": "martial_art",
+ "name": { "str": "Krav Maga" },
+ "extend": {
+ "weapons": [
+ "sword_dive",
+ "sword_diveplus"
+ ]
+ }
+ },
+ {
+ "id": "style_swordsmanship",
+ "copy-from": "style_swordsmanship",
+ "type": "martial_art",
+ "name": { "str": "Medieval Swordsmanship" },
+ "extend": {
+ "weapons": [
+ "v_hemo_whip",
+ "falc_crimsword"
+ "falc_crimswordplus",
+ "sword_sip"
+ "sword_sipplus",
+ "sword_dive",
+ "sword_diveplus"
+ ]
+ }
+ },
+ {
+ "id": "style_ninjutsu",
+ "copy-from": "style_ninjutsu",
+ "type": "martial_art",
+ "name": { "str": "Ninjutsu" },
+ "extend": {
+ "weapons": [
+ "v_hemo_whip",
+ "falc_crimsword"
+ "falc_crimswordplus"
+ ]
+ }
+ },
+ {
+ "id": "style_silat",
+ "copy-from": "style_silat",
+ "type": "martial_art",
+ "name": { "str": "Silat" },
+ "extend": {
+ "weapons": [
+ "sword_dive",
+ "sword_diveplus"
+ ]
+ }
+ }
+]