From 715d0bfa1d7449bdd2edf22fcec75d41121d2bfe Mon Sep 17 00:00:00 2001 From: NEricN Date: Sat, 11 Jul 2020 00:10:57 -0700 Subject: [PATCH 1/8] Add acid bullets for biomancer. --- templates/ammo/biomancer_acid.json | 9 +++++++++ templates/recipes/biomancer_acid.json | 19 +++++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 templates/ammo/biomancer_acid.json create mode 100644 templates/recipes/biomancer_acid.json diff --git a/templates/ammo/biomancer_acid.json b/templates/ammo/biomancer_acid.json new file mode 100644 index 0000000..65f1f22 --- /dev/null +++ b/templates/ammo/biomancer_acid.json @@ -0,0 +1,9 @@ +{ + "id": "_magic_acid", + "copy-from": "", + "type": "AMMO", + "name": { "str": " (enchanted, acid)", "str_pl": "s (enchanted, acid)" }, + "description": " This bullet has been coated by a biomancer's own acid.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.3} , "recoil": 1.2 }, + "effects": [ "COOKOFF", "SHOT", "ACIDBOMB", "NO_EMBED" ] +} \ No newline at end of file diff --git a/templates/recipes/biomancer_acid.json b/templates/recipes/biomancer_acid.json new file mode 100644 index 0000000..f86ad74 --- /dev/null +++ b/templates/recipes/biomancer_acid.json @@ -0,0 +1,19 @@ +{ + "type": "recipe", + "result": "_magic_acid", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_biomancer", 1 ] ], + [ [ "", 1 ] ] + ] +} \ No newline at end of file From 53f82f5b17aa0f21af5ff33a915318ec7910d8e9 Mon Sep 17 00:00:00 2001 From: NEricN Date: Sat, 11 Jul 2020 00:11:23 -0700 Subject: [PATCH 2/8] Add flame effect to fire bullet. --- templates/ammo/kelvinist_fire.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/ammo/kelvinist_fire.json b/templates/ammo/kelvinist_fire.json index b040be9..760bc47 100644 --- a/templates/ammo/kelvinist_fire.json +++ b/templates/ammo/kelvinist_fire.json @@ -5,5 +5,5 @@ "name": { "str": " (enchanted, fire)", "str_pl": "s (enchanted, fire)" }, "description": " This bullet has been imbued with fire from a Kelvinist.", "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.3}, "recoil": 1.2 }, - "effects": [ "COOKOFF", "IGNITE", "SHOT" ] + "effects": [ "COOKOFF", "IGNITE", "SHOT", "FLAME" ] } \ No newline at end of file From ecf3737d68748fb6b9607e329dc64275b82bff01 Mon Sep 17 00:00:00 2001 From: NEricN Date: Sat, 11 Jul 2020 01:00:13 -0700 Subject: [PATCH 3/8] Add magus piercing ammo. --- templates/ammo/animist_flare.json | 9 +++++++++ templates/ammo/magus_laser.json | 10 ++++++++++ templates/recipes/animist_flare.json | 19 +++++++++++++++++++ templates/recipes/magus_laser.json | 19 +++++++++++++++++++ 4 files changed, 57 insertions(+) create mode 100644 templates/ammo/animist_flare.json create mode 100644 templates/ammo/magus_laser.json create mode 100644 templates/recipes/animist_flare.json create mode 100644 templates/recipes/magus_laser.json diff --git a/templates/ammo/animist_flare.json b/templates/ammo/animist_flare.json new file mode 100644 index 0000000..bf44167 --- /dev/null +++ b/templates/ammo/animist_flare.json @@ -0,0 +1,9 @@ +{ + "id": "_magic_flare", + "copy-from": "", + "type": "AMMO", + "name": { "str": " (enchanted, light)", "str_pl": "s (enchanted, light)" }, + "description": " This bullet has been imbued by an animist to burst in a flash of light.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.2} , "recoil": 1.2 }, + "effects": [ "COOKOFF", "SHOT", "FLASHBANG" ] +} \ No newline at end of file diff --git a/templates/ammo/magus_laser.json b/templates/ammo/magus_laser.json new file mode 100644 index 0000000..e7c186e --- /dev/null +++ b/templates/ammo/magus_laser.json @@ -0,0 +1,10 @@ +{ + "id": "_magic_laser", + "copy-from": "", + "type": "AMMO", + "name": { "str": " (enchanted, piercing)", "str_pl": "s (enchanted, piercing)" }, + "description": " This bullet has been imbued with raw magic from a Magus to pierce armor.", + "proportional": { "range": 1.1, "recoil": 3.0 }, + "relative": { "damage": {"damage_type": "bullet", "amount": -10, "armor_penetration": 20} }, + "effects": [ "COOKOFF", "LASER", "SHOT" ] +} \ No newline at end of file diff --git a/templates/recipes/animist_flare.json b/templates/recipes/animist_flare.json new file mode 100644 index 0000000..4458be3 --- /dev/null +++ b/templates/recipes/animist_flare.json @@ -0,0 +1,19 @@ +{ + "type": "recipe", + "result": "_magic_flare", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_animist", 1 ] ], + [ [ "", 1 ] ] + ] +} \ No newline at end of file diff --git a/templates/recipes/magus_laser.json b/templates/recipes/magus_laser.json new file mode 100644 index 0000000..b93a5d9 --- /dev/null +++ b/templates/recipes/magus_laser.json @@ -0,0 +1,19 @@ +{ + "type": "recipe", + "result": "_magic_laser", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_magus", 1 ] ], + [ [ "", 1 ] ] + ] +} \ No newline at end of file From a882e57d610c8c53a25d9960fb126e42f785366f Mon Sep 17 00:00:00 2001 From: NEricN Date: Sat, 11 Jul 2020 01:14:58 -0700 Subject: [PATCH 4/8] Add mana leech and black hole spells and items. --- .../items/blackhole.json | 20 +++++++++ Magiclysm-MagicBulletsMod/items/leech.json | 20 +++++++++ Magiclysm-MagicBulletsMod/spells.json | 45 +++++++++++++++++++ 3 files changed, 85 insertions(+) create mode 100644 Magiclysm-MagicBulletsMod/items/blackhole.json create mode 100644 Magiclysm-MagicBulletsMod/items/leech.json create mode 100644 Magiclysm-MagicBulletsMod/spells.json diff --git a/Magiclysm-MagicBulletsMod/items/blackhole.json b/Magiclysm-MagicBulletsMod/items/blackhole.json new file mode 100644 index 0000000..7a968f7 --- /dev/null +++ b/Magiclysm-MagicBulletsMod/items/blackhole.json @@ -0,0 +1,20 @@ +[ + { + "id": "blackhole_bomb", + "type": "TOOL", + "name": { "str": "active blackhole bomb" }, + "description": "This black hole bomb is about to explode.", + "material": [ "stone" ], + "symbol": ";", + "weight": "1 g", + "volume": "250 ml", + "color": "magenta", + "initial_charges": 0, + "turns_per_charge": 1, + "use_action": [ + { "type": "cast_spell", "spell_id": "blackhole_pull_all", "no_fail": true, "level": 10 }, + {"type": "explosion", "sound_volume": 0, "explosion": {"power": 0} } + ], + "flags": [ "TRADER_AVOID" ] + } +] \ No newline at end of file diff --git a/Magiclysm-MagicBulletsMod/items/leech.json b/Magiclysm-MagicBulletsMod/items/leech.json new file mode 100644 index 0000000..18b15ca --- /dev/null +++ b/Magiclysm-MagicBulletsMod/items/leech.json @@ -0,0 +1,20 @@ +[ + { + "id": "mana_leech_active", + "type": "TOOL", + "name": { "str": "active mana leecher" }, + "description": "This mana leecher is harvesting mana from the environment.", + "material": [ "stone" ], + "symbol": ";", + "weight": "1 g", + "volume": "250 ml", + "color": "white", + "initial_charges": 0, + "turns_per_charge": 1, + "use_action": [ + { "type": "cast_spell", "spell_id": "soul_recover_mana", "no_fail": true, "level": 10 }, + {"type": "explosion", "sound_volume": 0, "explosion": {"power": 0} } + ], + "flags": [ "TRADER_AVOID" ] + } +] \ No newline at end of file diff --git a/Magiclysm-MagicBulletsMod/spells.json b/Magiclysm-MagicBulletsMod/spells.json new file mode 100644 index 0000000..9a46f0a --- /dev/null +++ b/Magiclysm-MagicBulletsMod/spells.json @@ -0,0 +1,45 @@ +[ + { + "id": "soul_recover_mana", + "type": "SPELL", + "name": "Leech Mana", + "description": "You leech mana from the surrounding environment.", + "valid_targets": [ "self" ], + "min_damage": 3, + "damage_increment": 3, + "max_damage": 3, + "max_level": 3, + "effect": "recover_energy", + "effect_str": "MANA", + "spell_class": "NONE", + "message": "You leech mana from your bullet's target!", + "energy_source": "MANA", + "base_energy_cost": 0, + "energy_increment": 0, + "final_energy_cost": 0, + "flags": [ "SILENT", "NO_LEGS" ], + "difficulty": 3 + }, + { + "id": "blackhole_pull_all", + "type": "SPELL", + "name": "Blackhole Suction", + "description": "Pulls all objects inside.", + "message": "A blackhole randomly appears!", + "effect": "area_pull", + "effect_filter": [ "hostile", "item", "fd_fire", "fd_blood" ], + "valid_targets": [ "hostile" ], + "min_range": 30, + "max_range": 30, + "range_increment": 2.5, + "min_aoe": 20, + "max_aoe": 20, + "aoe_increment": 1.0, + "max_level": 20, + "difficulty": 1, + "base_casting_time": 0, + "base_energy_cost": 0, + "energy_source": "MANA", + "flags": [ "RANDOM_TARGET", "SILENT", "NO_LEGS", "NO_HANDS" ] + } +] \ No newline at end of file From ceffa5782b5fb861d2a301ec5fa04eb4e7d78a28 Mon Sep 17 00:00:00 2001 From: NEricN Date: Sat, 11 Jul 2020 01:15:12 -0700 Subject: [PATCH 5/8] Add blackhole ammo. --- templates/ammo/magus_blackhole.json | 10 ++++++++++ templates/recipes/magus_blackhole.json | 19 +++++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 templates/ammo/magus_blackhole.json create mode 100644 templates/recipes/magus_blackhole.json diff --git a/templates/ammo/magus_blackhole.json b/templates/ammo/magus_blackhole.json new file mode 100644 index 0000000..98e4351 --- /dev/null +++ b/templates/ammo/magus_blackhole.json @@ -0,0 +1,10 @@ +{ + "id": "_magic_blackhole", + "copy-from": "", + "type": "AMMO", + "name": { "str": " (enchanted, black hole)", "str_pl": "s (enchanted, black hole)" }, + "description": " This bullet has been imbued has had a black hole woven into it by a Magus and will unleash it on hit. It is unstable, and the black hole will randomly appear next to an enemy, not always the one it hits.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.1}, "recoil": 3.0 }, + "effects": [ "COOKOFF", "SHOT", "NO_EMBED" ], + "drop": "blackhole_bomb" +} \ No newline at end of file diff --git a/templates/recipes/magus_blackhole.json b/templates/recipes/magus_blackhole.json new file mode 100644 index 0000000..c2f7d04 --- /dev/null +++ b/templates/recipes/magus_blackhole.json @@ -0,0 +1,19 @@ +{ + "type": "recipe", + "result": "_magic_blackhole", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_magus", 1 ] ], + [ [ "", 1 ] ] + ] +} \ No newline at end of file From 5d11ecfb3b34fd1771c934d165ddaea8fc492225 Mon Sep 17 00:00:00 2001 From: NEricN Date: Sat, 11 Jul 2020 01:15:21 -0700 Subject: [PATCH 6/8] Add leech ammo. --- templates/ammo/animist_leech.json | 9 +++++++++ templates/recipes/animist_leech.json | 19 +++++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 templates/ammo/animist_leech.json create mode 100644 templates/recipes/animist_leech.json diff --git a/templates/ammo/animist_leech.json b/templates/ammo/animist_leech.json new file mode 100644 index 0000000..9899ac1 --- /dev/null +++ b/templates/ammo/animist_leech.json @@ -0,0 +1,9 @@ +{ + "id": "_magic_leech", + "copy-from": "", + "type": "AMMO", + "name": { "str": " (enchanted, leech)", "str_pl": "s (enchanted, leech)" }, + "description": " This bullet has been imbued by an animist to leech mana from its targets.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.9} , "recoil": 1.2 }, + "drop": "mana_leech_active" +} \ No newline at end of file diff --git a/templates/recipes/animist_leech.json b/templates/recipes/animist_leech.json new file mode 100644 index 0000000..f217d82 --- /dev/null +++ b/templates/recipes/animist_leech.json @@ -0,0 +1,19 @@ +{ + "type": "recipe", + "result": "_magic_leech", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_animist", 1 ] ], + [ [ "", 1 ] ] + ] +} \ No newline at end of file From c79183fc48219eda93ccaa6dba29b59a437147ea Mon Sep 17 00:00:00 2001 From: NEricN Date: Sat, 11 Jul 2020 01:15:47 -0700 Subject: [PATCH 7/8] Regenerate ammo templates. --- .../items/ammo/10mm.json | 44 ++++- .../items/ammo/12mm.json | 44 ++++- Magiclysm-MagicBulletsMod/items/ammo/22.json | 44 ++++- Magiclysm-MagicBulletsMod/items/ammo/223.json | 88 ++++++++- .../items/ammo/270win.json | 44 ++++- Magiclysm-MagicBulletsMod/items/ammo/300.json | 44 ++++- .../items/ammo/3006.json | 44 ++++- .../items/ammo/300blk.json | 44 ++++- Magiclysm-MagicBulletsMod/items/ammo/308.json | 44 ++++- Magiclysm-MagicBulletsMod/items/ammo/32.json | 44 ++++- .../items/ammo/357mag.json | 44 ++++- .../items/ammo/357sig.json | 44 ++++- Magiclysm-MagicBulletsMod/items/ammo/38.json | 44 ++++- Magiclysm-MagicBulletsMod/items/ammo/380.json | 44 ++++- .../items/ammo/38super.json | 44 ++++- Magiclysm-MagicBulletsMod/items/ammo/40.json | 44 ++++- .../items/ammo/410shot.json | 44 ++++- Magiclysm-MagicBulletsMod/items/ammo/44.json | 44 ++++- Magiclysm-MagicBulletsMod/items/ammo/45.json | 44 ++++- Magiclysm-MagicBulletsMod/items/ammo/454.json | 44 ++++- .../items/ammo/4570.json | 44 ++++- .../items/ammo/45colt.json | 44 ++++- Magiclysm-MagicBulletsMod/items/ammo/46.json | 44 ++++- Magiclysm-MagicBulletsMod/items/ammo/50.json | 44 ++++- Magiclysm-MagicBulletsMod/items/ammo/500.json | 44 ++++- .../items/ammo/545x39.json | 44 ++++- Magiclysm-MagicBulletsMod/items/ammo/57.json | 44 ++++- .../items/ammo/700nx.json | 44 ++++- Magiclysm-MagicBulletsMod/items/ammo/762.json | 44 ++++- .../items/ammo/762R.json | 44 ++++- .../items/ammo/762x25.json | 44 ++++- Magiclysm-MagicBulletsMod/items/ammo/9mm.json | 44 ++++- .../items/ammo/9x18.json | 44 ++++- .../items/ammo/shot.json | 44 ++++- Magiclysm-MagicBulletsMod/recipes/10mm.json | 90 +++++++++ Magiclysm-MagicBulletsMod/recipes/12mm.json | 90 +++++++++ Magiclysm-MagicBulletsMod/recipes/22.json | 90 +++++++++ Magiclysm-MagicBulletsMod/recipes/223.json | 180 ++++++++++++++++++ Magiclysm-MagicBulletsMod/recipes/270win.json | 90 +++++++++ Magiclysm-MagicBulletsMod/recipes/300.json | 90 +++++++++ Magiclysm-MagicBulletsMod/recipes/3006.json | 90 +++++++++ Magiclysm-MagicBulletsMod/recipes/300blk.json | 90 +++++++++ Magiclysm-MagicBulletsMod/recipes/308.json | 90 +++++++++ Magiclysm-MagicBulletsMod/recipes/32.json | 90 +++++++++ Magiclysm-MagicBulletsMod/recipes/357mag.json | 90 +++++++++ Magiclysm-MagicBulletsMod/recipes/357sig.json | 90 +++++++++ Magiclysm-MagicBulletsMod/recipes/38.json | 90 +++++++++ Magiclysm-MagicBulletsMod/recipes/380.json | 90 +++++++++ .../recipes/38super.json | 90 +++++++++ Magiclysm-MagicBulletsMod/recipes/40.json | 90 +++++++++ .../recipes/410shot.json | 90 +++++++++ Magiclysm-MagicBulletsMod/recipes/44.json | 90 +++++++++ Magiclysm-MagicBulletsMod/recipes/45.json | 90 +++++++++ Magiclysm-MagicBulletsMod/recipes/454.json | 90 +++++++++ Magiclysm-MagicBulletsMod/recipes/4570.json | 90 +++++++++ Magiclysm-MagicBulletsMod/recipes/45colt.json | 90 +++++++++ Magiclysm-MagicBulletsMod/recipes/46.json | 90 +++++++++ Magiclysm-MagicBulletsMod/recipes/50.json | 90 +++++++++ Magiclysm-MagicBulletsMod/recipes/500.json | 90 +++++++++ Magiclysm-MagicBulletsMod/recipes/545x39.json | 90 +++++++++ Magiclysm-MagicBulletsMod/recipes/57.json | 90 +++++++++ Magiclysm-MagicBulletsMod/recipes/700nx.json | 90 +++++++++ Magiclysm-MagicBulletsMod/recipes/762.json | 90 +++++++++ Magiclysm-MagicBulletsMod/recipes/762R.json | 90 +++++++++ Magiclysm-MagicBulletsMod/recipes/762x25.json | 90 +++++++++ Magiclysm-MagicBulletsMod/recipes/9mm.json | 90 +++++++++ Magiclysm-MagicBulletsMod/recipes/9x18.json | 90 +++++++++ Magiclysm-MagicBulletsMod/recipes/shot.json | 90 +++++++++ 68 files changed, 4655 insertions(+), 35 deletions(-) diff --git a/Magiclysm-MagicBulletsMod/items/ammo/10mm.json b/Magiclysm-MagicBulletsMod/items/ammo/10mm.json index 4c48616..e773675 100644 --- a/Magiclysm-MagicBulletsMod/items/ammo/10mm.json +++ b/Magiclysm-MagicBulletsMod/items/ammo/10mm.json @@ -1,4 +1,28 @@ [{ + "id": "10mm_fmj_magic_flare", + "copy-from": "10mm_fmj", + "type": "AMMO", + "name": { "str": "10mm Auto FMJ (enchanted, light)", "str_pl": "10mm Auto FMJs (enchanted, light)" }, + "description": "A jacketed 10mm Auto round. This bullet has been imbued by an animist to burst in a flash of light.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.2} , "recoil": 1.2 }, + "effects": [ "COOKOFF", "SHOT", "FLASHBANG" ] +},{ + "id": "10mm_fmj_magic_leech", + "copy-from": "10mm_fmj", + "type": "AMMO", + "name": { "str": "10mm Auto FMJ (enchanted, leech)", "str_pl": "10mm Auto FMJs (enchanted, leech)" }, + "description": "A jacketed 10mm Auto round. This bullet has been imbued by an animist to leech mana from its targets.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.9} , "recoil": 1.2 }, + "drop": "mana_leech_active" +},{ + "id": "10mm_fmj_magic_acid", + "copy-from": "10mm_fmj", + "type": "AMMO", + "name": { "str": "10mm Auto FMJ (enchanted, acid)", "str_pl": "10mm Auto FMJs (enchanted, acid)" }, + "description": "A jacketed 10mm Auto round. This bullet has been coated by a biomancer's own acid.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.3} , "recoil": 1.2 }, + "effects": [ "COOKOFF", "SHOT", "ACIDBOMB", "NO_EMBED" ] +},{ "id": "10mm_fmj_magic_nature", "copy-from": "10mm_fmj", "type": "AMMO", @@ -21,7 +45,7 @@ "name": { "str": "10mm Auto FMJ (enchanted, fire)", "str_pl": "10mm Auto FMJs (enchanted, fire)" }, "description": "A jacketed 10mm Auto round. This bullet has been imbued with fire from a Kelvinist.", "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.3}, "recoil": 1.2 }, - "effects": [ "COOKOFF", "IGNITE", "SHOT" ] + "effects": [ "COOKOFF", "IGNITE", "SHOT", "FLAME" ] },{ "id": "10mm_fmj_magic_ice", "copy-from": "10mm_fmj", @@ -30,6 +54,24 @@ "description": "A jacketed 10mm Auto round. This bullet has been imbued with ice from a Kelvinist and will try to freeze enemies in place.", "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.5}, "recoil": 0.9 }, "effects": [ "COOKOFF", "LARGE_BEANBAG", "SHOT" ] +},{ + "id": "10mm_fmj_magic_blackhole", + "copy-from": "10mm_fmj", + "type": "AMMO", + "name": { "str": "10mm Auto FMJ (enchanted, black hole)", "str_pl": "10mm Auto FMJs (enchanted, black hole)" }, + "description": "A jacketed 10mm Auto round. This bullet has been imbued has had a black hole woven into it by a Magus and will unleash it on hit. It is unstable, and the black hole will randomly appear next to an enemy, not always the one it hits.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.1}, "recoil": 3.0 }, + "effects": [ "COOKOFF", "SHOT", "NO_EMBED" ], + "drop": "blackhole_bomb" +},{ + "id": "10mm_fmj_magic_laser", + "copy-from": "10mm_fmj", + "type": "AMMO", + "name": { "str": "10mm Auto FMJ (enchanted, piercing)", "str_pl": "10mm Auto FMJs (enchanted, piercing)" }, + "description": "A jacketed 10mm Auto round. This bullet has been imbued with raw magic from a Magus to pierce armor.", + "proportional": { "range": 1.1, "recoil": 3.0 }, + "relative": { "damage": {"damage_type": "bullet", "amount": -10, "armor_penetration": 20} }, + "effects": [ "COOKOFF", "LASER", "SHOT" ] },{ "id": "10mm_fmj_magic_lightning", "copy-from": "10mm_fmj", diff --git a/Magiclysm-MagicBulletsMod/items/ammo/12mm.json b/Magiclysm-MagicBulletsMod/items/ammo/12mm.json index 5bdd286..16314fa 100644 --- a/Magiclysm-MagicBulletsMod/items/ammo/12mm.json +++ b/Magiclysm-MagicBulletsMod/items/ammo/12mm.json @@ -1,4 +1,28 @@ [{ + "id": "12mm_magic_flare", + "copy-from": "12mm", + "type": "AMMO", + "name": { "str": "H&K 12mm (enchanted, light)", "str_pl": "H&K 12mms (enchanted, light)" }, + "description": "The Heckler & Koch 12mm projectiles are used in H&K railguns. This bullet has been imbued by an animist to burst in a flash of light.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.2} , "recoil": 1.2 }, + "effects": [ "COOKOFF", "SHOT", "FLASHBANG" ] +},{ + "id": "12mm_magic_leech", + "copy-from": "12mm", + "type": "AMMO", + "name": { "str": "H&K 12mm (enchanted, leech)", "str_pl": "H&K 12mms (enchanted, leech)" }, + "description": "The Heckler & Koch 12mm projectiles are used in H&K railguns. This bullet has been imbued by an animist to leech mana from its targets.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.9} , "recoil": 1.2 }, + "drop": "mana_leech_active" +},{ + "id": "12mm_magic_acid", + "copy-from": "12mm", + "type": "AMMO", + "name": { "str": "H&K 12mm (enchanted, acid)", "str_pl": "H&K 12mms (enchanted, acid)" }, + "description": "The Heckler & Koch 12mm projectiles are used in H&K railguns. This bullet has been coated by a biomancer's own acid.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.3} , "recoil": 1.2 }, + "effects": [ "COOKOFF", "SHOT", "ACIDBOMB", "NO_EMBED" ] +},{ "id": "12mm_magic_nature", "copy-from": "12mm", "type": "AMMO", @@ -21,7 +45,7 @@ "name": { "str": "H&K 12mm (enchanted, fire)", "str_pl": "H&K 12mms (enchanted, fire)" }, "description": "The Heckler & Koch 12mm projectiles are used in H&K railguns. This bullet has been imbued with fire from a Kelvinist.", "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.3}, "recoil": 1.2 }, - "effects": [ "COOKOFF", "IGNITE", "SHOT" ] + "effects": [ "COOKOFF", "IGNITE", "SHOT", "FLAME" ] },{ "id": "12mm_magic_ice", "copy-from": "12mm", @@ -30,6 +54,24 @@ "description": "The Heckler & Koch 12mm projectiles are used in H&K railguns. This bullet has been imbued with ice from a Kelvinist and will try to freeze enemies in place.", "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.5}, "recoil": 0.9 }, "effects": [ "COOKOFF", "LARGE_BEANBAG", "SHOT" ] +},{ + "id": "12mm_magic_blackhole", + "copy-from": "12mm", + "type": "AMMO", + "name": { "str": "H&K 12mm (enchanted, black hole)", "str_pl": "H&K 12mms (enchanted, black hole)" }, + "description": "The Heckler & Koch 12mm projectiles are used in H&K railguns. This bullet has been imbued has had a black hole woven into it by a Magus and will unleash it on hit. It is unstable, and the black hole will randomly appear next to an enemy, not always the one it hits.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.1}, "recoil": 3.0 }, + "effects": [ "COOKOFF", "SHOT", "NO_EMBED" ], + "drop": "blackhole_bomb" +},{ + "id": "12mm_magic_laser", + "copy-from": "12mm", + "type": "AMMO", + "name": { "str": "H&K 12mm (enchanted, piercing)", "str_pl": "H&K 12mms (enchanted, piercing)" }, + "description": "The Heckler & Koch 12mm projectiles are used in H&K railguns. This bullet has been imbued with raw magic from a Magus to pierce armor.", + "proportional": { "range": 1.1, "recoil": 3.0 }, + "relative": { "damage": {"damage_type": "bullet", "amount": -10, "armor_penetration": 20} }, + "effects": [ "COOKOFF", "LASER", "SHOT" ] },{ "id": "12mm_magic_lightning", "copy-from": "12mm", diff --git a/Magiclysm-MagicBulletsMod/items/ammo/22.json b/Magiclysm-MagicBulletsMod/items/ammo/22.json index 06fcf39..6628993 100644 --- a/Magiclysm-MagicBulletsMod/items/ammo/22.json +++ b/Magiclysm-MagicBulletsMod/items/ammo/22.json @@ -1,4 +1,28 @@ [{ + "id": "22_lr_magic_flare", + "copy-from": "22_lr", + "type": "AMMO", + "name": { "str": ".22 LR (enchanted, light)", "str_pl": ".22 LRs (enchanted, light)" }, + "description": ".22 Long Rifle ammunition with 40gr unjacketed bullets. This bullet has been imbued by an animist to burst in a flash of light.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.2} , "recoil": 1.2 }, + "effects": [ "COOKOFF", "SHOT", "FLASHBANG" ] +},{ + "id": "22_lr_magic_leech", + "copy-from": "22_lr", + "type": "AMMO", + "name": { "str": ".22 LR (enchanted, leech)", "str_pl": ".22 LRs (enchanted, leech)" }, + "description": ".22 Long Rifle ammunition with 40gr unjacketed bullets. This bullet has been imbued by an animist to leech mana from its targets.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.9} , "recoil": 1.2 }, + "drop": "mana_leech_active" +},{ + "id": "22_lr_magic_acid", + "copy-from": "22_lr", + "type": "AMMO", + "name": { "str": ".22 LR (enchanted, acid)", "str_pl": ".22 LRs (enchanted, acid)" }, + "description": ".22 Long Rifle ammunition with 40gr unjacketed bullets. This bullet has been coated by a biomancer's own acid.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.3} , "recoil": 1.2 }, + "effects": [ "COOKOFF", "SHOT", "ACIDBOMB", "NO_EMBED" ] +},{ "id": "22_lr_magic_nature", "copy-from": "22_lr", "type": "AMMO", @@ -21,7 +45,7 @@ "name": { "str": ".22 LR (enchanted, fire)", "str_pl": ".22 LRs (enchanted, fire)" }, "description": ".22 Long Rifle ammunition with 40gr unjacketed bullets. This bullet has been imbued with fire from a Kelvinist.", "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.3}, "recoil": 1.2 }, - "effects": [ "COOKOFF", "IGNITE", "SHOT" ] + "effects": [ "COOKOFF", "IGNITE", "SHOT", "FLAME" ] },{ "id": "22_lr_magic_ice", "copy-from": "22_lr", @@ -30,6 +54,24 @@ "description": ".22 Long Rifle ammunition with 40gr unjacketed bullets. This bullet has been imbued with ice from a Kelvinist and will try to freeze enemies in place.", "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.5}, "recoil": 0.9 }, "effects": [ "COOKOFF", "LARGE_BEANBAG", "SHOT" ] +},{ + "id": "22_lr_magic_blackhole", + "copy-from": "22_lr", + "type": "AMMO", + "name": { "str": ".22 LR (enchanted, black hole)", "str_pl": ".22 LRs (enchanted, black hole)" }, + "description": ".22 Long Rifle ammunition with 40gr unjacketed bullets. This bullet has been imbued has had a black hole woven into it by a Magus and will unleash it on hit. It is unstable, and the black hole will randomly appear next to an enemy, not always the one it hits.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.1}, "recoil": 3.0 }, + "effects": [ "COOKOFF", "SHOT", "NO_EMBED" ], + "drop": "blackhole_bomb" +},{ + "id": "22_lr_magic_laser", + "copy-from": "22_lr", + "type": "AMMO", + "name": { "str": ".22 LR (enchanted, piercing)", "str_pl": ".22 LRs (enchanted, piercing)" }, + "description": ".22 Long Rifle ammunition with 40gr unjacketed bullets. This bullet has been imbued with raw magic from a Magus to pierce armor.", + "proportional": { "range": 1.1, "recoil": 3.0 }, + "relative": { "damage": {"damage_type": "bullet", "amount": -10, "armor_penetration": 20} }, + "effects": [ "COOKOFF", "LASER", "SHOT" ] },{ "id": "22_lr_magic_lightning", "copy-from": "22_lr", diff --git a/Magiclysm-MagicBulletsMod/items/ammo/223.json b/Magiclysm-MagicBulletsMod/items/ammo/223.json index ffae0f9..7d4c9cc 100644 --- a/Magiclysm-MagicBulletsMod/items/ammo/223.json +++ b/Magiclysm-MagicBulletsMod/items/ammo/223.json @@ -1,4 +1,28 @@ [{ + "id": "223_magic_flare", + "copy-from": "223", + "type": "AMMO", + "name": { "str": ".223 Remington (enchanted, light)", "str_pl": ".223 Remingtons (enchanted, light)" }, + "description": ".223 Remington ammunition with 36gr JHP bullets. This bullet has been imbued by an animist to burst in a flash of light.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.2} , "recoil": 1.2 }, + "effects": [ "COOKOFF", "SHOT", "FLASHBANG" ] +},{ + "id": "223_magic_leech", + "copy-from": "223", + "type": "AMMO", + "name": { "str": ".223 Remington (enchanted, leech)", "str_pl": ".223 Remingtons (enchanted, leech)" }, + "description": ".223 Remington ammunition with 36gr JHP bullets. This bullet has been imbued by an animist to leech mana from its targets.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.9} , "recoil": 1.2 }, + "drop": "mana_leech_active" +},{ + "id": "223_magic_acid", + "copy-from": "223", + "type": "AMMO", + "name": { "str": ".223 Remington (enchanted, acid)", "str_pl": ".223 Remingtons (enchanted, acid)" }, + "description": ".223 Remington ammunition with 36gr JHP bullets. This bullet has been coated by a biomancer's own acid.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.3} , "recoil": 1.2 }, + "effects": [ "COOKOFF", "SHOT", "ACIDBOMB", "NO_EMBED" ] +},{ "id": "223_magic_nature", "copy-from": "223", "type": "AMMO", @@ -21,7 +45,7 @@ "name": { "str": ".223 Remington (enchanted, fire)", "str_pl": ".223 Remingtons (enchanted, fire)" }, "description": ".223 Remington ammunition with 36gr JHP bullets. This bullet has been imbued with fire from a Kelvinist.", "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.3}, "recoil": 1.2 }, - "effects": [ "COOKOFF", "IGNITE", "SHOT" ] + "effects": [ "COOKOFF", "IGNITE", "SHOT", "FLAME" ] },{ "id": "223_magic_ice", "copy-from": "223", @@ -30,6 +54,24 @@ "description": ".223 Remington ammunition with 36gr JHP bullets. This bullet has been imbued with ice from a Kelvinist and will try to freeze enemies in place.", "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.5}, "recoil": 0.9 }, "effects": [ "COOKOFF", "LARGE_BEANBAG", "SHOT" ] +},{ + "id": "223_magic_blackhole", + "copy-from": "223", + "type": "AMMO", + "name": { "str": ".223 Remington (enchanted, black hole)", "str_pl": ".223 Remingtons (enchanted, black hole)" }, + "description": ".223 Remington ammunition with 36gr JHP bullets. This bullet has been imbued has had a black hole woven into it by a Magus and will unleash it on hit. It is unstable, and the black hole will randomly appear next to an enemy, not always the one it hits.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.1}, "recoil": 3.0 }, + "effects": [ "COOKOFF", "SHOT", "NO_EMBED" ], + "drop": "blackhole_bomb" +},{ + "id": "223_magic_laser", + "copy-from": "223", + "type": "AMMO", + "name": { "str": ".223 Remington (enchanted, piercing)", "str_pl": ".223 Remingtons (enchanted, piercing)" }, + "description": ".223 Remington ammunition with 36gr JHP bullets. This bullet has been imbued with raw magic from a Magus to pierce armor.", + "proportional": { "range": 1.1, "recoil": 3.0 }, + "relative": { "damage": {"damage_type": "bullet", "amount": -10, "armor_penetration": 20} }, + "effects": [ "COOKOFF", "LASER", "SHOT" ] },{ "id": "223_magic_lightning", "copy-from": "223", @@ -46,6 +88,30 @@ "description": ".223 Remington ammunition with 36gr JHP bullets. This bullet has been tinkered with by a technomancer to corrupt robotics.", "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.2}, "recoil": 2.0 }, "effects": [ "COOKOFF", "EMP" ] +},{ + "id": "556_magic_flare", + "copy-from": "556", + "type": "AMMO", + "name": { "str": "5.56 NATO M855A1 (enchanted, light)", "str_pl": "5.56 NATO M855A1s (enchanted, light)" }, + "description": "5.56x45mm ammunition with a 62gr FMJ bullet containing a steel penetrator. This bullet has been imbued by an animist to burst in a flash of light.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.2} , "recoil": 1.2 }, + "effects": [ "COOKOFF", "SHOT", "FLASHBANG" ] +},{ + "id": "556_magic_leech", + "copy-from": "556", + "type": "AMMO", + "name": { "str": "5.56 NATO M855A1 (enchanted, leech)", "str_pl": "5.56 NATO M855A1s (enchanted, leech)" }, + "description": "5.56x45mm ammunition with a 62gr FMJ bullet containing a steel penetrator. This bullet has been imbued by an animist to leech mana from its targets.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.9} , "recoil": 1.2 }, + "drop": "mana_leech_active" +},{ + "id": "556_magic_acid", + "copy-from": "556", + "type": "AMMO", + "name": { "str": "5.56 NATO M855A1 (enchanted, acid)", "str_pl": "5.56 NATO M855A1s (enchanted, acid)" }, + "description": "5.56x45mm ammunition with a 62gr FMJ bullet containing a steel penetrator. This bullet has been coated by a biomancer's own acid.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.3} , "recoil": 1.2 }, + "effects": [ "COOKOFF", "SHOT", "ACIDBOMB", "NO_EMBED" ] },{ "id": "556_magic_nature", "copy-from": "556", @@ -69,7 +135,7 @@ "name": { "str": "5.56 NATO M855A1 (enchanted, fire)", "str_pl": "5.56 NATO M855A1s (enchanted, fire)" }, "description": "5.56x45mm ammunition with a 62gr FMJ bullet containing a steel penetrator. This bullet has been imbued with fire from a Kelvinist.", "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.3}, "recoil": 1.2 }, - "effects": [ "COOKOFF", "IGNITE", "SHOT" ] + "effects": [ "COOKOFF", "IGNITE", "SHOT", "FLAME" ] },{ "id": "556_magic_ice", "copy-from": "556", @@ -78,6 +144,24 @@ "description": "5.56x45mm ammunition with a 62gr FMJ bullet containing a steel penetrator. This bullet has been imbued with ice from a Kelvinist and will try to freeze enemies in place.", "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.5}, "recoil": 0.9 }, "effects": [ "COOKOFF", "LARGE_BEANBAG", "SHOT" ] +},{ + "id": "556_magic_blackhole", + "copy-from": "556", + "type": "AMMO", + "name": { "str": "5.56 NATO M855A1 (enchanted, black hole)", "str_pl": "5.56 NATO M855A1s (enchanted, black hole)" }, + "description": "5.56x45mm ammunition with a 62gr FMJ bullet containing a steel penetrator. This bullet has been imbued has had a black hole woven into it by a Magus and will unleash it on hit. It is unstable, and the black hole will randomly appear next to an enemy, not always the one it hits.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.1}, "recoil": 3.0 }, + "effects": [ "COOKOFF", "SHOT", "NO_EMBED" ], + "drop": "blackhole_bomb" +},{ + "id": "556_magic_laser", + "copy-from": "556", + "type": "AMMO", + "name": { "str": "5.56 NATO M855A1 (enchanted, piercing)", "str_pl": "5.56 NATO M855A1s (enchanted, piercing)" }, + "description": "5.56x45mm ammunition with a 62gr FMJ bullet containing a steel penetrator. This bullet has been imbued with raw magic from a Magus to pierce armor.", + "proportional": { "range": 1.1, "recoil": 3.0 }, + "relative": { "damage": {"damage_type": "bullet", "amount": -10, "armor_penetration": 20} }, + "effects": [ "COOKOFF", "LASER", "SHOT" ] },{ "id": "556_magic_lightning", "copy-from": "556", diff --git a/Magiclysm-MagicBulletsMod/items/ammo/270win.json b/Magiclysm-MagicBulletsMod/items/ammo/270win.json index f9fbe0e..a5f0e1e 100644 --- a/Magiclysm-MagicBulletsMod/items/ammo/270win.json +++ b/Magiclysm-MagicBulletsMod/items/ammo/270win.json @@ -1,4 +1,28 @@ [{ + "id": "270win_jsp_magic_flare", + "copy-from": "270win_jsp", + "type": "AMMO", + "name": { "str": ".270 Winchester JSP (enchanted, light)", "str_pl": ".270 Winchester JSPs (enchanted, light)" }, + "description": ".270 Winchester ammunition with 130gr soft point bullets. This bullet has been imbued by an animist to burst in a flash of light.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.2} , "recoil": 1.2 }, + "effects": [ "COOKOFF", "SHOT", "FLASHBANG" ] +},{ + "id": "270win_jsp_magic_leech", + "copy-from": "270win_jsp", + "type": "AMMO", + "name": { "str": ".270 Winchester JSP (enchanted, leech)", "str_pl": ".270 Winchester JSPs (enchanted, leech)" }, + "description": ".270 Winchester ammunition with 130gr soft point bullets. This bullet has been imbued by an animist to leech mana from its targets.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.9} , "recoil": 1.2 }, + "drop": "mana_leech_active" +},{ + "id": "270win_jsp_magic_acid", + "copy-from": "270win_jsp", + "type": "AMMO", + "name": { "str": ".270 Winchester JSP (enchanted, acid)", "str_pl": ".270 Winchester JSPs (enchanted, acid)" }, + "description": ".270 Winchester ammunition with 130gr soft point bullets. This bullet has been coated by a biomancer's own acid.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.3} , "recoil": 1.2 }, + "effects": [ "COOKOFF", "SHOT", "ACIDBOMB", "NO_EMBED" ] +},{ "id": "270win_jsp_magic_nature", "copy-from": "270win_jsp", "type": "AMMO", @@ -21,7 +45,7 @@ "name": { "str": ".270 Winchester JSP (enchanted, fire)", "str_pl": ".270 Winchester JSPs (enchanted, fire)" }, "description": ".270 Winchester ammunition with 130gr soft point bullets. This bullet has been imbued with fire from a Kelvinist.", "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.3}, "recoil": 1.2 }, - "effects": [ "COOKOFF", "IGNITE", "SHOT" ] + "effects": [ "COOKOFF", "IGNITE", "SHOT", "FLAME" ] },{ "id": "270win_jsp_magic_ice", "copy-from": "270win_jsp", @@ -30,6 +54,24 @@ "description": ".270 Winchester ammunition with 130gr soft point bullets. This bullet has been imbued with ice from a Kelvinist and will try to freeze enemies in place.", "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.5}, "recoil": 0.9 }, "effects": [ "COOKOFF", "LARGE_BEANBAG", "SHOT" ] +},{ + "id": "270win_jsp_magic_blackhole", + "copy-from": "270win_jsp", + "type": "AMMO", + "name": { "str": ".270 Winchester JSP (enchanted, black hole)", "str_pl": ".270 Winchester JSPs (enchanted, black hole)" }, + "description": ".270 Winchester ammunition with 130gr soft point bullets. This bullet has been imbued has had a black hole woven into it by a Magus and will unleash it on hit. It is unstable, and the black hole will randomly appear next to an enemy, not always the one it hits.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.1}, "recoil": 3.0 }, + "effects": [ "COOKOFF", "SHOT", "NO_EMBED" ], + "drop": "blackhole_bomb" +},{ + "id": "270win_jsp_magic_laser", + "copy-from": "270win_jsp", + "type": "AMMO", + "name": { "str": ".270 Winchester JSP (enchanted, piercing)", "str_pl": ".270 Winchester JSPs (enchanted, piercing)" }, + "description": ".270 Winchester ammunition with 130gr soft point bullets. This bullet has been imbued with raw magic from a Magus to pierce armor.", + "proportional": { "range": 1.1, "recoil": 3.0 }, + "relative": { "damage": {"damage_type": "bullet", "amount": -10, "armor_penetration": 20} }, + "effects": [ "COOKOFF", "LASER", "SHOT" ] },{ "id": "270win_jsp_magic_lightning", "copy-from": "270win_jsp", diff --git a/Magiclysm-MagicBulletsMod/items/ammo/300.json b/Magiclysm-MagicBulletsMod/items/ammo/300.json index 2c26c9b..18731f7 100644 --- a/Magiclysm-MagicBulletsMod/items/ammo/300.json +++ b/Magiclysm-MagicBulletsMod/items/ammo/300.json @@ -1,4 +1,28 @@ [{ + "id": "300_winmag_magic_flare", + "copy-from": "300_winmag", + "type": "AMMO", + "name": { "str": ".300 Winchester Magnum (enchanted, light)", "str_pl": ".300 Winchester Magnums (enchanted, light)" }, + "description": ".300 Winchester Magnum rounds with 220gr JHP bullets. This bullet has been imbued by an animist to burst in a flash of light.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.2} , "recoil": 1.2 }, + "effects": [ "COOKOFF", "SHOT", "FLASHBANG" ] +},{ + "id": "300_winmag_magic_leech", + "copy-from": "300_winmag", + "type": "AMMO", + "name": { "str": ".300 Winchester Magnum (enchanted, leech)", "str_pl": ".300 Winchester Magnums (enchanted, leech)" }, + "description": ".300 Winchester Magnum rounds with 220gr JHP bullets. This bullet has been imbued by an animist to leech mana from its targets.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.9} , "recoil": 1.2 }, + "drop": "mana_leech_active" +},{ + "id": "300_winmag_magic_acid", + "copy-from": "300_winmag", + "type": "AMMO", + "name": { "str": ".300 Winchester Magnum (enchanted, acid)", "str_pl": ".300 Winchester Magnums (enchanted, acid)" }, + "description": ".300 Winchester Magnum rounds with 220gr JHP bullets. This bullet has been coated by a biomancer's own acid.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.3} , "recoil": 1.2 }, + "effects": [ "COOKOFF", "SHOT", "ACIDBOMB", "NO_EMBED" ] +},{ "id": "300_winmag_magic_nature", "copy-from": "300_winmag", "type": "AMMO", @@ -21,7 +45,7 @@ "name": { "str": ".300 Winchester Magnum (enchanted, fire)", "str_pl": ".300 Winchester Magnums (enchanted, fire)" }, "description": ".300 Winchester Magnum rounds with 220gr JHP bullets. This bullet has been imbued with fire from a Kelvinist.", "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.3}, "recoil": 1.2 }, - "effects": [ "COOKOFF", "IGNITE", "SHOT" ] + "effects": [ "COOKOFF", "IGNITE", "SHOT", "FLAME" ] },{ "id": "300_winmag_magic_ice", "copy-from": "300_winmag", @@ -30,6 +54,24 @@ "description": ".300 Winchester Magnum rounds with 220gr JHP bullets. This bullet has been imbued with ice from a Kelvinist and will try to freeze enemies in place.", "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.5}, "recoil": 0.9 }, "effects": [ "COOKOFF", "LARGE_BEANBAG", "SHOT" ] +},{ + "id": "300_winmag_magic_blackhole", + "copy-from": "300_winmag", + "type": "AMMO", + "name": { "str": ".300 Winchester Magnum (enchanted, black hole)", "str_pl": ".300 Winchester Magnums (enchanted, black hole)" }, + "description": ".300 Winchester Magnum rounds with 220gr JHP bullets. This bullet has been imbued has had a black hole woven into it by a Magus and will unleash it on hit. It is unstable, and the black hole will randomly appear next to an enemy, not always the one it hits.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.1}, "recoil": 3.0 }, + "effects": [ "COOKOFF", "SHOT", "NO_EMBED" ], + "drop": "blackhole_bomb" +},{ + "id": "300_winmag_magic_laser", + "copy-from": "300_winmag", + "type": "AMMO", + "name": { "str": ".300 Winchester Magnum (enchanted, piercing)", "str_pl": ".300 Winchester Magnums (enchanted, piercing)" }, + "description": ".300 Winchester Magnum rounds with 220gr JHP bullets. This bullet has been imbued with raw magic from a Magus to pierce armor.", + "proportional": { "range": 1.1, "recoil": 3.0 }, + "relative": { "damage": {"damage_type": "bullet", "amount": -10, "armor_penetration": 20} }, + "effects": [ "COOKOFF", "LASER", "SHOT" ] },{ "id": "300_winmag_magic_lightning", "copy-from": "300_winmag", diff --git a/Magiclysm-MagicBulletsMod/items/ammo/3006.json b/Magiclysm-MagicBulletsMod/items/ammo/3006.json index 5054aae..924d92e 100644 --- a/Magiclysm-MagicBulletsMod/items/ammo/3006.json +++ b/Magiclysm-MagicBulletsMod/items/ammo/3006.json @@ -1,4 +1,28 @@ [{ + "id": "3006_magic_flare", + "copy-from": "3006", + "type": "AMMO", + "name": { "str": ".30-06 Springfield (enchanted, light)", "str_pl": ".30-06 Springfields (enchanted, light)" }, + "description": ".30-06 Springfield rounds with 165gr soft point bullets. This bullet has been imbued by an animist to burst in a flash of light.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.2} , "recoil": 1.2 }, + "effects": [ "COOKOFF", "SHOT", "FLASHBANG" ] +},{ + "id": "3006_magic_leech", + "copy-from": "3006", + "type": "AMMO", + "name": { "str": ".30-06 Springfield (enchanted, leech)", "str_pl": ".30-06 Springfields (enchanted, leech)" }, + "description": ".30-06 Springfield rounds with 165gr soft point bullets. This bullet has been imbued by an animist to leech mana from its targets.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.9} , "recoil": 1.2 }, + "drop": "mana_leech_active" +},{ + "id": "3006_magic_acid", + "copy-from": "3006", + "type": "AMMO", + "name": { "str": ".30-06 Springfield (enchanted, acid)", "str_pl": ".30-06 Springfields (enchanted, acid)" }, + "description": ".30-06 Springfield rounds with 165gr soft point bullets. This bullet has been coated by a biomancer's own acid.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.3} , "recoil": 1.2 }, + "effects": [ "COOKOFF", "SHOT", "ACIDBOMB", "NO_EMBED" ] +},{ "id": "3006_magic_nature", "copy-from": "3006", "type": "AMMO", @@ -21,7 +45,7 @@ "name": { "str": ".30-06 Springfield (enchanted, fire)", "str_pl": ".30-06 Springfields (enchanted, fire)" }, "description": ".30-06 Springfield rounds with 165gr soft point bullets. This bullet has been imbued with fire from a Kelvinist.", "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.3}, "recoil": 1.2 }, - "effects": [ "COOKOFF", "IGNITE", "SHOT" ] + "effects": [ "COOKOFF", "IGNITE", "SHOT", "FLAME" ] },{ "id": "3006_magic_ice", "copy-from": "3006", @@ -30,6 +54,24 @@ "description": ".30-06 Springfield rounds with 165gr soft point bullets. This bullet has been imbued with ice from a Kelvinist and will try to freeze enemies in place.", "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.5}, "recoil": 0.9 }, "effects": [ "COOKOFF", "LARGE_BEANBAG", "SHOT" ] +},{ + "id": "3006_magic_blackhole", + "copy-from": "3006", + "type": "AMMO", + "name": { "str": ".30-06 Springfield (enchanted, black hole)", "str_pl": ".30-06 Springfields (enchanted, black hole)" }, + "description": ".30-06 Springfield rounds with 165gr soft point bullets. This bullet has been imbued has had a black hole woven into it by a Magus and will unleash it on hit. It is unstable, and the black hole will randomly appear next to an enemy, not always the one it hits.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.1}, "recoil": 3.0 }, + "effects": [ "COOKOFF", "SHOT", "NO_EMBED" ], + "drop": "blackhole_bomb" +},{ + "id": "3006_magic_laser", + "copy-from": "3006", + "type": "AMMO", + "name": { "str": ".30-06 Springfield (enchanted, piercing)", "str_pl": ".30-06 Springfields (enchanted, piercing)" }, + "description": ".30-06 Springfield rounds with 165gr soft point bullets. This bullet has been imbued with raw magic from a Magus to pierce armor.", + "proportional": { "range": 1.1, "recoil": 3.0 }, + "relative": { "damage": {"damage_type": "bullet", "amount": -10, "armor_penetration": 20} }, + "effects": [ "COOKOFF", "LASER", "SHOT" ] },{ "id": "3006_magic_lightning", "copy-from": "3006", diff --git a/Magiclysm-MagicBulletsMod/items/ammo/300blk.json b/Magiclysm-MagicBulletsMod/items/ammo/300blk.json index 7e1f08e..ae74044 100644 --- a/Magiclysm-MagicBulletsMod/items/ammo/300blk.json +++ b/Magiclysm-MagicBulletsMod/items/ammo/300blk.json @@ -1,4 +1,28 @@ [{ + "id": "300blk_magic_flare", + "copy-from": "300blk", + "type": "AMMO", + "name": { "str": ".300 AAC Blackout (enchanted, light)", "str_pl": ".300 AAC Blackouts (enchanted, light)" }, + "description": "A .300 AAC Blackout round with a 125gr open tip match bullet. This bullet has been imbued by an animist to burst in a flash of light.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.2} , "recoil": 1.2 }, + "effects": [ "COOKOFF", "SHOT", "FLASHBANG" ] +},{ + "id": "300blk_magic_leech", + "copy-from": "300blk", + "type": "AMMO", + "name": { "str": ".300 AAC Blackout (enchanted, leech)", "str_pl": ".300 AAC Blackouts (enchanted, leech)" }, + "description": "A .300 AAC Blackout round with a 125gr open tip match bullet. This bullet has been imbued by an animist to leech mana from its targets.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.9} , "recoil": 1.2 }, + "drop": "mana_leech_active" +},{ + "id": "300blk_magic_acid", + "copy-from": "300blk", + "type": "AMMO", + "name": { "str": ".300 AAC Blackout (enchanted, acid)", "str_pl": ".300 AAC Blackouts (enchanted, acid)" }, + "description": "A .300 AAC Blackout round with a 125gr open tip match bullet. This bullet has been coated by a biomancer's own acid.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.3} , "recoil": 1.2 }, + "effects": [ "COOKOFF", "SHOT", "ACIDBOMB", "NO_EMBED" ] +},{ "id": "300blk_magic_nature", "copy-from": "300blk", "type": "AMMO", @@ -21,7 +45,7 @@ "name": { "str": ".300 AAC Blackout (enchanted, fire)", "str_pl": ".300 AAC Blackouts (enchanted, fire)" }, "description": "A .300 AAC Blackout round with a 125gr open tip match bullet. This bullet has been imbued with fire from a Kelvinist.", "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.3}, "recoil": 1.2 }, - "effects": [ "COOKOFF", "IGNITE", "SHOT" ] + "effects": [ "COOKOFF", "IGNITE", "SHOT", "FLAME" ] },{ "id": "300blk_magic_ice", "copy-from": "300blk", @@ -30,6 +54,24 @@ "description": "A .300 AAC Blackout round with a 125gr open tip match bullet. This bullet has been imbued with ice from a Kelvinist and will try to freeze enemies in place.", "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.5}, "recoil": 0.9 }, "effects": [ "COOKOFF", "LARGE_BEANBAG", "SHOT" ] +},{ + "id": "300blk_magic_blackhole", + "copy-from": "300blk", + "type": "AMMO", + "name": { "str": ".300 AAC Blackout (enchanted, black hole)", "str_pl": ".300 AAC Blackouts (enchanted, black hole)" }, + "description": "A .300 AAC Blackout round with a 125gr open tip match bullet. This bullet has been imbued has had a black hole woven into it by a Magus and will unleash it on hit. It is unstable, and the black hole will randomly appear next to an enemy, not always the one it hits.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.1}, "recoil": 3.0 }, + "effects": [ "COOKOFF", "SHOT", "NO_EMBED" ], + "drop": "blackhole_bomb" +},{ + "id": "300blk_magic_laser", + "copy-from": "300blk", + "type": "AMMO", + "name": { "str": ".300 AAC Blackout (enchanted, piercing)", "str_pl": ".300 AAC Blackouts (enchanted, piercing)" }, + "description": "A .300 AAC Blackout round with a 125gr open tip match bullet. This bullet has been imbued with raw magic from a Magus to pierce armor.", + "proportional": { "range": 1.1, "recoil": 3.0 }, + "relative": { "damage": {"damage_type": "bullet", "amount": -10, "armor_penetration": 20} }, + "effects": [ "COOKOFF", "LASER", "SHOT" ] },{ "id": "300blk_magic_lightning", "copy-from": "300blk", diff --git a/Magiclysm-MagicBulletsMod/items/ammo/308.json b/Magiclysm-MagicBulletsMod/items/ammo/308.json index 971a9c1..25df3c6 100644 --- a/Magiclysm-MagicBulletsMod/items/ammo/308.json +++ b/Magiclysm-MagicBulletsMod/items/ammo/308.json @@ -1,4 +1,28 @@ [{ + "id": "308_magic_flare", + "copy-from": "308", + "type": "AMMO", + "name": { "str": ".308 Winchester (enchanted, light)", "str_pl": ".308 Winchesters (enchanted, light)" }, + "description": ".308 Winchester ammunition with 168gr hollow point bullets. This bullet has been imbued by an animist to burst in a flash of light.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.2} , "recoil": 1.2 }, + "effects": [ "COOKOFF", "SHOT", "FLASHBANG" ] +},{ + "id": "308_magic_leech", + "copy-from": "308", + "type": "AMMO", + "name": { "str": ".308 Winchester (enchanted, leech)", "str_pl": ".308 Winchesters (enchanted, leech)" }, + "description": ".308 Winchester ammunition with 168gr hollow point bullets. This bullet has been imbued by an animist to leech mana from its targets.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.9} , "recoil": 1.2 }, + "drop": "mana_leech_active" +},{ + "id": "308_magic_acid", + "copy-from": "308", + "type": "AMMO", + "name": { "str": ".308 Winchester (enchanted, acid)", "str_pl": ".308 Winchesters (enchanted, acid)" }, + "description": ".308 Winchester ammunition with 168gr hollow point bullets. This bullet has been coated by a biomancer's own acid.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.3} , "recoil": 1.2 }, + "effects": [ "COOKOFF", "SHOT", "ACIDBOMB", "NO_EMBED" ] +},{ "id": "308_magic_nature", "copy-from": "308", "type": "AMMO", @@ -21,7 +45,7 @@ "name": { "str": ".308 Winchester (enchanted, fire)", "str_pl": ".308 Winchesters (enchanted, fire)" }, "description": ".308 Winchester ammunition with 168gr hollow point bullets. This bullet has been imbued with fire from a Kelvinist.", "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.3}, "recoil": 1.2 }, - "effects": [ "COOKOFF", "IGNITE", "SHOT" ] + "effects": [ "COOKOFF", "IGNITE", "SHOT", "FLAME" ] },{ "id": "308_magic_ice", "copy-from": "308", @@ -30,6 +54,24 @@ "description": ".308 Winchester ammunition with 168gr hollow point bullets. This bullet has been imbued with ice from a Kelvinist and will try to freeze enemies in place.", "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.5}, "recoil": 0.9 }, "effects": [ "COOKOFF", "LARGE_BEANBAG", "SHOT" ] +},{ + "id": "308_magic_blackhole", + "copy-from": "308", + "type": "AMMO", + "name": { "str": ".308 Winchester (enchanted, black hole)", "str_pl": ".308 Winchesters (enchanted, black hole)" }, + "description": ".308 Winchester ammunition with 168gr hollow point bullets. This bullet has been imbued has had a black hole woven into it by a Magus and will unleash it on hit. It is unstable, and the black hole will randomly appear next to an enemy, not always the one it hits.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.1}, "recoil": 3.0 }, + "effects": [ "COOKOFF", "SHOT", "NO_EMBED" ], + "drop": "blackhole_bomb" +},{ + "id": "308_magic_laser", + "copy-from": "308", + "type": "AMMO", + "name": { "str": ".308 Winchester (enchanted, piercing)", "str_pl": ".308 Winchesters (enchanted, piercing)" }, + "description": ".308 Winchester ammunition with 168gr hollow point bullets. This bullet has been imbued with raw magic from a Magus to pierce armor.", + "proportional": { "range": 1.1, "recoil": 3.0 }, + "relative": { "damage": {"damage_type": "bullet", "amount": -10, "armor_penetration": 20} }, + "effects": [ "COOKOFF", "LASER", "SHOT" ] },{ "id": "308_magic_lightning", "copy-from": "308", diff --git a/Magiclysm-MagicBulletsMod/items/ammo/32.json b/Magiclysm-MagicBulletsMod/items/ammo/32.json index 8b085c1..cef6027 100644 --- a/Magiclysm-MagicBulletsMod/items/ammo/32.json +++ b/Magiclysm-MagicBulletsMod/items/ammo/32.json @@ -1,4 +1,28 @@ [{ + "id": "32_acp_magic_flare", + "copy-from": "32_acp", + "type": "AMMO", + "name": { "str": ".32 ACP (enchanted, light)", "str_pl": ".32 ACPs (enchanted, light)" }, + "description": "The .32 ACP was a popular handgun cartridge in the 20th century. This bullet has been imbued by an animist to burst in a flash of light.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.2} , "recoil": 1.2 }, + "effects": [ "COOKOFF", "SHOT", "FLASHBANG" ] +},{ + "id": "32_acp_magic_leech", + "copy-from": "32_acp", + "type": "AMMO", + "name": { "str": ".32 ACP (enchanted, leech)", "str_pl": ".32 ACPs (enchanted, leech)" }, + "description": "The .32 ACP was a popular handgun cartridge in the 20th century. This bullet has been imbued by an animist to leech mana from its targets.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.9} , "recoil": 1.2 }, + "drop": "mana_leech_active" +},{ + "id": "32_acp_magic_acid", + "copy-from": "32_acp", + "type": "AMMO", + "name": { "str": ".32 ACP (enchanted, acid)", "str_pl": ".32 ACPs (enchanted, acid)" }, + "description": "The .32 ACP was a popular handgun cartridge in the 20th century. This bullet has been coated by a biomancer's own acid.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.3} , "recoil": 1.2 }, + "effects": [ "COOKOFF", "SHOT", "ACIDBOMB", "NO_EMBED" ] +},{ "id": "32_acp_magic_nature", "copy-from": "32_acp", "type": "AMMO", @@ -21,7 +45,7 @@ "name": { "str": ".32 ACP (enchanted, fire)", "str_pl": ".32 ACPs (enchanted, fire)" }, "description": "The .32 ACP was a popular handgun cartridge in the 20th century. This bullet has been imbued with fire from a Kelvinist.", "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.3}, "recoil": 1.2 }, - "effects": [ "COOKOFF", "IGNITE", "SHOT" ] + "effects": [ "COOKOFF", "IGNITE", "SHOT", "FLAME" ] },{ "id": "32_acp_magic_ice", "copy-from": "32_acp", @@ -30,6 +54,24 @@ "description": "The .32 ACP was a popular handgun cartridge in the 20th century. This bullet has been imbued with ice from a Kelvinist and will try to freeze enemies in place.", "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.5}, "recoil": 0.9 }, "effects": [ "COOKOFF", "LARGE_BEANBAG", "SHOT" ] +},{ + "id": "32_acp_magic_blackhole", + "copy-from": "32_acp", + "type": "AMMO", + "name": { "str": ".32 ACP (enchanted, black hole)", "str_pl": ".32 ACPs (enchanted, black hole)" }, + "description": "The .32 ACP was a popular handgun cartridge in the 20th century. This bullet has been imbued has had a black hole woven into it by a Magus and will unleash it on hit. It is unstable, and the black hole will randomly appear next to an enemy, not always the one it hits.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.1}, "recoil": 3.0 }, + "effects": [ "COOKOFF", "SHOT", "NO_EMBED" ], + "drop": "blackhole_bomb" +},{ + "id": "32_acp_magic_laser", + "copy-from": "32_acp", + "type": "AMMO", + "name": { "str": ".32 ACP (enchanted, piercing)", "str_pl": ".32 ACPs (enchanted, piercing)" }, + "description": "The .32 ACP was a popular handgun cartridge in the 20th century. This bullet has been imbued with raw magic from a Magus to pierce armor.", + "proportional": { "range": 1.1, "recoil": 3.0 }, + "relative": { "damage": {"damage_type": "bullet", "amount": -10, "armor_penetration": 20} }, + "effects": [ "COOKOFF", "LASER", "SHOT" ] },{ "id": "32_acp_magic_lightning", "copy-from": "32_acp", diff --git a/Magiclysm-MagicBulletsMod/items/ammo/357mag.json b/Magiclysm-MagicBulletsMod/items/ammo/357mag.json index 6acc6a7..96ada34 100644 --- a/Magiclysm-MagicBulletsMod/items/ammo/357mag.json +++ b/Magiclysm-MagicBulletsMod/items/ammo/357mag.json @@ -1,4 +1,28 @@ [{ + "id": "357mag_fmj_magic_flare", + "copy-from": "357mag_fmj", + "type": "AMMO", + "name": { "str": ".357 magnum FMJ (enchanted, light)", "str_pl": ".357 magnum FMJs (enchanted, light)" }, + "description": "Jacketed .357 magnum ammunition. This bullet has been imbued by an animist to burst in a flash of light.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.2} , "recoil": 1.2 }, + "effects": [ "COOKOFF", "SHOT", "FLASHBANG" ] +},{ + "id": "357mag_fmj_magic_leech", + "copy-from": "357mag_fmj", + "type": "AMMO", + "name": { "str": ".357 magnum FMJ (enchanted, leech)", "str_pl": ".357 magnum FMJs (enchanted, leech)" }, + "description": "Jacketed .357 magnum ammunition. This bullet has been imbued by an animist to leech mana from its targets.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.9} , "recoil": 1.2 }, + "drop": "mana_leech_active" +},{ + "id": "357mag_fmj_magic_acid", + "copy-from": "357mag_fmj", + "type": "AMMO", + "name": { "str": ".357 magnum FMJ (enchanted, acid)", "str_pl": ".357 magnum FMJs (enchanted, acid)" }, + "description": "Jacketed .357 magnum ammunition. This bullet has been coated by a biomancer's own acid.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.3} , "recoil": 1.2 }, + "effects": [ "COOKOFF", "SHOT", "ACIDBOMB", "NO_EMBED" ] +},{ "id": "357mag_fmj_magic_nature", "copy-from": "357mag_fmj", "type": "AMMO", @@ -21,7 +45,7 @@ "name": { "str": ".357 magnum FMJ (enchanted, fire)", "str_pl": ".357 magnum FMJs (enchanted, fire)" }, "description": "Jacketed .357 magnum ammunition. This bullet has been imbued with fire from a Kelvinist.", "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.3}, "recoil": 1.2 }, - "effects": [ "COOKOFF", "IGNITE", "SHOT" ] + "effects": [ "COOKOFF", "IGNITE", "SHOT", "FLAME" ] },{ "id": "357mag_fmj_magic_ice", "copy-from": "357mag_fmj", @@ -30,6 +54,24 @@ "description": "Jacketed .357 magnum ammunition. This bullet has been imbued with ice from a Kelvinist and will try to freeze enemies in place.", "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.5}, "recoil": 0.9 }, "effects": [ "COOKOFF", "LARGE_BEANBAG", "SHOT" ] +},{ + "id": "357mag_fmj_magic_blackhole", + "copy-from": "357mag_fmj", + "type": "AMMO", + "name": { "str": ".357 magnum FMJ (enchanted, black hole)", "str_pl": ".357 magnum FMJs (enchanted, black hole)" }, + "description": "Jacketed .357 magnum ammunition. This bullet has been imbued has had a black hole woven into it by a Magus and will unleash it on hit. It is unstable, and the black hole will randomly appear next to an enemy, not always the one it hits.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.1}, "recoil": 3.0 }, + "effects": [ "COOKOFF", "SHOT", "NO_EMBED" ], + "drop": "blackhole_bomb" +},{ + "id": "357mag_fmj_magic_laser", + "copy-from": "357mag_fmj", + "type": "AMMO", + "name": { "str": ".357 magnum FMJ (enchanted, piercing)", "str_pl": ".357 magnum FMJs (enchanted, piercing)" }, + "description": "Jacketed .357 magnum ammunition. This bullet has been imbued with raw magic from a Magus to pierce armor.", + "proportional": { "range": 1.1, "recoil": 3.0 }, + "relative": { "damage": {"damage_type": "bullet", "amount": -10, "armor_penetration": 20} }, + "effects": [ "COOKOFF", "LASER", "SHOT" ] },{ "id": "357mag_fmj_magic_lightning", "copy-from": "357mag_fmj", diff --git a/Magiclysm-MagicBulletsMod/items/ammo/357sig.json b/Magiclysm-MagicBulletsMod/items/ammo/357sig.json index 56106e4..996a03b 100644 --- a/Magiclysm-MagicBulletsMod/items/ammo/357sig.json +++ b/Magiclysm-MagicBulletsMod/items/ammo/357sig.json @@ -1,4 +1,28 @@ [{ + "id": "357sig_fmj_magic_flare", + "copy-from": "357sig_fmj", + "type": "AMMO", + "name": { "str": ".357 SIG FMJ (enchanted, light)", "str_pl": ".357 SIG FMJs (enchanted, light)" }, + "description": "Jacketed .357 SIG ammunition. This bullet has been imbued by an animist to burst in a flash of light.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.2} , "recoil": 1.2 }, + "effects": [ "COOKOFF", "SHOT", "FLASHBANG" ] +},{ + "id": "357sig_fmj_magic_leech", + "copy-from": "357sig_fmj", + "type": "AMMO", + "name": { "str": ".357 SIG FMJ (enchanted, leech)", "str_pl": ".357 SIG FMJs (enchanted, leech)" }, + "description": "Jacketed .357 SIG ammunition. This bullet has been imbued by an animist to leech mana from its targets.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.9} , "recoil": 1.2 }, + "drop": "mana_leech_active" +},{ + "id": "357sig_fmj_magic_acid", + "copy-from": "357sig_fmj", + "type": "AMMO", + "name": { "str": ".357 SIG FMJ (enchanted, acid)", "str_pl": ".357 SIG FMJs (enchanted, acid)" }, + "description": "Jacketed .357 SIG ammunition. This bullet has been coated by a biomancer's own acid.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.3} , "recoil": 1.2 }, + "effects": [ "COOKOFF", "SHOT", "ACIDBOMB", "NO_EMBED" ] +},{ "id": "357sig_fmj_magic_nature", "copy-from": "357sig_fmj", "type": "AMMO", @@ -21,7 +45,7 @@ "name": { "str": ".357 SIG FMJ (enchanted, fire)", "str_pl": ".357 SIG FMJs (enchanted, fire)" }, "description": "Jacketed .357 SIG ammunition. This bullet has been imbued with fire from a Kelvinist.", "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.3}, "recoil": 1.2 }, - "effects": [ "COOKOFF", "IGNITE", "SHOT" ] + "effects": [ "COOKOFF", "IGNITE", "SHOT", "FLAME" ] },{ "id": "357sig_fmj_magic_ice", "copy-from": "357sig_fmj", @@ -30,6 +54,24 @@ "description": "Jacketed .357 SIG ammunition. This bullet has been imbued with ice from a Kelvinist and will try to freeze enemies in place.", "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.5}, "recoil": 0.9 }, "effects": [ "COOKOFF", "LARGE_BEANBAG", "SHOT" ] +},{ + "id": "357sig_fmj_magic_blackhole", + "copy-from": "357sig_fmj", + "type": "AMMO", + "name": { "str": ".357 SIG FMJ (enchanted, black hole)", "str_pl": ".357 SIG FMJs (enchanted, black hole)" }, + "description": "Jacketed .357 SIG ammunition. This bullet has been imbued has had a black hole woven into it by a Magus and will unleash it on hit. It is unstable, and the black hole will randomly appear next to an enemy, not always the one it hits.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.1}, "recoil": 3.0 }, + "effects": [ "COOKOFF", "SHOT", "NO_EMBED" ], + "drop": "blackhole_bomb" +},{ + "id": "357sig_fmj_magic_laser", + "copy-from": "357sig_fmj", + "type": "AMMO", + "name": { "str": ".357 SIG FMJ (enchanted, piercing)", "str_pl": ".357 SIG FMJs (enchanted, piercing)" }, + "description": "Jacketed .357 SIG ammunition. This bullet has been imbued with raw magic from a Magus to pierce armor.", + "proportional": { "range": 1.1, "recoil": 3.0 }, + "relative": { "damage": {"damage_type": "bullet", "amount": -10, "armor_penetration": 20} }, + "effects": [ "COOKOFF", "LASER", "SHOT" ] },{ "id": "357sig_fmj_magic_lightning", "copy-from": "357sig_fmj", diff --git a/Magiclysm-MagicBulletsMod/items/ammo/38.json b/Magiclysm-MagicBulletsMod/items/ammo/38.json index 74ace3f..2e0578a 100644 --- a/Magiclysm-MagicBulletsMod/items/ammo/38.json +++ b/Magiclysm-MagicBulletsMod/items/ammo/38.json @@ -1,4 +1,28 @@ [{ + "id": "38_special_magic_flare", + "copy-from": "38_special", + "type": "AMMO", + "name": { "str": ".38 Special (enchanted, light)", "str_pl": ".38 Specials (enchanted, light)" }, + "description": ".38 Special ammunition with 130gr FMJ bullets. This bullet has been imbued by an animist to burst in a flash of light.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.2} , "recoil": 1.2 }, + "effects": [ "COOKOFF", "SHOT", "FLASHBANG" ] +},{ + "id": "38_special_magic_leech", + "copy-from": "38_special", + "type": "AMMO", + "name": { "str": ".38 Special (enchanted, leech)", "str_pl": ".38 Specials (enchanted, leech)" }, + "description": ".38 Special ammunition with 130gr FMJ bullets. This bullet has been imbued by an animist to leech mana from its targets.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.9} , "recoil": 1.2 }, + "drop": "mana_leech_active" +},{ + "id": "38_special_magic_acid", + "copy-from": "38_special", + "type": "AMMO", + "name": { "str": ".38 Special (enchanted, acid)", "str_pl": ".38 Specials (enchanted, acid)" }, + "description": ".38 Special ammunition with 130gr FMJ bullets. This bullet has been coated by a biomancer's own acid.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.3} , "recoil": 1.2 }, + "effects": [ "COOKOFF", "SHOT", "ACIDBOMB", "NO_EMBED" ] +},{ "id": "38_special_magic_nature", "copy-from": "38_special", "type": "AMMO", @@ -21,7 +45,7 @@ "name": { "str": ".38 Special (enchanted, fire)", "str_pl": ".38 Specials (enchanted, fire)" }, "description": ".38 Special ammunition with 130gr FMJ bullets. This bullet has been imbued with fire from a Kelvinist.", "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.3}, "recoil": 1.2 }, - "effects": [ "COOKOFF", "IGNITE", "SHOT" ] + "effects": [ "COOKOFF", "IGNITE", "SHOT", "FLAME" ] },{ "id": "38_special_magic_ice", "copy-from": "38_special", @@ -30,6 +54,24 @@ "description": ".38 Special ammunition with 130gr FMJ bullets. This bullet has been imbued with ice from a Kelvinist and will try to freeze enemies in place.", "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.5}, "recoil": 0.9 }, "effects": [ "COOKOFF", "LARGE_BEANBAG", "SHOT" ] +},{ + "id": "38_special_magic_blackhole", + "copy-from": "38_special", + "type": "AMMO", + "name": { "str": ".38 Special (enchanted, black hole)", "str_pl": ".38 Specials (enchanted, black hole)" }, + "description": ".38 Special ammunition with 130gr FMJ bullets. This bullet has been imbued has had a black hole woven into it by a Magus and will unleash it on hit. It is unstable, and the black hole will randomly appear next to an enemy, not always the one it hits.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.1}, "recoil": 3.0 }, + "effects": [ "COOKOFF", "SHOT", "NO_EMBED" ], + "drop": "blackhole_bomb" +},{ + "id": "38_special_magic_laser", + "copy-from": "38_special", + "type": "AMMO", + "name": { "str": ".38 Special (enchanted, piercing)", "str_pl": ".38 Specials (enchanted, piercing)" }, + "description": ".38 Special ammunition with 130gr FMJ bullets. This bullet has been imbued with raw magic from a Magus to pierce armor.", + "proportional": { "range": 1.1, "recoil": 3.0 }, + "relative": { "damage": {"damage_type": "bullet", "amount": -10, "armor_penetration": 20} }, + "effects": [ "COOKOFF", "LASER", "SHOT" ] },{ "id": "38_special_magic_lightning", "copy-from": "38_special", diff --git a/Magiclysm-MagicBulletsMod/items/ammo/380.json b/Magiclysm-MagicBulletsMod/items/ammo/380.json index 94c2fcc..281cee1 100644 --- a/Magiclysm-MagicBulletsMod/items/ammo/380.json +++ b/Magiclysm-MagicBulletsMod/items/ammo/380.json @@ -1,4 +1,28 @@ [{ + "id": "380_FMJ_magic_flare", + "copy-from": "380_FMJ", + "type": "AMMO", + "name": { "str": ".380 ACP FMJ (enchanted, light)", "str_pl": ".380 ACP FMJs (enchanted, light)" }, + "description": ".380 ACP ammunition with a brass jacketed 95gr bullet. This bullet has been imbued by an animist to burst in a flash of light.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.2} , "recoil": 1.2 }, + "effects": [ "COOKOFF", "SHOT", "FLASHBANG" ] +},{ + "id": "380_FMJ_magic_leech", + "copy-from": "380_FMJ", + "type": "AMMO", + "name": { "str": ".380 ACP FMJ (enchanted, leech)", "str_pl": ".380 ACP FMJs (enchanted, leech)" }, + "description": ".380 ACP ammunition with a brass jacketed 95gr bullet. This bullet has been imbued by an animist to leech mana from its targets.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.9} , "recoil": 1.2 }, + "drop": "mana_leech_active" +},{ + "id": "380_FMJ_magic_acid", + "copy-from": "380_FMJ", + "type": "AMMO", + "name": { "str": ".380 ACP FMJ (enchanted, acid)", "str_pl": ".380 ACP FMJs (enchanted, acid)" }, + "description": ".380 ACP ammunition with a brass jacketed 95gr bullet. This bullet has been coated by a biomancer's own acid.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.3} , "recoil": 1.2 }, + "effects": [ "COOKOFF", "SHOT", "ACIDBOMB", "NO_EMBED" ] +},{ "id": "380_FMJ_magic_nature", "copy-from": "380_FMJ", "type": "AMMO", @@ -21,7 +45,7 @@ "name": { "str": ".380 ACP FMJ (enchanted, fire)", "str_pl": ".380 ACP FMJs (enchanted, fire)" }, "description": ".380 ACP ammunition with a brass jacketed 95gr bullet. This bullet has been imbued with fire from a Kelvinist.", "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.3}, "recoil": 1.2 }, - "effects": [ "COOKOFF", "IGNITE", "SHOT" ] + "effects": [ "COOKOFF", "IGNITE", "SHOT", "FLAME" ] },{ "id": "380_FMJ_magic_ice", "copy-from": "380_FMJ", @@ -30,6 +54,24 @@ "description": ".380 ACP ammunition with a brass jacketed 95gr bullet. This bullet has been imbued with ice from a Kelvinist and will try to freeze enemies in place.", "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.5}, "recoil": 0.9 }, "effects": [ "COOKOFF", "LARGE_BEANBAG", "SHOT" ] +},{ + "id": "380_FMJ_magic_blackhole", + "copy-from": "380_FMJ", + "type": "AMMO", + "name": { "str": ".380 ACP FMJ (enchanted, black hole)", "str_pl": ".380 ACP FMJs (enchanted, black hole)" }, + "description": ".380 ACP ammunition with a brass jacketed 95gr bullet. This bullet has been imbued has had a black hole woven into it by a Magus and will unleash it on hit. It is unstable, and the black hole will randomly appear next to an enemy, not always the one it hits.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.1}, "recoil": 3.0 }, + "effects": [ "COOKOFF", "SHOT", "NO_EMBED" ], + "drop": "blackhole_bomb" +},{ + "id": "380_FMJ_magic_laser", + "copy-from": "380_FMJ", + "type": "AMMO", + "name": { "str": ".380 ACP FMJ (enchanted, piercing)", "str_pl": ".380 ACP FMJs (enchanted, piercing)" }, + "description": ".380 ACP ammunition with a brass jacketed 95gr bullet. This bullet has been imbued with raw magic from a Magus to pierce armor.", + "proportional": { "range": 1.1, "recoil": 3.0 }, + "relative": { "damage": {"damage_type": "bullet", "amount": -10, "armor_penetration": 20} }, + "effects": [ "COOKOFF", "LASER", "SHOT" ] },{ "id": "380_FMJ_magic_lightning", "copy-from": "380_FMJ", diff --git a/Magiclysm-MagicBulletsMod/items/ammo/38super.json b/Magiclysm-MagicBulletsMod/items/ammo/38super.json index 728d7ad..9a4c1ea 100644 --- a/Magiclysm-MagicBulletsMod/items/ammo/38super.json +++ b/Magiclysm-MagicBulletsMod/items/ammo/38super.json @@ -1,4 +1,28 @@ [{ + "id": "38super_fmj_magic_flare", + "copy-from": "38super_fmj", + "type": "AMMO", + "name": { "str": ".38 Super FMJ (enchanted, light)", "str_pl": ".38 Super FMJs (enchanted, light)" }, + "description": ".38 Super ammunition with 147gr FMJ bullets. This bullet has been imbued by an animist to burst in a flash of light.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.2} , "recoil": 1.2 }, + "effects": [ "COOKOFF", "SHOT", "FLASHBANG" ] +},{ + "id": "38super_fmj_magic_leech", + "copy-from": "38super_fmj", + "type": "AMMO", + "name": { "str": ".38 Super FMJ (enchanted, leech)", "str_pl": ".38 Super FMJs (enchanted, leech)" }, + "description": ".38 Super ammunition with 147gr FMJ bullets. This bullet has been imbued by an animist to leech mana from its targets.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.9} , "recoil": 1.2 }, + "drop": "mana_leech_active" +},{ + "id": "38super_fmj_magic_acid", + "copy-from": "38super_fmj", + "type": "AMMO", + "name": { "str": ".38 Super FMJ (enchanted, acid)", "str_pl": ".38 Super FMJs (enchanted, acid)" }, + "description": ".38 Super ammunition with 147gr FMJ bullets. This bullet has been coated by a biomancer's own acid.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.3} , "recoil": 1.2 }, + "effects": [ "COOKOFF", "SHOT", "ACIDBOMB", "NO_EMBED" ] +},{ "id": "38super_fmj_magic_nature", "copy-from": "38super_fmj", "type": "AMMO", @@ -21,7 +45,7 @@ "name": { "str": ".38 Super FMJ (enchanted, fire)", "str_pl": ".38 Super FMJs (enchanted, fire)" }, "description": ".38 Super ammunition with 147gr FMJ bullets. This bullet has been imbued with fire from a Kelvinist.", "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.3}, "recoil": 1.2 }, - "effects": [ "COOKOFF", "IGNITE", "SHOT" ] + "effects": [ "COOKOFF", "IGNITE", "SHOT", "FLAME" ] },{ "id": "38super_fmj_magic_ice", "copy-from": "38super_fmj", @@ -30,6 +54,24 @@ "description": ".38 Super ammunition with 147gr FMJ bullets. This bullet has been imbued with ice from a Kelvinist and will try to freeze enemies in place.", "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.5}, "recoil": 0.9 }, "effects": [ "COOKOFF", "LARGE_BEANBAG", "SHOT" ] +},{ + "id": "38super_fmj_magic_blackhole", + "copy-from": "38super_fmj", + "type": "AMMO", + "name": { "str": ".38 Super FMJ (enchanted, black hole)", "str_pl": ".38 Super FMJs (enchanted, black hole)" }, + "description": ".38 Super ammunition with 147gr FMJ bullets. This bullet has been imbued has had a black hole woven into it by a Magus and will unleash it on hit. It is unstable, and the black hole will randomly appear next to an enemy, not always the one it hits.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.1}, "recoil": 3.0 }, + "effects": [ "COOKOFF", "SHOT", "NO_EMBED" ], + "drop": "blackhole_bomb" +},{ + "id": "38super_fmj_magic_laser", + "copy-from": "38super_fmj", + "type": "AMMO", + "name": { "str": ".38 Super FMJ (enchanted, piercing)", "str_pl": ".38 Super FMJs (enchanted, piercing)" }, + "description": ".38 Super ammunition with 147gr FMJ bullets. This bullet has been imbued with raw magic from a Magus to pierce armor.", + "proportional": { "range": 1.1, "recoil": 3.0 }, + "relative": { "damage": {"damage_type": "bullet", "amount": -10, "armor_penetration": 20} }, + "effects": [ "COOKOFF", "LASER", "SHOT" ] },{ "id": "38super_fmj_magic_lightning", "copy-from": "38super_fmj", diff --git a/Magiclysm-MagicBulletsMod/items/ammo/40.json b/Magiclysm-MagicBulletsMod/items/ammo/40.json index 184987b..c5e044d 100644 --- a/Magiclysm-MagicBulletsMod/items/ammo/40.json +++ b/Magiclysm-MagicBulletsMod/items/ammo/40.json @@ -1,4 +1,28 @@ [{ + "id": "40sw_magic_flare", + "copy-from": "40sw", + "type": "AMMO", + "name": { "str": ".40 S&W JHP (enchanted, light)", "str_pl": ".40 S&W JHPs (enchanted, light)" }, + "description": ".40 S&W ammunition with 135gr JHP bullets. This bullet has been imbued by an animist to burst in a flash of light.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.2} , "recoil": 1.2 }, + "effects": [ "COOKOFF", "SHOT", "FLASHBANG" ] +},{ + "id": "40sw_magic_leech", + "copy-from": "40sw", + "type": "AMMO", + "name": { "str": ".40 S&W JHP (enchanted, leech)", "str_pl": ".40 S&W JHPs (enchanted, leech)" }, + "description": ".40 S&W ammunition with 135gr JHP bullets. This bullet has been imbued by an animist to leech mana from its targets.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.9} , "recoil": 1.2 }, + "drop": "mana_leech_active" +},{ + "id": "40sw_magic_acid", + "copy-from": "40sw", + "type": "AMMO", + "name": { "str": ".40 S&W JHP (enchanted, acid)", "str_pl": ".40 S&W JHPs (enchanted, acid)" }, + "description": ".40 S&W ammunition with 135gr JHP bullets. This bullet has been coated by a biomancer's own acid.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.3} , "recoil": 1.2 }, + "effects": [ "COOKOFF", "SHOT", "ACIDBOMB", "NO_EMBED" ] +},{ "id": "40sw_magic_nature", "copy-from": "40sw", "type": "AMMO", @@ -21,7 +45,7 @@ "name": { "str": ".40 S&W JHP (enchanted, fire)", "str_pl": ".40 S&W JHPs (enchanted, fire)" }, "description": ".40 S&W ammunition with 135gr JHP bullets. This bullet has been imbued with fire from a Kelvinist.", "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.3}, "recoil": 1.2 }, - "effects": [ "COOKOFF", "IGNITE", "SHOT" ] + "effects": [ "COOKOFF", "IGNITE", "SHOT", "FLAME" ] },{ "id": "40sw_magic_ice", "copy-from": "40sw", @@ -30,6 +54,24 @@ "description": ".40 S&W ammunition with 135gr JHP bullets. This bullet has been imbued with ice from a Kelvinist and will try to freeze enemies in place.", "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.5}, "recoil": 0.9 }, "effects": [ "COOKOFF", "LARGE_BEANBAG", "SHOT" ] +},{ + "id": "40sw_magic_blackhole", + "copy-from": "40sw", + "type": "AMMO", + "name": { "str": ".40 S&W JHP (enchanted, black hole)", "str_pl": ".40 S&W JHPs (enchanted, black hole)" }, + "description": ".40 S&W ammunition with 135gr JHP bullets. This bullet has been imbued has had a black hole woven into it by a Magus and will unleash it on hit. It is unstable, and the black hole will randomly appear next to an enemy, not always the one it hits.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.1}, "recoil": 3.0 }, + "effects": [ "COOKOFF", "SHOT", "NO_EMBED" ], + "drop": "blackhole_bomb" +},{ + "id": "40sw_magic_laser", + "copy-from": "40sw", + "type": "AMMO", + "name": { "str": ".40 S&W JHP (enchanted, piercing)", "str_pl": ".40 S&W JHPs (enchanted, piercing)" }, + "description": ".40 S&W ammunition with 135gr JHP bullets. This bullet has been imbued with raw magic from a Magus to pierce armor.", + "proportional": { "range": 1.1, "recoil": 3.0 }, + "relative": { "damage": {"damage_type": "bullet", "amount": -10, "armor_penetration": 20} }, + "effects": [ "COOKOFF", "LASER", "SHOT" ] },{ "id": "40sw_magic_lightning", "copy-from": "40sw", diff --git a/Magiclysm-MagicBulletsMod/items/ammo/410shot.json b/Magiclysm-MagicBulletsMod/items/ammo/410shot.json index 46c941c..d2e3aa2 100644 --- a/Magiclysm-MagicBulletsMod/items/ammo/410shot.json +++ b/Magiclysm-MagicBulletsMod/items/ammo/410shot.json @@ -1,4 +1,28 @@ [{ + "id": "410shot_000_magic_flare", + "copy-from": "410shot_000", + "type": "AMMO", + "name": { "str": ".410 000 shot (enchanted, light)", "str_pl": ".410 000 shots (enchanted, light)" }, + "description": "A .410 shell with 5 000 pellets. This bullet has been imbued by an animist to burst in a flash of light.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.2} , "recoil": 1.2 }, + "effects": [ "COOKOFF", "SHOT", "FLASHBANG" ] +},{ + "id": "410shot_000_magic_leech", + "copy-from": "410shot_000", + "type": "AMMO", + "name": { "str": ".410 000 shot (enchanted, leech)", "str_pl": ".410 000 shots (enchanted, leech)" }, + "description": "A .410 shell with 5 000 pellets. This bullet has been imbued by an animist to leech mana from its targets.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.9} , "recoil": 1.2 }, + "drop": "mana_leech_active" +},{ + "id": "410shot_000_magic_acid", + "copy-from": "410shot_000", + "type": "AMMO", + "name": { "str": ".410 000 shot (enchanted, acid)", "str_pl": ".410 000 shots (enchanted, acid)" }, + "description": "A .410 shell with 5 000 pellets. This bullet has been coated by a biomancer's own acid.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.3} , "recoil": 1.2 }, + "effects": [ "COOKOFF", "SHOT", "ACIDBOMB", "NO_EMBED" ] +},{ "id": "410shot_000_magic_nature", "copy-from": "410shot_000", "type": "AMMO", @@ -21,7 +45,7 @@ "name": { "str": ".410 000 shot (enchanted, fire)", "str_pl": ".410 000 shots (enchanted, fire)" }, "description": "A .410 shell with 5 000 pellets. This bullet has been imbued with fire from a Kelvinist.", "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.3}, "recoil": 1.2 }, - "effects": [ "COOKOFF", "IGNITE", "SHOT" ] + "effects": [ "COOKOFF", "IGNITE", "SHOT", "FLAME" ] },{ "id": "410shot_000_magic_ice", "copy-from": "410shot_000", @@ -30,6 +54,24 @@ "description": "A .410 shell with 5 000 pellets. This bullet has been imbued with ice from a Kelvinist and will try to freeze enemies in place.", "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.5}, "recoil": 0.9 }, "effects": [ "COOKOFF", "LARGE_BEANBAG", "SHOT" ] +},{ + "id": "410shot_000_magic_blackhole", + "copy-from": "410shot_000", + "type": "AMMO", + "name": { "str": ".410 000 shot (enchanted, black hole)", "str_pl": ".410 000 shots (enchanted, black hole)" }, + "description": "A .410 shell with 5 000 pellets. This bullet has been imbued has had a black hole woven into it by a Magus and will unleash it on hit. It is unstable, and the black hole will randomly appear next to an enemy, not always the one it hits.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.1}, "recoil": 3.0 }, + "effects": [ "COOKOFF", "SHOT", "NO_EMBED" ], + "drop": "blackhole_bomb" +},{ + "id": "410shot_000_magic_laser", + "copy-from": "410shot_000", + "type": "AMMO", + "name": { "str": ".410 000 shot (enchanted, piercing)", "str_pl": ".410 000 shots (enchanted, piercing)" }, + "description": "A .410 shell with 5 000 pellets. This bullet has been imbued with raw magic from a Magus to pierce armor.", + "proportional": { "range": 1.1, "recoil": 3.0 }, + "relative": { "damage": {"damage_type": "bullet", "amount": -10, "armor_penetration": 20} }, + "effects": [ "COOKOFF", "LASER", "SHOT" ] },{ "id": "410shot_000_magic_lightning", "copy-from": "410shot_000", diff --git a/Magiclysm-MagicBulletsMod/items/ammo/44.json b/Magiclysm-MagicBulletsMod/items/ammo/44.json index e61b3f7..cdafef6 100644 --- a/Magiclysm-MagicBulletsMod/items/ammo/44.json +++ b/Magiclysm-MagicBulletsMod/items/ammo/44.json @@ -1,4 +1,28 @@ [{ + "id": "44magnum_magic_flare", + "copy-from": "44magnum", + "type": "AMMO", + "name": { "str": ".44 Magnum (enchanted, light)", "str_pl": ".44 Magnums (enchanted, light)" }, + "description": ".44 magnum ammunition with 240gr JHP bullets. This bullet has been imbued by an animist to burst in a flash of light.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.2} , "recoil": 1.2 }, + "effects": [ "COOKOFF", "SHOT", "FLASHBANG" ] +},{ + "id": "44magnum_magic_leech", + "copy-from": "44magnum", + "type": "AMMO", + "name": { "str": ".44 Magnum (enchanted, leech)", "str_pl": ".44 Magnums (enchanted, leech)" }, + "description": ".44 magnum ammunition with 240gr JHP bullets. This bullet has been imbued by an animist to leech mana from its targets.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.9} , "recoil": 1.2 }, + "drop": "mana_leech_active" +},{ + "id": "44magnum_magic_acid", + "copy-from": "44magnum", + "type": "AMMO", + "name": { "str": ".44 Magnum (enchanted, acid)", "str_pl": ".44 Magnums (enchanted, acid)" }, + "description": ".44 magnum ammunition with 240gr JHP bullets. This bullet has been coated by a biomancer's own acid.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.3} , "recoil": 1.2 }, + "effects": [ "COOKOFF", "SHOT", "ACIDBOMB", "NO_EMBED" ] +},{ "id": "44magnum_magic_nature", "copy-from": "44magnum", "type": "AMMO", @@ -21,7 +45,7 @@ "name": { "str": ".44 Magnum (enchanted, fire)", "str_pl": ".44 Magnums (enchanted, fire)" }, "description": ".44 magnum ammunition with 240gr JHP bullets. This bullet has been imbued with fire from a Kelvinist.", "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.3}, "recoil": 1.2 }, - "effects": [ "COOKOFF", "IGNITE", "SHOT" ] + "effects": [ "COOKOFF", "IGNITE", "SHOT", "FLAME" ] },{ "id": "44magnum_magic_ice", "copy-from": "44magnum", @@ -30,6 +54,24 @@ "description": ".44 magnum ammunition with 240gr JHP bullets. This bullet has been imbued with ice from a Kelvinist and will try to freeze enemies in place.", "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.5}, "recoil": 0.9 }, "effects": [ "COOKOFF", "LARGE_BEANBAG", "SHOT" ] +},{ + "id": "44magnum_magic_blackhole", + "copy-from": "44magnum", + "type": "AMMO", + "name": { "str": ".44 Magnum (enchanted, black hole)", "str_pl": ".44 Magnums (enchanted, black hole)" }, + "description": ".44 magnum ammunition with 240gr JHP bullets. This bullet has been imbued has had a black hole woven into it by a Magus and will unleash it on hit. It is unstable, and the black hole will randomly appear next to an enemy, not always the one it hits.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.1}, "recoil": 3.0 }, + "effects": [ "COOKOFF", "SHOT", "NO_EMBED" ], + "drop": "blackhole_bomb" +},{ + "id": "44magnum_magic_laser", + "copy-from": "44magnum", + "type": "AMMO", + "name": { "str": ".44 Magnum (enchanted, piercing)", "str_pl": ".44 Magnums (enchanted, piercing)" }, + "description": ".44 magnum ammunition with 240gr JHP bullets. This bullet has been imbued with raw magic from a Magus to pierce armor.", + "proportional": { "range": 1.1, "recoil": 3.0 }, + "relative": { "damage": {"damage_type": "bullet", "amount": -10, "armor_penetration": 20} }, + "effects": [ "COOKOFF", "LASER", "SHOT" ] },{ "id": "44magnum_magic_lightning", "copy-from": "44magnum", diff --git a/Magiclysm-MagicBulletsMod/items/ammo/45.json b/Magiclysm-MagicBulletsMod/items/ammo/45.json index f8d6de4..15f2d1c 100644 --- a/Magiclysm-MagicBulletsMod/items/ammo/45.json +++ b/Magiclysm-MagicBulletsMod/items/ammo/45.json @@ -1,4 +1,28 @@ [{ + "id": "45_jhp_magic_flare", + "copy-from": "45_jhp", + "type": "AMMO", + "name": { "str": ".45 ACP JHP (enchanted, light)", "str_pl": ".45 ACP JHPs (enchanted, light)" }, + "description": ".45 ACP ammunition with 185gr JHP bullets. This bullet has been imbued by an animist to burst in a flash of light.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.2} , "recoil": 1.2 }, + "effects": [ "COOKOFF", "SHOT", "FLASHBANG" ] +},{ + "id": "45_jhp_magic_leech", + "copy-from": "45_jhp", + "type": "AMMO", + "name": { "str": ".45 ACP JHP (enchanted, leech)", "str_pl": ".45 ACP JHPs (enchanted, leech)" }, + "description": ".45 ACP ammunition with 185gr JHP bullets. This bullet has been imbued by an animist to leech mana from its targets.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.9} , "recoil": 1.2 }, + "drop": "mana_leech_active" +},{ + "id": "45_jhp_magic_acid", + "copy-from": "45_jhp", + "type": "AMMO", + "name": { "str": ".45 ACP JHP (enchanted, acid)", "str_pl": ".45 ACP JHPs (enchanted, acid)" }, + "description": ".45 ACP ammunition with 185gr JHP bullets. This bullet has been coated by a biomancer's own acid.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.3} , "recoil": 1.2 }, + "effects": [ "COOKOFF", "SHOT", "ACIDBOMB", "NO_EMBED" ] +},{ "id": "45_jhp_magic_nature", "copy-from": "45_jhp", "type": "AMMO", @@ -21,7 +45,7 @@ "name": { "str": ".45 ACP JHP (enchanted, fire)", "str_pl": ".45 ACP JHPs (enchanted, fire)" }, "description": ".45 ACP ammunition with 185gr JHP bullets. This bullet has been imbued with fire from a Kelvinist.", "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.3}, "recoil": 1.2 }, - "effects": [ "COOKOFF", "IGNITE", "SHOT" ] + "effects": [ "COOKOFF", "IGNITE", "SHOT", "FLAME" ] },{ "id": "45_jhp_magic_ice", "copy-from": "45_jhp", @@ -30,6 +54,24 @@ "description": ".45 ACP ammunition with 185gr JHP bullets. This bullet has been imbued with ice from a Kelvinist and will try to freeze enemies in place.", "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.5}, "recoil": 0.9 }, "effects": [ "COOKOFF", "LARGE_BEANBAG", "SHOT" ] +},{ + "id": "45_jhp_magic_blackhole", + "copy-from": "45_jhp", + "type": "AMMO", + "name": { "str": ".45 ACP JHP (enchanted, black hole)", "str_pl": ".45 ACP JHPs (enchanted, black hole)" }, + "description": ".45 ACP ammunition with 185gr JHP bullets. This bullet has been imbued has had a black hole woven into it by a Magus and will unleash it on hit. It is unstable, and the black hole will randomly appear next to an enemy, not always the one it hits.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.1}, "recoil": 3.0 }, + "effects": [ "COOKOFF", "SHOT", "NO_EMBED" ], + "drop": "blackhole_bomb" +},{ + "id": "45_jhp_magic_laser", + "copy-from": "45_jhp", + "type": "AMMO", + "name": { "str": ".45 ACP JHP (enchanted, piercing)", "str_pl": ".45 ACP JHPs (enchanted, piercing)" }, + "description": ".45 ACP ammunition with 185gr JHP bullets. This bullet has been imbued with raw magic from a Magus to pierce armor.", + "proportional": { "range": 1.1, "recoil": 3.0 }, + "relative": { "damage": {"damage_type": "bullet", "amount": -10, "armor_penetration": 20} }, + "effects": [ "COOKOFF", "LASER", "SHOT" ] },{ "id": "45_jhp_magic_lightning", "copy-from": "45_jhp", diff --git a/Magiclysm-MagicBulletsMod/items/ammo/454.json b/Magiclysm-MagicBulletsMod/items/ammo/454.json index d0818c3..7350c74 100644 --- a/Magiclysm-MagicBulletsMod/items/ammo/454.json +++ b/Magiclysm-MagicBulletsMod/items/ammo/454.json @@ -1,4 +1,28 @@ [{ + "id": "454_Casull_magic_flare", + "copy-from": "454_Casull", + "type": "AMMO", + "name": { "str": ".454 Casull (enchanted, light)", "str_pl": ".454 Casulls (enchanted, light)" }, + "description": ".454 Casull ammunition with 300gr jacketed soft point bullets. This bullet has been imbued by an animist to burst in a flash of light.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.2} , "recoil": 1.2 }, + "effects": [ "COOKOFF", "SHOT", "FLASHBANG" ] +},{ + "id": "454_Casull_magic_leech", + "copy-from": "454_Casull", + "type": "AMMO", + "name": { "str": ".454 Casull (enchanted, leech)", "str_pl": ".454 Casulls (enchanted, leech)" }, + "description": ".454 Casull ammunition with 300gr jacketed soft point bullets. This bullet has been imbued by an animist to leech mana from its targets.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.9} , "recoil": 1.2 }, + "drop": "mana_leech_active" +},{ + "id": "454_Casull_magic_acid", + "copy-from": "454_Casull", + "type": "AMMO", + "name": { "str": ".454 Casull (enchanted, acid)", "str_pl": ".454 Casulls (enchanted, acid)" }, + "description": ".454 Casull ammunition with 300gr jacketed soft point bullets. This bullet has been coated by a biomancer's own acid.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.3} , "recoil": 1.2 }, + "effects": [ "COOKOFF", "SHOT", "ACIDBOMB", "NO_EMBED" ] +},{ "id": "454_Casull_magic_nature", "copy-from": "454_Casull", "type": "AMMO", @@ -21,7 +45,7 @@ "name": { "str": ".454 Casull (enchanted, fire)", "str_pl": ".454 Casulls (enchanted, fire)" }, "description": ".454 Casull ammunition with 300gr jacketed soft point bullets. This bullet has been imbued with fire from a Kelvinist.", "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.3}, "recoil": 1.2 }, - "effects": [ "COOKOFF", "IGNITE", "SHOT" ] + "effects": [ "COOKOFF", "IGNITE", "SHOT", "FLAME" ] },{ "id": "454_Casull_magic_ice", "copy-from": "454_Casull", @@ -30,6 +54,24 @@ "description": ".454 Casull ammunition with 300gr jacketed soft point bullets. This bullet has been imbued with ice from a Kelvinist and will try to freeze enemies in place.", "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.5}, "recoil": 0.9 }, "effects": [ "COOKOFF", "LARGE_BEANBAG", "SHOT" ] +},{ + "id": "454_Casull_magic_blackhole", + "copy-from": "454_Casull", + "type": "AMMO", + "name": { "str": ".454 Casull (enchanted, black hole)", "str_pl": ".454 Casulls (enchanted, black hole)" }, + "description": ".454 Casull ammunition with 300gr jacketed soft point bullets. This bullet has been imbued has had a black hole woven into it by a Magus and will unleash it on hit. It is unstable, and the black hole will randomly appear next to an enemy, not always the one it hits.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.1}, "recoil": 3.0 }, + "effects": [ "COOKOFF", "SHOT", "NO_EMBED" ], + "drop": "blackhole_bomb" +},{ + "id": "454_Casull_magic_laser", + "copy-from": "454_Casull", + "type": "AMMO", + "name": { "str": ".454 Casull (enchanted, piercing)", "str_pl": ".454 Casulls (enchanted, piercing)" }, + "description": ".454 Casull ammunition with 300gr jacketed soft point bullets. This bullet has been imbued with raw magic from a Magus to pierce armor.", + "proportional": { "range": 1.1, "recoil": 3.0 }, + "relative": { "damage": {"damage_type": "bullet", "amount": -10, "armor_penetration": 20} }, + "effects": [ "COOKOFF", "LASER", "SHOT" ] },{ "id": "454_Casull_magic_lightning", "copy-from": "454_Casull", diff --git a/Magiclysm-MagicBulletsMod/items/ammo/4570.json b/Magiclysm-MagicBulletsMod/items/ammo/4570.json index 06a08b2..54e7c13 100644 --- a/Magiclysm-MagicBulletsMod/items/ammo/4570.json +++ b/Magiclysm-MagicBulletsMod/items/ammo/4570.json @@ -1,4 +1,28 @@ [{ + "id": "4570_sp_magic_flare", + "copy-from": "4570_sp", + "type": "AMMO", + "name": { "str": ".45-70 SP (enchanted, light)", "str_pl": ".45-70 SPs (enchanted, light)" }, + "description": ".45-70 Government ammunition loaded with a 305 grain soft point round. This bullet has been imbued by an animist to burst in a flash of light.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.2} , "recoil": 1.2 }, + "effects": [ "COOKOFF", "SHOT", "FLASHBANG" ] +},{ + "id": "4570_sp_magic_leech", + "copy-from": "4570_sp", + "type": "AMMO", + "name": { "str": ".45-70 SP (enchanted, leech)", "str_pl": ".45-70 SPs (enchanted, leech)" }, + "description": ".45-70 Government ammunition loaded with a 305 grain soft point round. This bullet has been imbued by an animist to leech mana from its targets.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.9} , "recoil": 1.2 }, + "drop": "mana_leech_active" +},{ + "id": "4570_sp_magic_acid", + "copy-from": "4570_sp", + "type": "AMMO", + "name": { "str": ".45-70 SP (enchanted, acid)", "str_pl": ".45-70 SPs (enchanted, acid)" }, + "description": ".45-70 Government ammunition loaded with a 305 grain soft point round. This bullet has been coated by a biomancer's own acid.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.3} , "recoil": 1.2 }, + "effects": [ "COOKOFF", "SHOT", "ACIDBOMB", "NO_EMBED" ] +},{ "id": "4570_sp_magic_nature", "copy-from": "4570_sp", "type": "AMMO", @@ -21,7 +45,7 @@ "name": { "str": ".45-70 SP (enchanted, fire)", "str_pl": ".45-70 SPs (enchanted, fire)" }, "description": ".45-70 Government ammunition loaded with a 305 grain soft point round. This bullet has been imbued with fire from a Kelvinist.", "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.3}, "recoil": 1.2 }, - "effects": [ "COOKOFF", "IGNITE", "SHOT" ] + "effects": [ "COOKOFF", "IGNITE", "SHOT", "FLAME" ] },{ "id": "4570_sp_magic_ice", "copy-from": "4570_sp", @@ -30,6 +54,24 @@ "description": ".45-70 Government ammunition loaded with a 305 grain soft point round. This bullet has been imbued with ice from a Kelvinist and will try to freeze enemies in place.", "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.5}, "recoil": 0.9 }, "effects": [ "COOKOFF", "LARGE_BEANBAG", "SHOT" ] +},{ + "id": "4570_sp_magic_blackhole", + "copy-from": "4570_sp", + "type": "AMMO", + "name": { "str": ".45-70 SP (enchanted, black hole)", "str_pl": ".45-70 SPs (enchanted, black hole)" }, + "description": ".45-70 Government ammunition loaded with a 305 grain soft point round. This bullet has been imbued has had a black hole woven into it by a Magus and will unleash it on hit. It is unstable, and the black hole will randomly appear next to an enemy, not always the one it hits.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.1}, "recoil": 3.0 }, + "effects": [ "COOKOFF", "SHOT", "NO_EMBED" ], + "drop": "blackhole_bomb" +},{ + "id": "4570_sp_magic_laser", + "copy-from": "4570_sp", + "type": "AMMO", + "name": { "str": ".45-70 SP (enchanted, piercing)", "str_pl": ".45-70 SPs (enchanted, piercing)" }, + "description": ".45-70 Government ammunition loaded with a 305 grain soft point round. This bullet has been imbued with raw magic from a Magus to pierce armor.", + "proportional": { "range": 1.1, "recoil": 3.0 }, + "relative": { "damage": {"damage_type": "bullet", "amount": -10, "armor_penetration": 20} }, + "effects": [ "COOKOFF", "LASER", "SHOT" ] },{ "id": "4570_sp_magic_lightning", "copy-from": "4570_sp", diff --git a/Magiclysm-MagicBulletsMod/items/ammo/45colt.json b/Magiclysm-MagicBulletsMod/items/ammo/45colt.json index 24eb7fb..bcc78e2 100644 --- a/Magiclysm-MagicBulletsMod/items/ammo/45colt.json +++ b/Magiclysm-MagicBulletsMod/items/ammo/45colt.json @@ -1,4 +1,28 @@ [{ + "id": "45colt_jhp_magic_flare", + "copy-from": "45colt_jhp", + "type": "AMMO", + "name": { "str": ".45 Colt JHP (enchanted, light)", "str_pl": ".45 Colt JHPs (enchanted, light)" }, + "description": ".45 Colt ammunition with 250gr jacketed hollow point bullets. This bullet has been imbued by an animist to burst in a flash of light.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.2} , "recoil": 1.2 }, + "effects": [ "COOKOFF", "SHOT", "FLASHBANG" ] +},{ + "id": "45colt_jhp_magic_leech", + "copy-from": "45colt_jhp", + "type": "AMMO", + "name": { "str": ".45 Colt JHP (enchanted, leech)", "str_pl": ".45 Colt JHPs (enchanted, leech)" }, + "description": ".45 Colt ammunition with 250gr jacketed hollow point bullets. This bullet has been imbued by an animist to leech mana from its targets.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.9} , "recoil": 1.2 }, + "drop": "mana_leech_active" +},{ + "id": "45colt_jhp_magic_acid", + "copy-from": "45colt_jhp", + "type": "AMMO", + "name": { "str": ".45 Colt JHP (enchanted, acid)", "str_pl": ".45 Colt JHPs (enchanted, acid)" }, + "description": ".45 Colt ammunition with 250gr jacketed hollow point bullets. This bullet has been coated by a biomancer's own acid.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.3} , "recoil": 1.2 }, + "effects": [ "COOKOFF", "SHOT", "ACIDBOMB", "NO_EMBED" ] +},{ "id": "45colt_jhp_magic_nature", "copy-from": "45colt_jhp", "type": "AMMO", @@ -21,7 +45,7 @@ "name": { "str": ".45 Colt JHP (enchanted, fire)", "str_pl": ".45 Colt JHPs (enchanted, fire)" }, "description": ".45 Colt ammunition with 250gr jacketed hollow point bullets. This bullet has been imbued with fire from a Kelvinist.", "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.3}, "recoil": 1.2 }, - "effects": [ "COOKOFF", "IGNITE", "SHOT" ] + "effects": [ "COOKOFF", "IGNITE", "SHOT", "FLAME" ] },{ "id": "45colt_jhp_magic_ice", "copy-from": "45colt_jhp", @@ -30,6 +54,24 @@ "description": ".45 Colt ammunition with 250gr jacketed hollow point bullets. This bullet has been imbued with ice from a Kelvinist and will try to freeze enemies in place.", "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.5}, "recoil": 0.9 }, "effects": [ "COOKOFF", "LARGE_BEANBAG", "SHOT" ] +},{ + "id": "45colt_jhp_magic_blackhole", + "copy-from": "45colt_jhp", + "type": "AMMO", + "name": { "str": ".45 Colt JHP (enchanted, black hole)", "str_pl": ".45 Colt JHPs (enchanted, black hole)" }, + "description": ".45 Colt ammunition with 250gr jacketed hollow point bullets. This bullet has been imbued has had a black hole woven into it by a Magus and will unleash it on hit. It is unstable, and the black hole will randomly appear next to an enemy, not always the one it hits.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.1}, "recoil": 3.0 }, + "effects": [ "COOKOFF", "SHOT", "NO_EMBED" ], + "drop": "blackhole_bomb" +},{ + "id": "45colt_jhp_magic_laser", + "copy-from": "45colt_jhp", + "type": "AMMO", + "name": { "str": ".45 Colt JHP (enchanted, piercing)", "str_pl": ".45 Colt JHPs (enchanted, piercing)" }, + "description": ".45 Colt ammunition with 250gr jacketed hollow point bullets. This bullet has been imbued with raw magic from a Magus to pierce armor.", + "proportional": { "range": 1.1, "recoil": 3.0 }, + "relative": { "damage": {"damage_type": "bullet", "amount": -10, "armor_penetration": 20} }, + "effects": [ "COOKOFF", "LASER", "SHOT" ] },{ "id": "45colt_jhp_magic_lightning", "copy-from": "45colt_jhp", diff --git a/Magiclysm-MagicBulletsMod/items/ammo/46.json b/Magiclysm-MagicBulletsMod/items/ammo/46.json index 58988f3..5ea7820 100644 --- a/Magiclysm-MagicBulletsMod/items/ammo/46.json +++ b/Magiclysm-MagicBulletsMod/items/ammo/46.json @@ -1,4 +1,28 @@ [{ + "id": "46mm_magic_flare", + "copy-from": "46mm", + "type": "AMMO", + "name": { "str": "4.6x30mm (enchanted, light)", "str_pl": "4.6x30mms (enchanted, light)" }, + "description": "4.6x30mm ammunition with 31gr copper plated steel bullets. This bullet has been imbued by an animist to burst in a flash of light.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.2} , "recoil": 1.2 }, + "effects": [ "COOKOFF", "SHOT", "FLASHBANG" ] +},{ + "id": "46mm_magic_leech", + "copy-from": "46mm", + "type": "AMMO", + "name": { "str": "4.6x30mm (enchanted, leech)", "str_pl": "4.6x30mms (enchanted, leech)" }, + "description": "4.6x30mm ammunition with 31gr copper plated steel bullets. This bullet has been imbued by an animist to leech mana from its targets.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.9} , "recoil": 1.2 }, + "drop": "mana_leech_active" +},{ + "id": "46mm_magic_acid", + "copy-from": "46mm", + "type": "AMMO", + "name": { "str": "4.6x30mm (enchanted, acid)", "str_pl": "4.6x30mms (enchanted, acid)" }, + "description": "4.6x30mm ammunition with 31gr copper plated steel bullets. This bullet has been coated by a biomancer's own acid.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.3} , "recoil": 1.2 }, + "effects": [ "COOKOFF", "SHOT", "ACIDBOMB", "NO_EMBED" ] +},{ "id": "46mm_magic_nature", "copy-from": "46mm", "type": "AMMO", @@ -21,7 +45,7 @@ "name": { "str": "4.6x30mm (enchanted, fire)", "str_pl": "4.6x30mms (enchanted, fire)" }, "description": "4.6x30mm ammunition with 31gr copper plated steel bullets. This bullet has been imbued with fire from a Kelvinist.", "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.3}, "recoil": 1.2 }, - "effects": [ "COOKOFF", "IGNITE", "SHOT" ] + "effects": [ "COOKOFF", "IGNITE", "SHOT", "FLAME" ] },{ "id": "46mm_magic_ice", "copy-from": "46mm", @@ -30,6 +54,24 @@ "description": "4.6x30mm ammunition with 31gr copper plated steel bullets. This bullet has been imbued with ice from a Kelvinist and will try to freeze enemies in place.", "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.5}, "recoil": 0.9 }, "effects": [ "COOKOFF", "LARGE_BEANBAG", "SHOT" ] +},{ + "id": "46mm_magic_blackhole", + "copy-from": "46mm", + "type": "AMMO", + "name": { "str": "4.6x30mm (enchanted, black hole)", "str_pl": "4.6x30mms (enchanted, black hole)" }, + "description": "4.6x30mm ammunition with 31gr copper plated steel bullets. This bullet has been imbued has had a black hole woven into it by a Magus and will unleash it on hit. It is unstable, and the black hole will randomly appear next to an enemy, not always the one it hits.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.1}, "recoil": 3.0 }, + "effects": [ "COOKOFF", "SHOT", "NO_EMBED" ], + "drop": "blackhole_bomb" +},{ + "id": "46mm_magic_laser", + "copy-from": "46mm", + "type": "AMMO", + "name": { "str": "4.6x30mm (enchanted, piercing)", "str_pl": "4.6x30mms (enchanted, piercing)" }, + "description": "4.6x30mm ammunition with 31gr copper plated steel bullets. This bullet has been imbued with raw magic from a Magus to pierce armor.", + "proportional": { "range": 1.1, "recoil": 3.0 }, + "relative": { "damage": {"damage_type": "bullet", "amount": -10, "armor_penetration": 20} }, + "effects": [ "COOKOFF", "LASER", "SHOT" ] },{ "id": "46mm_magic_lightning", "copy-from": "46mm", diff --git a/Magiclysm-MagicBulletsMod/items/ammo/50.json b/Magiclysm-MagicBulletsMod/items/ammo/50.json index d6aa913..5ea9dec 100644 --- a/Magiclysm-MagicBulletsMod/items/ammo/50.json +++ b/Magiclysm-MagicBulletsMod/items/ammo/50.json @@ -1,4 +1,28 @@ [{ + "id": "50bmg_magic_flare", + "copy-from": "50bmg", + "type": "AMMO", + "name": { "str": ".50 BMG M33 Ball (enchanted, light)", "str_pl": ".50 BMG M33 Balls (enchanted, light)" }, + "description": ".50 BMG ammunition with mild steel cored 661gr FMJ bullets. This bullet has been imbued by an animist to burst in a flash of light.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.2} , "recoil": 1.2 }, + "effects": [ "COOKOFF", "SHOT", "FLASHBANG" ] +},{ + "id": "50bmg_magic_leech", + "copy-from": "50bmg", + "type": "AMMO", + "name": { "str": ".50 BMG M33 Ball (enchanted, leech)", "str_pl": ".50 BMG M33 Balls (enchanted, leech)" }, + "description": ".50 BMG ammunition with mild steel cored 661gr FMJ bullets. This bullet has been imbued by an animist to leech mana from its targets.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.9} , "recoil": 1.2 }, + "drop": "mana_leech_active" +},{ + "id": "50bmg_magic_acid", + "copy-from": "50bmg", + "type": "AMMO", + "name": { "str": ".50 BMG M33 Ball (enchanted, acid)", "str_pl": ".50 BMG M33 Balls (enchanted, acid)" }, + "description": ".50 BMG ammunition with mild steel cored 661gr FMJ bullets. This bullet has been coated by a biomancer's own acid.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.3} , "recoil": 1.2 }, + "effects": [ "COOKOFF", "SHOT", "ACIDBOMB", "NO_EMBED" ] +},{ "id": "50bmg_magic_nature", "copy-from": "50bmg", "type": "AMMO", @@ -21,7 +45,7 @@ "name": { "str": ".50 BMG M33 Ball (enchanted, fire)", "str_pl": ".50 BMG M33 Balls (enchanted, fire)" }, "description": ".50 BMG ammunition with mild steel cored 661gr FMJ bullets. This bullet has been imbued with fire from a Kelvinist.", "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.3}, "recoil": 1.2 }, - "effects": [ "COOKOFF", "IGNITE", "SHOT" ] + "effects": [ "COOKOFF", "IGNITE", "SHOT", "FLAME" ] },{ "id": "50bmg_magic_ice", "copy-from": "50bmg", @@ -30,6 +54,24 @@ "description": ".50 BMG ammunition with mild steel cored 661gr FMJ bullets. This bullet has been imbued with ice from a Kelvinist and will try to freeze enemies in place.", "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.5}, "recoil": 0.9 }, "effects": [ "COOKOFF", "LARGE_BEANBAG", "SHOT" ] +},{ + "id": "50bmg_magic_blackhole", + "copy-from": "50bmg", + "type": "AMMO", + "name": { "str": ".50 BMG M33 Ball (enchanted, black hole)", "str_pl": ".50 BMG M33 Balls (enchanted, black hole)" }, + "description": ".50 BMG ammunition with mild steel cored 661gr FMJ bullets. This bullet has been imbued has had a black hole woven into it by a Magus and will unleash it on hit. It is unstable, and the black hole will randomly appear next to an enemy, not always the one it hits.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.1}, "recoil": 3.0 }, + "effects": [ "COOKOFF", "SHOT", "NO_EMBED" ], + "drop": "blackhole_bomb" +},{ + "id": "50bmg_magic_laser", + "copy-from": "50bmg", + "type": "AMMO", + "name": { "str": ".50 BMG M33 Ball (enchanted, piercing)", "str_pl": ".50 BMG M33 Balls (enchanted, piercing)" }, + "description": ".50 BMG ammunition with mild steel cored 661gr FMJ bullets. This bullet has been imbued with raw magic from a Magus to pierce armor.", + "proportional": { "range": 1.1, "recoil": 3.0 }, + "relative": { "damage": {"damage_type": "bullet", "amount": -10, "armor_penetration": 20} }, + "effects": [ "COOKOFF", "LASER", "SHOT" ] },{ "id": "50bmg_magic_lightning", "copy-from": "50bmg", diff --git a/Magiclysm-MagicBulletsMod/items/ammo/500.json b/Magiclysm-MagicBulletsMod/items/ammo/500.json index 1d0c6a4..d3490fc 100644 --- a/Magiclysm-MagicBulletsMod/items/ammo/500.json +++ b/Magiclysm-MagicBulletsMod/items/ammo/500.json @@ -1,4 +1,28 @@ [{ + "id": "500_Magnum_magic_flare", + "copy-from": "500_Magnum", + "type": "AMMO", + "name": { "str": ".500 S&W Magnum (enchanted, light)", "str_pl": ".500 S&W Magnums (enchanted, light)" }, + "description": ".500 S&W Magnum ammunition with 500gr bullets. This bullet has been imbued by an animist to burst in a flash of light.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.2} , "recoil": 1.2 }, + "effects": [ "COOKOFF", "SHOT", "FLASHBANG" ] +},{ + "id": "500_Magnum_magic_leech", + "copy-from": "500_Magnum", + "type": "AMMO", + "name": { "str": ".500 S&W Magnum (enchanted, leech)", "str_pl": ".500 S&W Magnums (enchanted, leech)" }, + "description": ".500 S&W Magnum ammunition with 500gr bullets. This bullet has been imbued by an animist to leech mana from its targets.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.9} , "recoil": 1.2 }, + "drop": "mana_leech_active" +},{ + "id": "500_Magnum_magic_acid", + "copy-from": "500_Magnum", + "type": "AMMO", + "name": { "str": ".500 S&W Magnum (enchanted, acid)", "str_pl": ".500 S&W Magnums (enchanted, acid)" }, + "description": ".500 S&W Magnum ammunition with 500gr bullets. This bullet has been coated by a biomancer's own acid.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.3} , "recoil": 1.2 }, + "effects": [ "COOKOFF", "SHOT", "ACIDBOMB", "NO_EMBED" ] +},{ "id": "500_Magnum_magic_nature", "copy-from": "500_Magnum", "type": "AMMO", @@ -21,7 +45,7 @@ "name": { "str": ".500 S&W Magnum (enchanted, fire)", "str_pl": ".500 S&W Magnums (enchanted, fire)" }, "description": ".500 S&W Magnum ammunition with 500gr bullets. This bullet has been imbued with fire from a Kelvinist.", "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.3}, "recoil": 1.2 }, - "effects": [ "COOKOFF", "IGNITE", "SHOT" ] + "effects": [ "COOKOFF", "IGNITE", "SHOT", "FLAME" ] },{ "id": "500_Magnum_magic_ice", "copy-from": "500_Magnum", @@ -30,6 +54,24 @@ "description": ".500 S&W Magnum ammunition with 500gr bullets. This bullet has been imbued with ice from a Kelvinist and will try to freeze enemies in place.", "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.5}, "recoil": 0.9 }, "effects": [ "COOKOFF", "LARGE_BEANBAG", "SHOT" ] +},{ + "id": "500_Magnum_magic_blackhole", + "copy-from": "500_Magnum", + "type": "AMMO", + "name": { "str": ".500 S&W Magnum (enchanted, black hole)", "str_pl": ".500 S&W Magnums (enchanted, black hole)" }, + "description": ".500 S&W Magnum ammunition with 500gr bullets. This bullet has been imbued has had a black hole woven into it by a Magus and will unleash it on hit. It is unstable, and the black hole will randomly appear next to an enemy, not always the one it hits.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.1}, "recoil": 3.0 }, + "effects": [ "COOKOFF", "SHOT", "NO_EMBED" ], + "drop": "blackhole_bomb" +},{ + "id": "500_Magnum_magic_laser", + "copy-from": "500_Magnum", + "type": "AMMO", + "name": { "str": ".500 S&W Magnum (enchanted, piercing)", "str_pl": ".500 S&W Magnums (enchanted, piercing)" }, + "description": ".500 S&W Magnum ammunition with 500gr bullets. This bullet has been imbued with raw magic from a Magus to pierce armor.", + "proportional": { "range": 1.1, "recoil": 3.0 }, + "relative": { "damage": {"damage_type": "bullet", "amount": -10, "armor_penetration": 20} }, + "effects": [ "COOKOFF", "LASER", "SHOT" ] },{ "id": "500_Magnum_magic_lightning", "copy-from": "500_Magnum", diff --git a/Magiclysm-MagicBulletsMod/items/ammo/545x39.json b/Magiclysm-MagicBulletsMod/items/ammo/545x39.json index 86734d3..2348d18 100644 --- a/Magiclysm-MagicBulletsMod/items/ammo/545x39.json +++ b/Magiclysm-MagicBulletsMod/items/ammo/545x39.json @@ -1,4 +1,28 @@ [{ + "id": "545_magic_flare", + "copy-from": "545", + "type": "AMMO", + "name": { "str": "5.45x39mm 7N10 (enchanted, light)", "str_pl": "5.45x39mm 7N10s (enchanted, light)" }, + "description": "5.45x39mm 7N10 ammunition with 56gr FMJ bullets. This bullet has been imbued by an animist to burst in a flash of light.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.2} , "recoil": 1.2 }, + "effects": [ "COOKOFF", "SHOT", "FLASHBANG" ] +},{ + "id": "545_magic_leech", + "copy-from": "545", + "type": "AMMO", + "name": { "str": "5.45x39mm 7N10 (enchanted, leech)", "str_pl": "5.45x39mm 7N10s (enchanted, leech)" }, + "description": "5.45x39mm 7N10 ammunition with 56gr FMJ bullets. This bullet has been imbued by an animist to leech mana from its targets.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.9} , "recoil": 1.2 }, + "drop": "mana_leech_active" +},{ + "id": "545_magic_acid", + "copy-from": "545", + "type": "AMMO", + "name": { "str": "5.45x39mm 7N10 (enchanted, acid)", "str_pl": "5.45x39mm 7N10s (enchanted, acid)" }, + "description": "5.45x39mm 7N10 ammunition with 56gr FMJ bullets. This bullet has been coated by a biomancer's own acid.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.3} , "recoil": 1.2 }, + "effects": [ "COOKOFF", "SHOT", "ACIDBOMB", "NO_EMBED" ] +},{ "id": "545_magic_nature", "copy-from": "545", "type": "AMMO", @@ -21,7 +45,7 @@ "name": { "str": "5.45x39mm 7N10 (enchanted, fire)", "str_pl": "5.45x39mm 7N10s (enchanted, fire)" }, "description": "5.45x39mm 7N10 ammunition with 56gr FMJ bullets. This bullet has been imbued with fire from a Kelvinist.", "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.3}, "recoil": 1.2 }, - "effects": [ "COOKOFF", "IGNITE", "SHOT" ] + "effects": [ "COOKOFF", "IGNITE", "SHOT", "FLAME" ] },{ "id": "545_magic_ice", "copy-from": "545", @@ -30,6 +54,24 @@ "description": "5.45x39mm 7N10 ammunition with 56gr FMJ bullets. This bullet has been imbued with ice from a Kelvinist and will try to freeze enemies in place.", "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.5}, "recoil": 0.9 }, "effects": [ "COOKOFF", "LARGE_BEANBAG", "SHOT" ] +},{ + "id": "545_magic_blackhole", + "copy-from": "545", + "type": "AMMO", + "name": { "str": "5.45x39mm 7N10 (enchanted, black hole)", "str_pl": "5.45x39mm 7N10s (enchanted, black hole)" }, + "description": "5.45x39mm 7N10 ammunition with 56gr FMJ bullets. This bullet has been imbued has had a black hole woven into it by a Magus and will unleash it on hit. It is unstable, and the black hole will randomly appear next to an enemy, not always the one it hits.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.1}, "recoil": 3.0 }, + "effects": [ "COOKOFF", "SHOT", "NO_EMBED" ], + "drop": "blackhole_bomb" +},{ + "id": "545_magic_laser", + "copy-from": "545", + "type": "AMMO", + "name": { "str": "5.45x39mm 7N10 (enchanted, piercing)", "str_pl": "5.45x39mm 7N10s (enchanted, piercing)" }, + "description": "5.45x39mm 7N10 ammunition with 56gr FMJ bullets. This bullet has been imbued with raw magic from a Magus to pierce armor.", + "proportional": { "range": 1.1, "recoil": 3.0 }, + "relative": { "damage": {"damage_type": "bullet", "amount": -10, "armor_penetration": 20} }, + "effects": [ "COOKOFF", "LASER", "SHOT" ] },{ "id": "545_magic_lightning", "copy-from": "545", diff --git a/Magiclysm-MagicBulletsMod/items/ammo/57.json b/Magiclysm-MagicBulletsMod/items/ammo/57.json index 28388a8..4409e89 100644 --- a/Magiclysm-MagicBulletsMod/items/ammo/57.json +++ b/Magiclysm-MagicBulletsMod/items/ammo/57.json @@ -1,4 +1,28 @@ [{ + "id": "57mm_magic_flare", + "copy-from": "57mm", + "type": "AMMO", + "name": { "str": "5.7x28mm SS190 (enchanted, light)", "str_pl": "5.7x28mm SS190s (enchanted, light)" }, + "description": "5.7x28mm ammunition with 31gr AP FMJ bullets. This bullet has been imbued by an animist to burst in a flash of light.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.2} , "recoil": 1.2 }, + "effects": [ "COOKOFF", "SHOT", "FLASHBANG" ] +},{ + "id": "57mm_magic_leech", + "copy-from": "57mm", + "type": "AMMO", + "name": { "str": "5.7x28mm SS190 (enchanted, leech)", "str_pl": "5.7x28mm SS190s (enchanted, leech)" }, + "description": "5.7x28mm ammunition with 31gr AP FMJ bullets. This bullet has been imbued by an animist to leech mana from its targets.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.9} , "recoil": 1.2 }, + "drop": "mana_leech_active" +},{ + "id": "57mm_magic_acid", + "copy-from": "57mm", + "type": "AMMO", + "name": { "str": "5.7x28mm SS190 (enchanted, acid)", "str_pl": "5.7x28mm SS190s (enchanted, acid)" }, + "description": "5.7x28mm ammunition with 31gr AP FMJ bullets. This bullet has been coated by a biomancer's own acid.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.3} , "recoil": 1.2 }, + "effects": [ "COOKOFF", "SHOT", "ACIDBOMB", "NO_EMBED" ] +},{ "id": "57mm_magic_nature", "copy-from": "57mm", "type": "AMMO", @@ -21,7 +45,7 @@ "name": { "str": "5.7x28mm SS190 (enchanted, fire)", "str_pl": "5.7x28mm SS190s (enchanted, fire)" }, "description": "5.7x28mm ammunition with 31gr AP FMJ bullets. This bullet has been imbued with fire from a Kelvinist.", "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.3}, "recoil": 1.2 }, - "effects": [ "COOKOFF", "IGNITE", "SHOT" ] + "effects": [ "COOKOFF", "IGNITE", "SHOT", "FLAME" ] },{ "id": "57mm_magic_ice", "copy-from": "57mm", @@ -30,6 +54,24 @@ "description": "5.7x28mm ammunition with 31gr AP FMJ bullets. This bullet has been imbued with ice from a Kelvinist and will try to freeze enemies in place.", "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.5}, "recoil": 0.9 }, "effects": [ "COOKOFF", "LARGE_BEANBAG", "SHOT" ] +},{ + "id": "57mm_magic_blackhole", + "copy-from": "57mm", + "type": "AMMO", + "name": { "str": "5.7x28mm SS190 (enchanted, black hole)", "str_pl": "5.7x28mm SS190s (enchanted, black hole)" }, + "description": "5.7x28mm ammunition with 31gr AP FMJ bullets. This bullet has been imbued has had a black hole woven into it by a Magus and will unleash it on hit. It is unstable, and the black hole will randomly appear next to an enemy, not always the one it hits.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.1}, "recoil": 3.0 }, + "effects": [ "COOKOFF", "SHOT", "NO_EMBED" ], + "drop": "blackhole_bomb" +},{ + "id": "57mm_magic_laser", + "copy-from": "57mm", + "type": "AMMO", + "name": { "str": "5.7x28mm SS190 (enchanted, piercing)", "str_pl": "5.7x28mm SS190s (enchanted, piercing)" }, + "description": "5.7x28mm ammunition with 31gr AP FMJ bullets. This bullet has been imbued with raw magic from a Magus to pierce armor.", + "proportional": { "range": 1.1, "recoil": 3.0 }, + "relative": { "damage": {"damage_type": "bullet", "amount": -10, "armor_penetration": 20} }, + "effects": [ "COOKOFF", "LASER", "SHOT" ] },{ "id": "57mm_magic_lightning", "copy-from": "57mm", diff --git a/Magiclysm-MagicBulletsMod/items/ammo/700nx.json b/Magiclysm-MagicBulletsMod/items/ammo/700nx.json index 0631681..dbd9b47 100644 --- a/Magiclysm-MagicBulletsMod/items/ammo/700nx.json +++ b/Magiclysm-MagicBulletsMod/items/ammo/700nx.json @@ -1,4 +1,28 @@ [{ + "id": "700nx_magic_flare", + "copy-from": "700nx", + "type": "AMMO", + "name": { "str": ".700 NX (enchanted, light)", "str_pl": ".700 NXs (enchanted, light)" }, + "description": "The .700 Nitro Express is a very powerful rifle round designed for long-range use. This bullet has been imbued by an animist to burst in a flash of light.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.2} , "recoil": 1.2 }, + "effects": [ "COOKOFF", "SHOT", "FLASHBANG" ] +},{ + "id": "700nx_magic_leech", + "copy-from": "700nx", + "type": "AMMO", + "name": { "str": ".700 NX (enchanted, leech)", "str_pl": ".700 NXs (enchanted, leech)" }, + "description": "The .700 Nitro Express is a very powerful rifle round designed for long-range use. This bullet has been imbued by an animist to leech mana from its targets.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.9} , "recoil": 1.2 }, + "drop": "mana_leech_active" +},{ + "id": "700nx_magic_acid", + "copy-from": "700nx", + "type": "AMMO", + "name": { "str": ".700 NX (enchanted, acid)", "str_pl": ".700 NXs (enchanted, acid)" }, + "description": "The .700 Nitro Express is a very powerful rifle round designed for long-range use. This bullet has been coated by a biomancer's own acid.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.3} , "recoil": 1.2 }, + "effects": [ "COOKOFF", "SHOT", "ACIDBOMB", "NO_EMBED" ] +},{ "id": "700nx_magic_nature", "copy-from": "700nx", "type": "AMMO", @@ -21,7 +45,7 @@ "name": { "str": ".700 NX (enchanted, fire)", "str_pl": ".700 NXs (enchanted, fire)" }, "description": "The .700 Nitro Express is a very powerful rifle round designed for long-range use. This bullet has been imbued with fire from a Kelvinist.", "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.3}, "recoil": 1.2 }, - "effects": [ "COOKOFF", "IGNITE", "SHOT" ] + "effects": [ "COOKOFF", "IGNITE", "SHOT", "FLAME" ] },{ "id": "700nx_magic_ice", "copy-from": "700nx", @@ -30,6 +54,24 @@ "description": "The .700 Nitro Express is a very powerful rifle round designed for long-range use. This bullet has been imbued with ice from a Kelvinist and will try to freeze enemies in place.", "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.5}, "recoil": 0.9 }, "effects": [ "COOKOFF", "LARGE_BEANBAG", "SHOT" ] +},{ + "id": "700nx_magic_blackhole", + "copy-from": "700nx", + "type": "AMMO", + "name": { "str": ".700 NX (enchanted, black hole)", "str_pl": ".700 NXs (enchanted, black hole)" }, + "description": "The .700 Nitro Express is a very powerful rifle round designed for long-range use. This bullet has been imbued has had a black hole woven into it by a Magus and will unleash it on hit. It is unstable, and the black hole will randomly appear next to an enemy, not always the one it hits.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.1}, "recoil": 3.0 }, + "effects": [ "COOKOFF", "SHOT", "NO_EMBED" ], + "drop": "blackhole_bomb" +},{ + "id": "700nx_magic_laser", + "copy-from": "700nx", + "type": "AMMO", + "name": { "str": ".700 NX (enchanted, piercing)", "str_pl": ".700 NXs (enchanted, piercing)" }, + "description": "The .700 Nitro Express is a very powerful rifle round designed for long-range use. This bullet has been imbued with raw magic from a Magus to pierce armor.", + "proportional": { "range": 1.1, "recoil": 3.0 }, + "relative": { "damage": {"damage_type": "bullet", "amount": -10, "armor_penetration": 20} }, + "effects": [ "COOKOFF", "LASER", "SHOT" ] },{ "id": "700nx_magic_lightning", "copy-from": "700nx", diff --git a/Magiclysm-MagicBulletsMod/items/ammo/762.json b/Magiclysm-MagicBulletsMod/items/ammo/762.json index 1ec0241..eb0310e 100644 --- a/Magiclysm-MagicBulletsMod/items/ammo/762.json +++ b/Magiclysm-MagicBulletsMod/items/ammo/762.json @@ -1,4 +1,28 @@ [{ + "id": "762_m43_magic_flare", + "copy-from": "762_m43", + "type": "AMMO", + "name": { "str": "7.62x39mm 57-N-231 (enchanted, light)", "str_pl": "7.62x39mm 57-N-231s (enchanted, light)" }, + "description": "7.62x39mm 57-N-231 ammunition with 121.9gr steel core FMJ bullets. This bullet has been imbued by an animist to burst in a flash of light.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.2} , "recoil": 1.2 }, + "effects": [ "COOKOFF", "SHOT", "FLASHBANG" ] +},{ + "id": "762_m43_magic_leech", + "copy-from": "762_m43", + "type": "AMMO", + "name": { "str": "7.62x39mm 57-N-231 (enchanted, leech)", "str_pl": "7.62x39mm 57-N-231s (enchanted, leech)" }, + "description": "7.62x39mm 57-N-231 ammunition with 121.9gr steel core FMJ bullets. This bullet has been imbued by an animist to leech mana from its targets.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.9} , "recoil": 1.2 }, + "drop": "mana_leech_active" +},{ + "id": "762_m43_magic_acid", + "copy-from": "762_m43", + "type": "AMMO", + "name": { "str": "7.62x39mm 57-N-231 (enchanted, acid)", "str_pl": "7.62x39mm 57-N-231s (enchanted, acid)" }, + "description": "7.62x39mm 57-N-231 ammunition with 121.9gr steel core FMJ bullets. This bullet has been coated by a biomancer's own acid.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.3} , "recoil": 1.2 }, + "effects": [ "COOKOFF", "SHOT", "ACIDBOMB", "NO_EMBED" ] +},{ "id": "762_m43_magic_nature", "copy-from": "762_m43", "type": "AMMO", @@ -21,7 +45,7 @@ "name": { "str": "7.62x39mm 57-N-231 (enchanted, fire)", "str_pl": "7.62x39mm 57-N-231s (enchanted, fire)" }, "description": "7.62x39mm 57-N-231 ammunition with 121.9gr steel core FMJ bullets. This bullet has been imbued with fire from a Kelvinist.", "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.3}, "recoil": 1.2 }, - "effects": [ "COOKOFF", "IGNITE", "SHOT" ] + "effects": [ "COOKOFF", "IGNITE", "SHOT", "FLAME" ] },{ "id": "762_m43_magic_ice", "copy-from": "762_m43", @@ -30,6 +54,24 @@ "description": "7.62x39mm 57-N-231 ammunition with 121.9gr steel core FMJ bullets. This bullet has been imbued with ice from a Kelvinist and will try to freeze enemies in place.", "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.5}, "recoil": 0.9 }, "effects": [ "COOKOFF", "LARGE_BEANBAG", "SHOT" ] +},{ + "id": "762_m43_magic_blackhole", + "copy-from": "762_m43", + "type": "AMMO", + "name": { "str": "7.62x39mm 57-N-231 (enchanted, black hole)", "str_pl": "7.62x39mm 57-N-231s (enchanted, black hole)" }, + "description": "7.62x39mm 57-N-231 ammunition with 121.9gr steel core FMJ bullets. This bullet has been imbued has had a black hole woven into it by a Magus and will unleash it on hit. It is unstable, and the black hole will randomly appear next to an enemy, not always the one it hits.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.1}, "recoil": 3.0 }, + "effects": [ "COOKOFF", "SHOT", "NO_EMBED" ], + "drop": "blackhole_bomb" +},{ + "id": "762_m43_magic_laser", + "copy-from": "762_m43", + "type": "AMMO", + "name": { "str": "7.62x39mm 57-N-231 (enchanted, piercing)", "str_pl": "7.62x39mm 57-N-231s (enchanted, piercing)" }, + "description": "7.62x39mm 57-N-231 ammunition with 121.9gr steel core FMJ bullets. This bullet has been imbued with raw magic from a Magus to pierce armor.", + "proportional": { "range": 1.1, "recoil": 3.0 }, + "relative": { "damage": {"damage_type": "bullet", "amount": -10, "armor_penetration": 20} }, + "effects": [ "COOKOFF", "LASER", "SHOT" ] },{ "id": "762_m43_magic_lightning", "copy-from": "762_m43", diff --git a/Magiclysm-MagicBulletsMod/items/ammo/762R.json b/Magiclysm-MagicBulletsMod/items/ammo/762R.json index e676fe3..1e9e365 100644 --- a/Magiclysm-MagicBulletsMod/items/ammo/762R.json +++ b/Magiclysm-MagicBulletsMod/items/ammo/762R.json @@ -1,4 +1,28 @@ [{ + "id": "762_54R_magic_flare", + "copy-from": "762_54R", + "type": "AMMO", + "name": { "str": "7.62x54mmR (enchanted, light)", "str_pl": "7.62x54mmRs (enchanted, light)" }, + "description": "7.62x54mmR ammunition with 150gr FMJ bullets. This bullet has been imbued by an animist to burst in a flash of light.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.2} , "recoil": 1.2 }, + "effects": [ "COOKOFF", "SHOT", "FLASHBANG" ] +},{ + "id": "762_54R_magic_leech", + "copy-from": "762_54R", + "type": "AMMO", + "name": { "str": "7.62x54mmR (enchanted, leech)", "str_pl": "7.62x54mmRs (enchanted, leech)" }, + "description": "7.62x54mmR ammunition with 150gr FMJ bullets. This bullet has been imbued by an animist to leech mana from its targets.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.9} , "recoil": 1.2 }, + "drop": "mana_leech_active" +},{ + "id": "762_54R_magic_acid", + "copy-from": "762_54R", + "type": "AMMO", + "name": { "str": "7.62x54mmR (enchanted, acid)", "str_pl": "7.62x54mmRs (enchanted, acid)" }, + "description": "7.62x54mmR ammunition with 150gr FMJ bullets. This bullet has been coated by a biomancer's own acid.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.3} , "recoil": 1.2 }, + "effects": [ "COOKOFF", "SHOT", "ACIDBOMB", "NO_EMBED" ] +},{ "id": "762_54R_magic_nature", "copy-from": "762_54R", "type": "AMMO", @@ -21,7 +45,7 @@ "name": { "str": "7.62x54mmR (enchanted, fire)", "str_pl": "7.62x54mmRs (enchanted, fire)" }, "description": "7.62x54mmR ammunition with 150gr FMJ bullets. This bullet has been imbued with fire from a Kelvinist.", "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.3}, "recoil": 1.2 }, - "effects": [ "COOKOFF", "IGNITE", "SHOT" ] + "effects": [ "COOKOFF", "IGNITE", "SHOT", "FLAME" ] },{ "id": "762_54R_magic_ice", "copy-from": "762_54R", @@ -30,6 +54,24 @@ "description": "7.62x54mmR ammunition with 150gr FMJ bullets. This bullet has been imbued with ice from a Kelvinist and will try to freeze enemies in place.", "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.5}, "recoil": 0.9 }, "effects": [ "COOKOFF", "LARGE_BEANBAG", "SHOT" ] +},{ + "id": "762_54R_magic_blackhole", + "copy-from": "762_54R", + "type": "AMMO", + "name": { "str": "7.62x54mmR (enchanted, black hole)", "str_pl": "7.62x54mmRs (enchanted, black hole)" }, + "description": "7.62x54mmR ammunition with 150gr FMJ bullets. This bullet has been imbued has had a black hole woven into it by a Magus and will unleash it on hit. It is unstable, and the black hole will randomly appear next to an enemy, not always the one it hits.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.1}, "recoil": 3.0 }, + "effects": [ "COOKOFF", "SHOT", "NO_EMBED" ], + "drop": "blackhole_bomb" +},{ + "id": "762_54R_magic_laser", + "copy-from": "762_54R", + "type": "AMMO", + "name": { "str": "7.62x54mmR (enchanted, piercing)", "str_pl": "7.62x54mmRs (enchanted, piercing)" }, + "description": "7.62x54mmR ammunition with 150gr FMJ bullets. This bullet has been imbued with raw magic from a Magus to pierce armor.", + "proportional": { "range": 1.1, "recoil": 3.0 }, + "relative": { "damage": {"damage_type": "bullet", "amount": -10, "armor_penetration": 20} }, + "effects": [ "COOKOFF", "LASER", "SHOT" ] },{ "id": "762_54R_magic_lightning", "copy-from": "762_54R", diff --git a/Magiclysm-MagicBulletsMod/items/ammo/762x25.json b/Magiclysm-MagicBulletsMod/items/ammo/762x25.json index baa768f..6f7079e 100644 --- a/Magiclysm-MagicBulletsMod/items/ammo/762x25.json +++ b/Magiclysm-MagicBulletsMod/items/ammo/762x25.json @@ -1,4 +1,28 @@ [{ + "id": "762_25_magic_flare", + "copy-from": "762_25", + "type": "AMMO", + "name": { "str": "7.62x25mm JHP (enchanted, light)", "str_pl": "7.62x25mm JHPs (enchanted, light)" }, + "description": "A commercial version of the 7.62x25mm cartridge created for the armed forces of Soviet Russia. This bullet has been imbued by an animist to burst in a flash of light.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.2} , "recoil": 1.2 }, + "effects": [ "COOKOFF", "SHOT", "FLASHBANG" ] +},{ + "id": "762_25_magic_leech", + "copy-from": "762_25", + "type": "AMMO", + "name": { "str": "7.62x25mm JHP (enchanted, leech)", "str_pl": "7.62x25mm JHPs (enchanted, leech)" }, + "description": "A commercial version of the 7.62x25mm cartridge created for the armed forces of Soviet Russia. This bullet has been imbued by an animist to leech mana from its targets.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.9} , "recoil": 1.2 }, + "drop": "mana_leech_active" +},{ + "id": "762_25_magic_acid", + "copy-from": "762_25", + "type": "AMMO", + "name": { "str": "7.62x25mm JHP (enchanted, acid)", "str_pl": "7.62x25mm JHPs (enchanted, acid)" }, + "description": "A commercial version of the 7.62x25mm cartridge created for the armed forces of Soviet Russia. This bullet has been coated by a biomancer's own acid.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.3} , "recoil": 1.2 }, + "effects": [ "COOKOFF", "SHOT", "ACIDBOMB", "NO_EMBED" ] +},{ "id": "762_25_magic_nature", "copy-from": "762_25", "type": "AMMO", @@ -21,7 +45,7 @@ "name": { "str": "7.62x25mm JHP (enchanted, fire)", "str_pl": "7.62x25mm JHPs (enchanted, fire)" }, "description": "A commercial version of the 7.62x25mm cartridge created for the armed forces of Soviet Russia. This bullet has been imbued with fire from a Kelvinist.", "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.3}, "recoil": 1.2 }, - "effects": [ "COOKOFF", "IGNITE", "SHOT" ] + "effects": [ "COOKOFF", "IGNITE", "SHOT", "FLAME" ] },{ "id": "762_25_magic_ice", "copy-from": "762_25", @@ -30,6 +54,24 @@ "description": "A commercial version of the 7.62x25mm cartridge created for the armed forces of Soviet Russia. This bullet has been imbued with ice from a Kelvinist and will try to freeze enemies in place.", "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.5}, "recoil": 0.9 }, "effects": [ "COOKOFF", "LARGE_BEANBAG", "SHOT" ] +},{ + "id": "762_25_magic_blackhole", + "copy-from": "762_25", + "type": "AMMO", + "name": { "str": "7.62x25mm JHP (enchanted, black hole)", "str_pl": "7.62x25mm JHPs (enchanted, black hole)" }, + "description": "A commercial version of the 7.62x25mm cartridge created for the armed forces of Soviet Russia. This bullet has been imbued has had a black hole woven into it by a Magus and will unleash it on hit. It is unstable, and the black hole will randomly appear next to an enemy, not always the one it hits.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.1}, "recoil": 3.0 }, + "effects": [ "COOKOFF", "SHOT", "NO_EMBED" ], + "drop": "blackhole_bomb" +},{ + "id": "762_25_magic_laser", + "copy-from": "762_25", + "type": "AMMO", + "name": { "str": "7.62x25mm JHP (enchanted, piercing)", "str_pl": "7.62x25mm JHPs (enchanted, piercing)" }, + "description": "A commercial version of the 7.62x25mm cartridge created for the armed forces of Soviet Russia. This bullet has been imbued with raw magic from a Magus to pierce armor.", + "proportional": { "range": 1.1, "recoil": 3.0 }, + "relative": { "damage": {"damage_type": "bullet", "amount": -10, "armor_penetration": 20} }, + "effects": [ "COOKOFF", "LASER", "SHOT" ] },{ "id": "762_25_magic_lightning", "copy-from": "762_25", diff --git a/Magiclysm-MagicBulletsMod/items/ammo/9mm.json b/Magiclysm-MagicBulletsMod/items/ammo/9mm.json index 33e45f7..c2bfae5 100644 --- a/Magiclysm-MagicBulletsMod/items/ammo/9mm.json +++ b/Magiclysm-MagicBulletsMod/items/ammo/9mm.json @@ -1,4 +1,28 @@ [{ + "id": "9mm_magic_flare", + "copy-from": "9mm", + "type": "AMMO", + "name": { "str": "9x19mm JHP (enchanted, light)", "str_pl": "9x19mm JHPs (enchanted, light)" }, + "description": "9x19mm ammunition with a 116gr jacketed hollow point bullet. This bullet has been imbued by an animist to burst in a flash of light.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.2} , "recoil": 1.2 }, + "effects": [ "COOKOFF", "SHOT", "FLASHBANG" ] +},{ + "id": "9mm_magic_leech", + "copy-from": "9mm", + "type": "AMMO", + "name": { "str": "9x19mm JHP (enchanted, leech)", "str_pl": "9x19mm JHPs (enchanted, leech)" }, + "description": "9x19mm ammunition with a 116gr jacketed hollow point bullet. This bullet has been imbued by an animist to leech mana from its targets.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.9} , "recoil": 1.2 }, + "drop": "mana_leech_active" +},{ + "id": "9mm_magic_acid", + "copy-from": "9mm", + "type": "AMMO", + "name": { "str": "9x19mm JHP (enchanted, acid)", "str_pl": "9x19mm JHPs (enchanted, acid)" }, + "description": "9x19mm ammunition with a 116gr jacketed hollow point bullet. This bullet has been coated by a biomancer's own acid.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.3} , "recoil": 1.2 }, + "effects": [ "COOKOFF", "SHOT", "ACIDBOMB", "NO_EMBED" ] +},{ "id": "9mm_magic_nature", "copy-from": "9mm", "type": "AMMO", @@ -21,7 +45,7 @@ "name": { "str": "9x19mm JHP (enchanted, fire)", "str_pl": "9x19mm JHPs (enchanted, fire)" }, "description": "9x19mm ammunition with a 116gr jacketed hollow point bullet. This bullet has been imbued with fire from a Kelvinist.", "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.3}, "recoil": 1.2 }, - "effects": [ "COOKOFF", "IGNITE", "SHOT" ] + "effects": [ "COOKOFF", "IGNITE", "SHOT", "FLAME" ] },{ "id": "9mm_magic_ice", "copy-from": "9mm", @@ -30,6 +54,24 @@ "description": "9x19mm ammunition with a 116gr jacketed hollow point bullet. This bullet has been imbued with ice from a Kelvinist and will try to freeze enemies in place.", "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.5}, "recoil": 0.9 }, "effects": [ "COOKOFF", "LARGE_BEANBAG", "SHOT" ] +},{ + "id": "9mm_magic_blackhole", + "copy-from": "9mm", + "type": "AMMO", + "name": { "str": "9x19mm JHP (enchanted, black hole)", "str_pl": "9x19mm JHPs (enchanted, black hole)" }, + "description": "9x19mm ammunition with a 116gr jacketed hollow point bullet. This bullet has been imbued has had a black hole woven into it by a Magus and will unleash it on hit. It is unstable, and the black hole will randomly appear next to an enemy, not always the one it hits.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.1}, "recoil": 3.0 }, + "effects": [ "COOKOFF", "SHOT", "NO_EMBED" ], + "drop": "blackhole_bomb" +},{ + "id": "9mm_magic_laser", + "copy-from": "9mm", + "type": "AMMO", + "name": { "str": "9x19mm JHP (enchanted, piercing)", "str_pl": "9x19mm JHPs (enchanted, piercing)" }, + "description": "9x19mm ammunition with a 116gr jacketed hollow point bullet. This bullet has been imbued with raw magic from a Magus to pierce armor.", + "proportional": { "range": 1.1, "recoil": 3.0 }, + "relative": { "damage": {"damage_type": "bullet", "amount": -10, "armor_penetration": 20} }, + "effects": [ "COOKOFF", "LASER", "SHOT" ] },{ "id": "9mm_magic_lightning", "copy-from": "9mm", diff --git a/Magiclysm-MagicBulletsMod/items/ammo/9x18.json b/Magiclysm-MagicBulletsMod/items/ammo/9x18.json index 4a0b331..b683813 100644 --- a/Magiclysm-MagicBulletsMod/items/ammo/9x18.json +++ b/Magiclysm-MagicBulletsMod/items/ammo/9x18.json @@ -1,4 +1,28 @@ [{ + "id": "9x18mm_magic_flare", + "copy-from": "9x18mm", + "type": "AMMO", + "name": { "str": "9x18mm 57-N-181S (enchanted, light)", "str_pl": "9x18mm 57-N-181Ss (enchanted, light)" }, + "description": "9x18mm Makarov ammunition with 93gr steel core FMJ bullets. This bullet has been imbued by an animist to burst in a flash of light.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.2} , "recoil": 1.2 }, + "effects": [ "COOKOFF", "SHOT", "FLASHBANG" ] +},{ + "id": "9x18mm_magic_leech", + "copy-from": "9x18mm", + "type": "AMMO", + "name": { "str": "9x18mm 57-N-181S (enchanted, leech)", "str_pl": "9x18mm 57-N-181Ss (enchanted, leech)" }, + "description": "9x18mm Makarov ammunition with 93gr steel core FMJ bullets. This bullet has been imbued by an animist to leech mana from its targets.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.9} , "recoil": 1.2 }, + "drop": "mana_leech_active" +},{ + "id": "9x18mm_magic_acid", + "copy-from": "9x18mm", + "type": "AMMO", + "name": { "str": "9x18mm 57-N-181S (enchanted, acid)", "str_pl": "9x18mm 57-N-181Ss (enchanted, acid)" }, + "description": "9x18mm Makarov ammunition with 93gr steel core FMJ bullets. This bullet has been coated by a biomancer's own acid.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.3} , "recoil": 1.2 }, + "effects": [ "COOKOFF", "SHOT", "ACIDBOMB", "NO_EMBED" ] +},{ "id": "9x18mm_magic_nature", "copy-from": "9x18mm", "type": "AMMO", @@ -21,7 +45,7 @@ "name": { "str": "9x18mm 57-N-181S (enchanted, fire)", "str_pl": "9x18mm 57-N-181Ss (enchanted, fire)" }, "description": "9x18mm Makarov ammunition with 93gr steel core FMJ bullets. This bullet has been imbued with fire from a Kelvinist.", "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.3}, "recoil": 1.2 }, - "effects": [ "COOKOFF", "IGNITE", "SHOT" ] + "effects": [ "COOKOFF", "IGNITE", "SHOT", "FLAME" ] },{ "id": "9x18mm_magic_ice", "copy-from": "9x18mm", @@ -30,6 +54,24 @@ "description": "9x18mm Makarov ammunition with 93gr steel core FMJ bullets. This bullet has been imbued with ice from a Kelvinist and will try to freeze enemies in place.", "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.5}, "recoil": 0.9 }, "effects": [ "COOKOFF", "LARGE_BEANBAG", "SHOT" ] +},{ + "id": "9x18mm_magic_blackhole", + "copy-from": "9x18mm", + "type": "AMMO", + "name": { "str": "9x18mm 57-N-181S (enchanted, black hole)", "str_pl": "9x18mm 57-N-181Ss (enchanted, black hole)" }, + "description": "9x18mm Makarov ammunition with 93gr steel core FMJ bullets. This bullet has been imbued has had a black hole woven into it by a Magus and will unleash it on hit. It is unstable, and the black hole will randomly appear next to an enemy, not always the one it hits.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.1}, "recoil": 3.0 }, + "effects": [ "COOKOFF", "SHOT", "NO_EMBED" ], + "drop": "blackhole_bomb" +},{ + "id": "9x18mm_magic_laser", + "copy-from": "9x18mm", + "type": "AMMO", + "name": { "str": "9x18mm 57-N-181S (enchanted, piercing)", "str_pl": "9x18mm 57-N-181Ss (enchanted, piercing)" }, + "description": "9x18mm Makarov ammunition with 93gr steel core FMJ bullets. This bullet has been imbued with raw magic from a Magus to pierce armor.", + "proportional": { "range": 1.1, "recoil": 3.0 }, + "relative": { "damage": {"damage_type": "bullet", "amount": -10, "armor_penetration": 20} }, + "effects": [ "COOKOFF", "LASER", "SHOT" ] },{ "id": "9x18mm_magic_lightning", "copy-from": "9x18mm", diff --git a/Magiclysm-MagicBulletsMod/items/ammo/shot.json b/Magiclysm-MagicBulletsMod/items/ammo/shot.json index 2be8509..3c979ee 100644 --- a/Magiclysm-MagicBulletsMod/items/ammo/shot.json +++ b/Magiclysm-MagicBulletsMod/items/ammo/shot.json @@ -1,4 +1,28 @@ [{ + "id": "shot_00_magic_flare", + "copy-from": "shot_00", + "type": "AMMO", + "name": { "str": "00 shot (enchanted, light)", "str_pl": "00 shots (enchanted, light)" }, + "description": "A shell filled with metal pellets. This bullet has been imbued by an animist to burst in a flash of light.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.2} , "recoil": 1.2 }, + "effects": [ "COOKOFF", "SHOT", "FLASHBANG" ] +},{ + "id": "shot_00_magic_leech", + "copy-from": "shot_00", + "type": "AMMO", + "name": { "str": "00 shot (enchanted, leech)", "str_pl": "00 shots (enchanted, leech)" }, + "description": "A shell filled with metal pellets. This bullet has been imbued by an animist to leech mana from its targets.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.9} , "recoil": 1.2 }, + "drop": "mana_leech_active" +},{ + "id": "shot_00_magic_acid", + "copy-from": "shot_00", + "type": "AMMO", + "name": { "str": "00 shot (enchanted, acid)", "str_pl": "00 shots (enchanted, acid)" }, + "description": "A shell filled with metal pellets. This bullet has been coated by a biomancer's own acid.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.3} , "recoil": 1.2 }, + "effects": [ "COOKOFF", "SHOT", "ACIDBOMB", "NO_EMBED" ] +},{ "id": "shot_00_magic_nature", "copy-from": "shot_00", "type": "AMMO", @@ -21,7 +45,7 @@ "name": { "str": "00 shot (enchanted, fire)", "str_pl": "00 shots (enchanted, fire)" }, "description": "A shell filled with metal pellets. This bullet has been imbued with fire from a Kelvinist.", "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.3}, "recoil": 1.2 }, - "effects": [ "COOKOFF", "IGNITE", "SHOT" ] + "effects": [ "COOKOFF", "IGNITE", "SHOT", "FLAME" ] },{ "id": "shot_00_magic_ice", "copy-from": "shot_00", @@ -30,6 +54,24 @@ "description": "A shell filled with metal pellets. This bullet has been imbued with ice from a Kelvinist and will try to freeze enemies in place.", "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.5}, "recoil": 0.9 }, "effects": [ "COOKOFF", "LARGE_BEANBAG", "SHOT" ] +},{ + "id": "shot_00_magic_blackhole", + "copy-from": "shot_00", + "type": "AMMO", + "name": { "str": "00 shot (enchanted, black hole)", "str_pl": "00 shots (enchanted, black hole)" }, + "description": "A shell filled with metal pellets. This bullet has been imbued has had a black hole woven into it by a Magus and will unleash it on hit. It is unstable, and the black hole will randomly appear next to an enemy, not always the one it hits.", + "proportional": { "range": 0.8, "damage": {"damage_type": "bullet", "amount": 0.1}, "recoil": 3.0 }, + "effects": [ "COOKOFF", "SHOT", "NO_EMBED" ], + "drop": "blackhole_bomb" +},{ + "id": "shot_00_magic_laser", + "copy-from": "shot_00", + "type": "AMMO", + "name": { "str": "00 shot (enchanted, piercing)", "str_pl": "00 shots (enchanted, piercing)" }, + "description": "A shell filled with metal pellets. This bullet has been imbued with raw magic from a Magus to pierce armor.", + "proportional": { "range": 1.1, "recoil": 3.0 }, + "relative": { "damage": {"damage_type": "bullet", "amount": -10, "armor_penetration": 20} }, + "effects": [ "COOKOFF", "LASER", "SHOT" ] },{ "id": "shot_00_magic_lightning", "copy-from": "shot_00", diff --git a/Magiclysm-MagicBulletsMod/recipes/10mm.json b/Magiclysm-MagicBulletsMod/recipes/10mm.json index 1b8be34..d9eb196 100644 --- a/Magiclysm-MagicBulletsMod/recipes/10mm.json +++ b/Magiclysm-MagicBulletsMod/recipes/10mm.json @@ -1,4 +1,58 @@ [{ + "type": "recipe", + "result": "10mm_fmj_magic_flare", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_animist", 1 ] ], + [ [ "10mm_fmj", 1 ] ] + ] +},{ + "type": "recipe", + "result": "10mm_fmj_magic_leech", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_animist", 1 ] ], + [ [ "10mm_fmj", 1 ] ] + ] +},{ + "type": "recipe", + "result": "10mm_fmj_magic_acid", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_biomancer", 1 ] ], + [ [ "10mm_fmj", 1 ] ] + ] +},{ "type": "recipe", "result": "10mm_fmj_magic_nature", "category": "CC_ENCHANTED", @@ -70,6 +124,42 @@ [ [ "rune_kelvinist", 1 ] ], [ [ "10mm_fmj", 1 ] ] ] +},{ + "type": "recipe", + "result": "10mm_fmj_magic_blackhole", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_magus", 1 ] ], + [ [ "10mm_fmj", 1 ] ] + ] +},{ + "type": "recipe", + "result": "10mm_fmj_magic_laser", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_magus", 1 ] ], + [ [ "10mm_fmj", 1 ] ] + ] },{ "type": "recipe", "result": "10mm_fmj_magic_lightning", diff --git a/Magiclysm-MagicBulletsMod/recipes/12mm.json b/Magiclysm-MagicBulletsMod/recipes/12mm.json index 438d71b..9e4cb91 100644 --- a/Magiclysm-MagicBulletsMod/recipes/12mm.json +++ b/Magiclysm-MagicBulletsMod/recipes/12mm.json @@ -1,4 +1,58 @@ [{ + "type": "recipe", + "result": "12mm_magic_flare", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_animist", 1 ] ], + [ [ "12mm", 1 ] ] + ] +},{ + "type": "recipe", + "result": "12mm_magic_leech", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_animist", 1 ] ], + [ [ "12mm", 1 ] ] + ] +},{ + "type": "recipe", + "result": "12mm_magic_acid", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_biomancer", 1 ] ], + [ [ "12mm", 1 ] ] + ] +},{ "type": "recipe", "result": "12mm_magic_nature", "category": "CC_ENCHANTED", @@ -70,6 +124,42 @@ [ [ "rune_kelvinist", 1 ] ], [ [ "12mm", 1 ] ] ] +},{ + "type": "recipe", + "result": "12mm_magic_blackhole", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_magus", 1 ] ], + [ [ "12mm", 1 ] ] + ] +},{ + "type": "recipe", + "result": "12mm_magic_laser", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_magus", 1 ] ], + [ [ "12mm", 1 ] ] + ] },{ "type": "recipe", "result": "12mm_magic_lightning", diff --git a/Magiclysm-MagicBulletsMod/recipes/22.json b/Magiclysm-MagicBulletsMod/recipes/22.json index 54c10fc..adbf639 100644 --- a/Magiclysm-MagicBulletsMod/recipes/22.json +++ b/Magiclysm-MagicBulletsMod/recipes/22.json @@ -1,4 +1,58 @@ [{ + "type": "recipe", + "result": "22_lr_magic_flare", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_animist", 1 ] ], + [ [ "22_lr", 1 ] ] + ] +},{ + "type": "recipe", + "result": "22_lr_magic_leech", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_animist", 1 ] ], + [ [ "22_lr", 1 ] ] + ] +},{ + "type": "recipe", + "result": "22_lr_magic_acid", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_biomancer", 1 ] ], + [ [ "22_lr", 1 ] ] + ] +},{ "type": "recipe", "result": "22_lr_magic_nature", "category": "CC_ENCHANTED", @@ -70,6 +124,42 @@ [ [ "rune_kelvinist", 1 ] ], [ [ "22_lr", 1 ] ] ] +},{ + "type": "recipe", + "result": "22_lr_magic_blackhole", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_magus", 1 ] ], + [ [ "22_lr", 1 ] ] + ] +},{ + "type": "recipe", + "result": "22_lr_magic_laser", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_magus", 1 ] ], + [ [ "22_lr", 1 ] ] + ] },{ "type": "recipe", "result": "22_lr_magic_lightning", diff --git a/Magiclysm-MagicBulletsMod/recipes/223.json b/Magiclysm-MagicBulletsMod/recipes/223.json index 1158de0..d2e109f 100644 --- a/Magiclysm-MagicBulletsMod/recipes/223.json +++ b/Magiclysm-MagicBulletsMod/recipes/223.json @@ -1,4 +1,58 @@ [{ + "type": "recipe", + "result": "223_magic_flare", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_animist", 1 ] ], + [ [ "223", 1 ] ] + ] +},{ + "type": "recipe", + "result": "223_magic_leech", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_animist", 1 ] ], + [ [ "223", 1 ] ] + ] +},{ + "type": "recipe", + "result": "223_magic_acid", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_biomancer", 1 ] ], + [ [ "223", 1 ] ] + ] +},{ "type": "recipe", "result": "223_magic_nature", "category": "CC_ENCHANTED", @@ -70,6 +124,42 @@ [ [ "rune_kelvinist", 1 ] ], [ [ "223", 1 ] ] ] +},{ + "type": "recipe", + "result": "223_magic_blackhole", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_magus", 1 ] ], + [ [ "223", 1 ] ] + ] +},{ + "type": "recipe", + "result": "223_magic_laser", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_magus", 1 ] ], + [ [ "223", 1 ] ] + ] },{ "type": "recipe", "result": "223_magic_lightning", @@ -106,6 +196,60 @@ [ [ "rune_technomancer", 1 ] ], [ [ "223", 1 ] ] ] +},{ + "type": "recipe", + "result": "556_magic_flare", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_animist", 1 ] ], + [ [ "556", 1 ] ] + ] +},{ + "type": "recipe", + "result": "556_magic_leech", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_animist", 1 ] ], + [ [ "556", 1 ] ] + ] +},{ + "type": "recipe", + "result": "556_magic_acid", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_biomancer", 1 ] ], + [ [ "556", 1 ] ] + ] },{ "type": "recipe", "result": "556_magic_nature", @@ -178,6 +322,42 @@ [ [ "rune_kelvinist", 1 ] ], [ [ "556", 1 ] ] ] +},{ + "type": "recipe", + "result": "556_magic_blackhole", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_magus", 1 ] ], + [ [ "556", 1 ] ] + ] +},{ + "type": "recipe", + "result": "556_magic_laser", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_magus", 1 ] ], + [ [ "556", 1 ] ] + ] },{ "type": "recipe", "result": "556_magic_lightning", diff --git a/Magiclysm-MagicBulletsMod/recipes/270win.json b/Magiclysm-MagicBulletsMod/recipes/270win.json index 44923c6..85b83fe 100644 --- a/Magiclysm-MagicBulletsMod/recipes/270win.json +++ b/Magiclysm-MagicBulletsMod/recipes/270win.json @@ -1,4 +1,58 @@ [{ + "type": "recipe", + "result": "270win_jsp_magic_flare", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_animist", 1 ] ], + [ [ "270win_jsp", 1 ] ] + ] +},{ + "type": "recipe", + "result": "270win_jsp_magic_leech", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_animist", 1 ] ], + [ [ "270win_jsp", 1 ] ] + ] +},{ + "type": "recipe", + "result": "270win_jsp_magic_acid", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_biomancer", 1 ] ], + [ [ "270win_jsp", 1 ] ] + ] +},{ "type": "recipe", "result": "270win_jsp_magic_nature", "category": "CC_ENCHANTED", @@ -70,6 +124,42 @@ [ [ "rune_kelvinist", 1 ] ], [ [ "270win_jsp", 1 ] ] ] +},{ + "type": "recipe", + "result": "270win_jsp_magic_blackhole", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_magus", 1 ] ], + [ [ "270win_jsp", 1 ] ] + ] +},{ + "type": "recipe", + "result": "270win_jsp_magic_laser", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_magus", 1 ] ], + [ [ "270win_jsp", 1 ] ] + ] },{ "type": "recipe", "result": "270win_jsp_magic_lightning", diff --git a/Magiclysm-MagicBulletsMod/recipes/300.json b/Magiclysm-MagicBulletsMod/recipes/300.json index eac9d8c..ffb7963 100644 --- a/Magiclysm-MagicBulletsMod/recipes/300.json +++ b/Magiclysm-MagicBulletsMod/recipes/300.json @@ -1,4 +1,58 @@ [{ + "type": "recipe", + "result": "300_winmag_magic_flare", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_animist", 1 ] ], + [ [ "300_winmag", 1 ] ] + ] +},{ + "type": "recipe", + "result": "300_winmag_magic_leech", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_animist", 1 ] ], + [ [ "300_winmag", 1 ] ] + ] +},{ + "type": "recipe", + "result": "300_winmag_magic_acid", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_biomancer", 1 ] ], + [ [ "300_winmag", 1 ] ] + ] +},{ "type": "recipe", "result": "300_winmag_magic_nature", "category": "CC_ENCHANTED", @@ -70,6 +124,42 @@ [ [ "rune_kelvinist", 1 ] ], [ [ "300_winmag", 1 ] ] ] +},{ + "type": "recipe", + "result": "300_winmag_magic_blackhole", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_magus", 1 ] ], + [ [ "300_winmag", 1 ] ] + ] +},{ + "type": "recipe", + "result": "300_winmag_magic_laser", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_magus", 1 ] ], + [ [ "300_winmag", 1 ] ] + ] },{ "type": "recipe", "result": "300_winmag_magic_lightning", diff --git a/Magiclysm-MagicBulletsMod/recipes/3006.json b/Magiclysm-MagicBulletsMod/recipes/3006.json index 5fcb93e..f3e3900 100644 --- a/Magiclysm-MagicBulletsMod/recipes/3006.json +++ b/Magiclysm-MagicBulletsMod/recipes/3006.json @@ -1,4 +1,58 @@ [{ + "type": "recipe", + "result": "3006_magic_flare", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_animist", 1 ] ], + [ [ "3006", 1 ] ] + ] +},{ + "type": "recipe", + "result": "3006_magic_leech", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_animist", 1 ] ], + [ [ "3006", 1 ] ] + ] +},{ + "type": "recipe", + "result": "3006_magic_acid", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_biomancer", 1 ] ], + [ [ "3006", 1 ] ] + ] +},{ "type": "recipe", "result": "3006_magic_nature", "category": "CC_ENCHANTED", @@ -70,6 +124,42 @@ [ [ "rune_kelvinist", 1 ] ], [ [ "3006", 1 ] ] ] +},{ + "type": "recipe", + "result": "3006_magic_blackhole", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_magus", 1 ] ], + [ [ "3006", 1 ] ] + ] +},{ + "type": "recipe", + "result": "3006_magic_laser", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_magus", 1 ] ], + [ [ "3006", 1 ] ] + ] },{ "type": "recipe", "result": "3006_magic_lightning", diff --git a/Magiclysm-MagicBulletsMod/recipes/300blk.json b/Magiclysm-MagicBulletsMod/recipes/300blk.json index 0aa0ff7..fbbe82e 100644 --- a/Magiclysm-MagicBulletsMod/recipes/300blk.json +++ b/Magiclysm-MagicBulletsMod/recipes/300blk.json @@ -1,4 +1,58 @@ [{ + "type": "recipe", + "result": "300blk_magic_flare", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_animist", 1 ] ], + [ [ "300blk", 1 ] ] + ] +},{ + "type": "recipe", + "result": "300blk_magic_leech", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_animist", 1 ] ], + [ [ "300blk", 1 ] ] + ] +},{ + "type": "recipe", + "result": "300blk_magic_acid", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_biomancer", 1 ] ], + [ [ "300blk", 1 ] ] + ] +},{ "type": "recipe", "result": "300blk_magic_nature", "category": "CC_ENCHANTED", @@ -70,6 +124,42 @@ [ [ "rune_kelvinist", 1 ] ], [ [ "300blk", 1 ] ] ] +},{ + "type": "recipe", + "result": "300blk_magic_blackhole", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_magus", 1 ] ], + [ [ "300blk", 1 ] ] + ] +},{ + "type": "recipe", + "result": "300blk_magic_laser", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_magus", 1 ] ], + [ [ "300blk", 1 ] ] + ] },{ "type": "recipe", "result": "300blk_magic_lightning", diff --git a/Magiclysm-MagicBulletsMod/recipes/308.json b/Magiclysm-MagicBulletsMod/recipes/308.json index 06df5d3..f7e1a80 100644 --- a/Magiclysm-MagicBulletsMod/recipes/308.json +++ b/Magiclysm-MagicBulletsMod/recipes/308.json @@ -1,4 +1,58 @@ [{ + "type": "recipe", + "result": "308_magic_flare", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_animist", 1 ] ], + [ [ "308", 1 ] ] + ] +},{ + "type": "recipe", + "result": "308_magic_leech", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_animist", 1 ] ], + [ [ "308", 1 ] ] + ] +},{ + "type": "recipe", + "result": "308_magic_acid", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_biomancer", 1 ] ], + [ [ "308", 1 ] ] + ] +},{ "type": "recipe", "result": "308_magic_nature", "category": "CC_ENCHANTED", @@ -70,6 +124,42 @@ [ [ "rune_kelvinist", 1 ] ], [ [ "308", 1 ] ] ] +},{ + "type": "recipe", + "result": "308_magic_blackhole", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_magus", 1 ] ], + [ [ "308", 1 ] ] + ] +},{ + "type": "recipe", + "result": "308_magic_laser", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_magus", 1 ] ], + [ [ "308", 1 ] ] + ] },{ "type": "recipe", "result": "308_magic_lightning", diff --git a/Magiclysm-MagicBulletsMod/recipes/32.json b/Magiclysm-MagicBulletsMod/recipes/32.json index 2ee9d33..9a9bdb7 100644 --- a/Magiclysm-MagicBulletsMod/recipes/32.json +++ b/Magiclysm-MagicBulletsMod/recipes/32.json @@ -1,4 +1,58 @@ [{ + "type": "recipe", + "result": "32_acp_magic_flare", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_animist", 1 ] ], + [ [ "32_acp", 1 ] ] + ] +},{ + "type": "recipe", + "result": "32_acp_magic_leech", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_animist", 1 ] ], + [ [ "32_acp", 1 ] ] + ] +},{ + "type": "recipe", + "result": "32_acp_magic_acid", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_biomancer", 1 ] ], + [ [ "32_acp", 1 ] ] + ] +},{ "type": "recipe", "result": "32_acp_magic_nature", "category": "CC_ENCHANTED", @@ -70,6 +124,42 @@ [ [ "rune_kelvinist", 1 ] ], [ [ "32_acp", 1 ] ] ] +},{ + "type": "recipe", + "result": "32_acp_magic_blackhole", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_magus", 1 ] ], + [ [ "32_acp", 1 ] ] + ] +},{ + "type": "recipe", + "result": "32_acp_magic_laser", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_magus", 1 ] ], + [ [ "32_acp", 1 ] ] + ] },{ "type": "recipe", "result": "32_acp_magic_lightning", diff --git a/Magiclysm-MagicBulletsMod/recipes/357mag.json b/Magiclysm-MagicBulletsMod/recipes/357mag.json index a9dd08a..6d7ae8d 100644 --- a/Magiclysm-MagicBulletsMod/recipes/357mag.json +++ b/Magiclysm-MagicBulletsMod/recipes/357mag.json @@ -1,4 +1,58 @@ [{ + "type": "recipe", + "result": "357mag_fmj_magic_flare", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_animist", 1 ] ], + [ [ "357mag_fmj", 1 ] ] + ] +},{ + "type": "recipe", + "result": "357mag_fmj_magic_leech", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_animist", 1 ] ], + [ [ "357mag_fmj", 1 ] ] + ] +},{ + "type": "recipe", + "result": "357mag_fmj_magic_acid", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_biomancer", 1 ] ], + [ [ "357mag_fmj", 1 ] ] + ] +},{ "type": "recipe", "result": "357mag_fmj_magic_nature", "category": "CC_ENCHANTED", @@ -70,6 +124,42 @@ [ [ "rune_kelvinist", 1 ] ], [ [ "357mag_fmj", 1 ] ] ] +},{ + "type": "recipe", + "result": "357mag_fmj_magic_blackhole", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_magus", 1 ] ], + [ [ "357mag_fmj", 1 ] ] + ] +},{ + "type": "recipe", + "result": "357mag_fmj_magic_laser", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_magus", 1 ] ], + [ [ "357mag_fmj", 1 ] ] + ] },{ "type": "recipe", "result": "357mag_fmj_magic_lightning", diff --git a/Magiclysm-MagicBulletsMod/recipes/357sig.json b/Magiclysm-MagicBulletsMod/recipes/357sig.json index 398833f..f3b85fe 100644 --- a/Magiclysm-MagicBulletsMod/recipes/357sig.json +++ b/Magiclysm-MagicBulletsMod/recipes/357sig.json @@ -1,4 +1,58 @@ [{ + "type": "recipe", + "result": "357sig_fmj_magic_flare", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_animist", 1 ] ], + [ [ "357sig_fmj", 1 ] ] + ] +},{ + "type": "recipe", + "result": "357sig_fmj_magic_leech", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_animist", 1 ] ], + [ [ "357sig_fmj", 1 ] ] + ] +},{ + "type": "recipe", + "result": "357sig_fmj_magic_acid", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_biomancer", 1 ] ], + [ [ "357sig_fmj", 1 ] ] + ] +},{ "type": "recipe", "result": "357sig_fmj_magic_nature", "category": "CC_ENCHANTED", @@ -70,6 +124,42 @@ [ [ "rune_kelvinist", 1 ] ], [ [ "357sig_fmj", 1 ] ] ] +},{ + "type": "recipe", + "result": "357sig_fmj_magic_blackhole", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_magus", 1 ] ], + [ [ "357sig_fmj", 1 ] ] + ] +},{ + "type": "recipe", + "result": "357sig_fmj_magic_laser", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_magus", 1 ] ], + [ [ "357sig_fmj", 1 ] ] + ] },{ "type": "recipe", "result": "357sig_fmj_magic_lightning", diff --git a/Magiclysm-MagicBulletsMod/recipes/38.json b/Magiclysm-MagicBulletsMod/recipes/38.json index c2295b1..398e895 100644 --- a/Magiclysm-MagicBulletsMod/recipes/38.json +++ b/Magiclysm-MagicBulletsMod/recipes/38.json @@ -1,4 +1,58 @@ [{ + "type": "recipe", + "result": "38_special_magic_flare", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_animist", 1 ] ], + [ [ "38_special", 1 ] ] + ] +},{ + "type": "recipe", + "result": "38_special_magic_leech", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_animist", 1 ] ], + [ [ "38_special", 1 ] ] + ] +},{ + "type": "recipe", + "result": "38_special_magic_acid", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_biomancer", 1 ] ], + [ [ "38_special", 1 ] ] + ] +},{ "type": "recipe", "result": "38_special_magic_nature", "category": "CC_ENCHANTED", @@ -70,6 +124,42 @@ [ [ "rune_kelvinist", 1 ] ], [ [ "38_special", 1 ] ] ] +},{ + "type": "recipe", + "result": "38_special_magic_blackhole", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_magus", 1 ] ], + [ [ "38_special", 1 ] ] + ] +},{ + "type": "recipe", + "result": "38_special_magic_laser", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_magus", 1 ] ], + [ [ "38_special", 1 ] ] + ] },{ "type": "recipe", "result": "38_special_magic_lightning", diff --git a/Magiclysm-MagicBulletsMod/recipes/380.json b/Magiclysm-MagicBulletsMod/recipes/380.json index 44370cc..5aed1b0 100644 --- a/Magiclysm-MagicBulletsMod/recipes/380.json +++ b/Magiclysm-MagicBulletsMod/recipes/380.json @@ -1,4 +1,58 @@ [{ + "type": "recipe", + "result": "380_FMJ_magic_flare", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_animist", 1 ] ], + [ [ "380_FMJ", 1 ] ] + ] +},{ + "type": "recipe", + "result": "380_FMJ_magic_leech", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_animist", 1 ] ], + [ [ "380_FMJ", 1 ] ] + ] +},{ + "type": "recipe", + "result": "380_FMJ_magic_acid", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_biomancer", 1 ] ], + [ [ "380_FMJ", 1 ] ] + ] +},{ "type": "recipe", "result": "380_FMJ_magic_nature", "category": "CC_ENCHANTED", @@ -70,6 +124,42 @@ [ [ "rune_kelvinist", 1 ] ], [ [ "380_FMJ", 1 ] ] ] +},{ + "type": "recipe", + "result": "380_FMJ_magic_blackhole", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_magus", 1 ] ], + [ [ "380_FMJ", 1 ] ] + ] +},{ + "type": "recipe", + "result": "380_FMJ_magic_laser", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_magus", 1 ] ], + [ [ "380_FMJ", 1 ] ] + ] },{ "type": "recipe", "result": "380_FMJ_magic_lightning", diff --git a/Magiclysm-MagicBulletsMod/recipes/38super.json b/Magiclysm-MagicBulletsMod/recipes/38super.json index b0f0711..426a319 100644 --- a/Magiclysm-MagicBulletsMod/recipes/38super.json +++ b/Magiclysm-MagicBulletsMod/recipes/38super.json @@ -1,4 +1,58 @@ [{ + "type": "recipe", + "result": "38super_fmj_magic_flare", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_animist", 1 ] ], + [ [ "38super_fmj", 1 ] ] + ] +},{ + "type": "recipe", + "result": "38super_fmj_magic_leech", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_animist", 1 ] ], + [ [ "38super_fmj", 1 ] ] + ] +},{ + "type": "recipe", + "result": "38super_fmj_magic_acid", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_biomancer", 1 ] ], + [ [ "38super_fmj", 1 ] ] + ] +},{ "type": "recipe", "result": "38super_fmj_magic_nature", "category": "CC_ENCHANTED", @@ -70,6 +124,42 @@ [ [ "rune_kelvinist", 1 ] ], [ [ "38super_fmj", 1 ] ] ] +},{ + "type": "recipe", + "result": "38super_fmj_magic_blackhole", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_magus", 1 ] ], + [ [ "38super_fmj", 1 ] ] + ] +},{ + "type": "recipe", + "result": "38super_fmj_magic_laser", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_magus", 1 ] ], + [ [ "38super_fmj", 1 ] ] + ] },{ "type": "recipe", "result": "38super_fmj_magic_lightning", diff --git a/Magiclysm-MagicBulletsMod/recipes/40.json b/Magiclysm-MagicBulletsMod/recipes/40.json index 0143bc9..7e13f03 100644 --- a/Magiclysm-MagicBulletsMod/recipes/40.json +++ b/Magiclysm-MagicBulletsMod/recipes/40.json @@ -1,4 +1,58 @@ [{ + "type": "recipe", + "result": "40sw_magic_flare", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_animist", 1 ] ], + [ [ "40sw", 1 ] ] + ] +},{ + "type": "recipe", + "result": "40sw_magic_leech", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_animist", 1 ] ], + [ [ "40sw", 1 ] ] + ] +},{ + "type": "recipe", + "result": "40sw_magic_acid", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_biomancer", 1 ] ], + [ [ "40sw", 1 ] ] + ] +},{ "type": "recipe", "result": "40sw_magic_nature", "category": "CC_ENCHANTED", @@ -70,6 +124,42 @@ [ [ "rune_kelvinist", 1 ] ], [ [ "40sw", 1 ] ] ] +},{ + "type": "recipe", + "result": "40sw_magic_blackhole", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_magus", 1 ] ], + [ [ "40sw", 1 ] ] + ] +},{ + "type": "recipe", + "result": "40sw_magic_laser", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_magus", 1 ] ], + [ [ "40sw", 1 ] ] + ] },{ "type": "recipe", "result": "40sw_magic_lightning", diff --git a/Magiclysm-MagicBulletsMod/recipes/410shot.json b/Magiclysm-MagicBulletsMod/recipes/410shot.json index bb94bff..0dcf9bd 100644 --- a/Magiclysm-MagicBulletsMod/recipes/410shot.json +++ b/Magiclysm-MagicBulletsMod/recipes/410shot.json @@ -1,4 +1,58 @@ [{ + "type": "recipe", + "result": "410shot_000_magic_flare", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_animist", 1 ] ], + [ [ "410shot_000", 1 ] ] + ] +},{ + "type": "recipe", + "result": "410shot_000_magic_leech", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_animist", 1 ] ], + [ [ "410shot_000", 1 ] ] + ] +},{ + "type": "recipe", + "result": "410shot_000_magic_acid", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_biomancer", 1 ] ], + [ [ "410shot_000", 1 ] ] + ] +},{ "type": "recipe", "result": "410shot_000_magic_nature", "category": "CC_ENCHANTED", @@ -70,6 +124,42 @@ [ [ "rune_kelvinist", 1 ] ], [ [ "410shot_000", 1 ] ] ] +},{ + "type": "recipe", + "result": "410shot_000_magic_blackhole", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_magus", 1 ] ], + [ [ "410shot_000", 1 ] ] + ] +},{ + "type": "recipe", + "result": "410shot_000_magic_laser", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_magus", 1 ] ], + [ [ "410shot_000", 1 ] ] + ] },{ "type": "recipe", "result": "410shot_000_magic_lightning", diff --git a/Magiclysm-MagicBulletsMod/recipes/44.json b/Magiclysm-MagicBulletsMod/recipes/44.json index 4f0a5f7..4e59397 100644 --- a/Magiclysm-MagicBulletsMod/recipes/44.json +++ b/Magiclysm-MagicBulletsMod/recipes/44.json @@ -1,4 +1,58 @@ [{ + "type": "recipe", + "result": "44magnum_magic_flare", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_animist", 1 ] ], + [ [ "44magnum", 1 ] ] + ] +},{ + "type": "recipe", + "result": "44magnum_magic_leech", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_animist", 1 ] ], + [ [ "44magnum", 1 ] ] + ] +},{ + "type": "recipe", + "result": "44magnum_magic_acid", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_biomancer", 1 ] ], + [ [ "44magnum", 1 ] ] + ] +},{ "type": "recipe", "result": "44magnum_magic_nature", "category": "CC_ENCHANTED", @@ -70,6 +124,42 @@ [ [ "rune_kelvinist", 1 ] ], [ [ "44magnum", 1 ] ] ] +},{ + "type": "recipe", + "result": "44magnum_magic_blackhole", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_magus", 1 ] ], + [ [ "44magnum", 1 ] ] + ] +},{ + "type": "recipe", + "result": "44magnum_magic_laser", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_magus", 1 ] ], + [ [ "44magnum", 1 ] ] + ] },{ "type": "recipe", "result": "44magnum_magic_lightning", diff --git a/Magiclysm-MagicBulletsMod/recipes/45.json b/Magiclysm-MagicBulletsMod/recipes/45.json index 6934347..1787b1e 100644 --- a/Magiclysm-MagicBulletsMod/recipes/45.json +++ b/Magiclysm-MagicBulletsMod/recipes/45.json @@ -1,4 +1,58 @@ [{ + "type": "recipe", + "result": "45_jhp_magic_flare", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_animist", 1 ] ], + [ [ "45_jhp", 1 ] ] + ] +},{ + "type": "recipe", + "result": "45_jhp_magic_leech", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_animist", 1 ] ], + [ [ "45_jhp", 1 ] ] + ] +},{ + "type": "recipe", + "result": "45_jhp_magic_acid", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_biomancer", 1 ] ], + [ [ "45_jhp", 1 ] ] + ] +},{ "type": "recipe", "result": "45_jhp_magic_nature", "category": "CC_ENCHANTED", @@ -70,6 +124,42 @@ [ [ "rune_kelvinist", 1 ] ], [ [ "45_jhp", 1 ] ] ] +},{ + "type": "recipe", + "result": "45_jhp_magic_blackhole", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_magus", 1 ] ], + [ [ "45_jhp", 1 ] ] + ] +},{ + "type": "recipe", + "result": "45_jhp_magic_laser", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_magus", 1 ] ], + [ [ "45_jhp", 1 ] ] + ] },{ "type": "recipe", "result": "45_jhp_magic_lightning", diff --git a/Magiclysm-MagicBulletsMod/recipes/454.json b/Magiclysm-MagicBulletsMod/recipes/454.json index 3f0d2e6..7d003d6 100644 --- a/Magiclysm-MagicBulletsMod/recipes/454.json +++ b/Magiclysm-MagicBulletsMod/recipes/454.json @@ -1,4 +1,58 @@ [{ + "type": "recipe", + "result": "454_Casull_magic_flare", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_animist", 1 ] ], + [ [ "454_Casull", 1 ] ] + ] +},{ + "type": "recipe", + "result": "454_Casull_magic_leech", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_animist", 1 ] ], + [ [ "454_Casull", 1 ] ] + ] +},{ + "type": "recipe", + "result": "454_Casull_magic_acid", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_biomancer", 1 ] ], + [ [ "454_Casull", 1 ] ] + ] +},{ "type": "recipe", "result": "454_Casull_magic_nature", "category": "CC_ENCHANTED", @@ -70,6 +124,42 @@ [ [ "rune_kelvinist", 1 ] ], [ [ "454_Casull", 1 ] ] ] +},{ + "type": "recipe", + "result": "454_Casull_magic_blackhole", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_magus", 1 ] ], + [ [ "454_Casull", 1 ] ] + ] +},{ + "type": "recipe", + "result": "454_Casull_magic_laser", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_magus", 1 ] ], + [ [ "454_Casull", 1 ] ] + ] },{ "type": "recipe", "result": "454_Casull_magic_lightning", diff --git a/Magiclysm-MagicBulletsMod/recipes/4570.json b/Magiclysm-MagicBulletsMod/recipes/4570.json index 9f40d1b..227e756 100644 --- a/Magiclysm-MagicBulletsMod/recipes/4570.json +++ b/Magiclysm-MagicBulletsMod/recipes/4570.json @@ -1,4 +1,58 @@ [{ + "type": "recipe", + "result": "4570_sp_magic_flare", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_animist", 1 ] ], + [ [ "4570_sp", 1 ] ] + ] +},{ + "type": "recipe", + "result": "4570_sp_magic_leech", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_animist", 1 ] ], + [ [ "4570_sp", 1 ] ] + ] +},{ + "type": "recipe", + "result": "4570_sp_magic_acid", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_biomancer", 1 ] ], + [ [ "4570_sp", 1 ] ] + ] +},{ "type": "recipe", "result": "4570_sp_magic_nature", "category": "CC_ENCHANTED", @@ -70,6 +124,42 @@ [ [ "rune_kelvinist", 1 ] ], [ [ "4570_sp", 1 ] ] ] +},{ + "type": "recipe", + "result": "4570_sp_magic_blackhole", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_magus", 1 ] ], + [ [ "4570_sp", 1 ] ] + ] +},{ + "type": "recipe", + "result": "4570_sp_magic_laser", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_magus", 1 ] ], + [ [ "4570_sp", 1 ] ] + ] },{ "type": "recipe", "result": "4570_sp_magic_lightning", diff --git a/Magiclysm-MagicBulletsMod/recipes/45colt.json b/Magiclysm-MagicBulletsMod/recipes/45colt.json index c62071c..214b737 100644 --- a/Magiclysm-MagicBulletsMod/recipes/45colt.json +++ b/Magiclysm-MagicBulletsMod/recipes/45colt.json @@ -1,4 +1,58 @@ [{ + "type": "recipe", + "result": "45colt_jhp_magic_flare", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_animist", 1 ] ], + [ [ "45colt_jhp", 1 ] ] + ] +},{ + "type": "recipe", + "result": "45colt_jhp_magic_leech", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_animist", 1 ] ], + [ [ "45colt_jhp", 1 ] ] + ] +},{ + "type": "recipe", + "result": "45colt_jhp_magic_acid", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_biomancer", 1 ] ], + [ [ "45colt_jhp", 1 ] ] + ] +},{ "type": "recipe", "result": "45colt_jhp_magic_nature", "category": "CC_ENCHANTED", @@ -70,6 +124,42 @@ [ [ "rune_kelvinist", 1 ] ], [ [ "45colt_jhp", 1 ] ] ] +},{ + "type": "recipe", + "result": "45colt_jhp_magic_blackhole", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_magus", 1 ] ], + [ [ "45colt_jhp", 1 ] ] + ] +},{ + "type": "recipe", + "result": "45colt_jhp_magic_laser", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_magus", 1 ] ], + [ [ "45colt_jhp", 1 ] ] + ] },{ "type": "recipe", "result": "45colt_jhp_magic_lightning", diff --git a/Magiclysm-MagicBulletsMod/recipes/46.json b/Magiclysm-MagicBulletsMod/recipes/46.json index e7d6af4..01c06e5 100644 --- a/Magiclysm-MagicBulletsMod/recipes/46.json +++ b/Magiclysm-MagicBulletsMod/recipes/46.json @@ -1,4 +1,58 @@ [{ + "type": "recipe", + "result": "46mm_magic_flare", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_animist", 1 ] ], + [ [ "46mm", 1 ] ] + ] +},{ + "type": "recipe", + "result": "46mm_magic_leech", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_animist", 1 ] ], + [ [ "46mm", 1 ] ] + ] +},{ + "type": "recipe", + "result": "46mm_magic_acid", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_biomancer", 1 ] ], + [ [ "46mm", 1 ] ] + ] +},{ "type": "recipe", "result": "46mm_magic_nature", "category": "CC_ENCHANTED", @@ -70,6 +124,42 @@ [ [ "rune_kelvinist", 1 ] ], [ [ "46mm", 1 ] ] ] +},{ + "type": "recipe", + "result": "46mm_magic_blackhole", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_magus", 1 ] ], + [ [ "46mm", 1 ] ] + ] +},{ + "type": "recipe", + "result": "46mm_magic_laser", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_magus", 1 ] ], + [ [ "46mm", 1 ] ] + ] },{ "type": "recipe", "result": "46mm_magic_lightning", diff --git a/Magiclysm-MagicBulletsMod/recipes/50.json b/Magiclysm-MagicBulletsMod/recipes/50.json index ba3a29b..0b79e8a 100644 --- a/Magiclysm-MagicBulletsMod/recipes/50.json +++ b/Magiclysm-MagicBulletsMod/recipes/50.json @@ -1,4 +1,58 @@ [{ + "type": "recipe", + "result": "50bmg_magic_flare", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_animist", 1 ] ], + [ [ "50bmg", 1 ] ] + ] +},{ + "type": "recipe", + "result": "50bmg_magic_leech", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_animist", 1 ] ], + [ [ "50bmg", 1 ] ] + ] +},{ + "type": "recipe", + "result": "50bmg_magic_acid", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_biomancer", 1 ] ], + [ [ "50bmg", 1 ] ] + ] +},{ "type": "recipe", "result": "50bmg_magic_nature", "category": "CC_ENCHANTED", @@ -70,6 +124,42 @@ [ [ "rune_kelvinist", 1 ] ], [ [ "50bmg", 1 ] ] ] +},{ + "type": "recipe", + "result": "50bmg_magic_blackhole", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_magus", 1 ] ], + [ [ "50bmg", 1 ] ] + ] +},{ + "type": "recipe", + "result": "50bmg_magic_laser", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_magus", 1 ] ], + [ [ "50bmg", 1 ] ] + ] },{ "type": "recipe", "result": "50bmg_magic_lightning", diff --git a/Magiclysm-MagicBulletsMod/recipes/500.json b/Magiclysm-MagicBulletsMod/recipes/500.json index e53ced3..32ca060 100644 --- a/Magiclysm-MagicBulletsMod/recipes/500.json +++ b/Magiclysm-MagicBulletsMod/recipes/500.json @@ -1,4 +1,58 @@ [{ + "type": "recipe", + "result": "500_Magnum_magic_flare", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_animist", 1 ] ], + [ [ "500_Magnum", 1 ] ] + ] +},{ + "type": "recipe", + "result": "500_Magnum_magic_leech", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_animist", 1 ] ], + [ [ "500_Magnum", 1 ] ] + ] +},{ + "type": "recipe", + "result": "500_Magnum_magic_acid", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_biomancer", 1 ] ], + [ [ "500_Magnum", 1 ] ] + ] +},{ "type": "recipe", "result": "500_Magnum_magic_nature", "category": "CC_ENCHANTED", @@ -70,6 +124,42 @@ [ [ "rune_kelvinist", 1 ] ], [ [ "500_Magnum", 1 ] ] ] +},{ + "type": "recipe", + "result": "500_Magnum_magic_blackhole", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_magus", 1 ] ], + [ [ "500_Magnum", 1 ] ] + ] +},{ + "type": "recipe", + "result": "500_Magnum_magic_laser", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_magus", 1 ] ], + [ [ "500_Magnum", 1 ] ] + ] },{ "type": "recipe", "result": "500_Magnum_magic_lightning", diff --git a/Magiclysm-MagicBulletsMod/recipes/545x39.json b/Magiclysm-MagicBulletsMod/recipes/545x39.json index ad20b8f..a28bc11 100644 --- a/Magiclysm-MagicBulletsMod/recipes/545x39.json +++ b/Magiclysm-MagicBulletsMod/recipes/545x39.json @@ -1,4 +1,58 @@ [{ + "type": "recipe", + "result": "545_magic_flare", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_animist", 1 ] ], + [ [ "545", 1 ] ] + ] +},{ + "type": "recipe", + "result": "545_magic_leech", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_animist", 1 ] ], + [ [ "545", 1 ] ] + ] +},{ + "type": "recipe", + "result": "545_magic_acid", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_biomancer", 1 ] ], + [ [ "545", 1 ] ] + ] +},{ "type": "recipe", "result": "545_magic_nature", "category": "CC_ENCHANTED", @@ -70,6 +124,42 @@ [ [ "rune_kelvinist", 1 ] ], [ [ "545", 1 ] ] ] +},{ + "type": "recipe", + "result": "545_magic_blackhole", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_magus", 1 ] ], + [ [ "545", 1 ] ] + ] +},{ + "type": "recipe", + "result": "545_magic_laser", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_magus", 1 ] ], + [ [ "545", 1 ] ] + ] },{ "type": "recipe", "result": "545_magic_lightning", diff --git a/Magiclysm-MagicBulletsMod/recipes/57.json b/Magiclysm-MagicBulletsMod/recipes/57.json index ba33988..0b9fcbe 100644 --- a/Magiclysm-MagicBulletsMod/recipes/57.json +++ b/Magiclysm-MagicBulletsMod/recipes/57.json @@ -1,4 +1,58 @@ [{ + "type": "recipe", + "result": "57mm_magic_flare", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_animist", 1 ] ], + [ [ "57mm", 1 ] ] + ] +},{ + "type": "recipe", + "result": "57mm_magic_leech", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_animist", 1 ] ], + [ [ "57mm", 1 ] ] + ] +},{ + "type": "recipe", + "result": "57mm_magic_acid", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_biomancer", 1 ] ], + [ [ "57mm", 1 ] ] + ] +},{ "type": "recipe", "result": "57mm_magic_nature", "category": "CC_ENCHANTED", @@ -70,6 +124,42 @@ [ [ "rune_kelvinist", 1 ] ], [ [ "57mm", 1 ] ] ] +},{ + "type": "recipe", + "result": "57mm_magic_blackhole", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_magus", 1 ] ], + [ [ "57mm", 1 ] ] + ] +},{ + "type": "recipe", + "result": "57mm_magic_laser", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_magus", 1 ] ], + [ [ "57mm", 1 ] ] + ] },{ "type": "recipe", "result": "57mm_magic_lightning", diff --git a/Magiclysm-MagicBulletsMod/recipes/700nx.json b/Magiclysm-MagicBulletsMod/recipes/700nx.json index 049842d..7756ed6 100644 --- a/Magiclysm-MagicBulletsMod/recipes/700nx.json +++ b/Magiclysm-MagicBulletsMod/recipes/700nx.json @@ -1,4 +1,58 @@ [{ + "type": "recipe", + "result": "700nx_magic_flare", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_animist", 1 ] ], + [ [ "700nx", 1 ] ] + ] +},{ + "type": "recipe", + "result": "700nx_magic_leech", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_animist", 1 ] ], + [ [ "700nx", 1 ] ] + ] +},{ + "type": "recipe", + "result": "700nx_magic_acid", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_biomancer", 1 ] ], + [ [ "700nx", 1 ] ] + ] +},{ "type": "recipe", "result": "700nx_magic_nature", "category": "CC_ENCHANTED", @@ -70,6 +124,42 @@ [ [ "rune_kelvinist", 1 ] ], [ [ "700nx", 1 ] ] ] +},{ + "type": "recipe", + "result": "700nx_magic_blackhole", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_magus", 1 ] ], + [ [ "700nx", 1 ] ] + ] +},{ + "type": "recipe", + "result": "700nx_magic_laser", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_magus", 1 ] ], + [ [ "700nx", 1 ] ] + ] },{ "type": "recipe", "result": "700nx_magic_lightning", diff --git a/Magiclysm-MagicBulletsMod/recipes/762.json b/Magiclysm-MagicBulletsMod/recipes/762.json index 4302873..7b8258b 100644 --- a/Magiclysm-MagicBulletsMod/recipes/762.json +++ b/Magiclysm-MagicBulletsMod/recipes/762.json @@ -1,4 +1,58 @@ [{ + "type": "recipe", + "result": "762_m43_magic_flare", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_animist", 1 ] ], + [ [ "762_m43", 1 ] ] + ] +},{ + "type": "recipe", + "result": "762_m43_magic_leech", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_animist", 1 ] ], + [ [ "762_m43", 1 ] ] + ] +},{ + "type": "recipe", + "result": "762_m43_magic_acid", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_biomancer", 1 ] ], + [ [ "762_m43", 1 ] ] + ] +},{ "type": "recipe", "result": "762_m43_magic_nature", "category": "CC_ENCHANTED", @@ -70,6 +124,42 @@ [ [ "rune_kelvinist", 1 ] ], [ [ "762_m43", 1 ] ] ] +},{ + "type": "recipe", + "result": "762_m43_magic_blackhole", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_magus", 1 ] ], + [ [ "762_m43", 1 ] ] + ] +},{ + "type": "recipe", + "result": "762_m43_magic_laser", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_magus", 1 ] ], + [ [ "762_m43", 1 ] ] + ] },{ "type": "recipe", "result": "762_m43_magic_lightning", diff --git a/Magiclysm-MagicBulletsMod/recipes/762R.json b/Magiclysm-MagicBulletsMod/recipes/762R.json index 2ee94dc..3cf3c7f 100644 --- a/Magiclysm-MagicBulletsMod/recipes/762R.json +++ b/Magiclysm-MagicBulletsMod/recipes/762R.json @@ -1,4 +1,58 @@ [{ + "type": "recipe", + "result": "762_54R_magic_flare", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_animist", 1 ] ], + [ [ "762_54R", 1 ] ] + ] +},{ + "type": "recipe", + "result": "762_54R_magic_leech", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_animist", 1 ] ], + [ [ "762_54R", 1 ] ] + ] +},{ + "type": "recipe", + "result": "762_54R_magic_acid", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_biomancer", 1 ] ], + [ [ "762_54R", 1 ] ] + ] +},{ "type": "recipe", "result": "762_54R_magic_nature", "category": "CC_ENCHANTED", @@ -70,6 +124,42 @@ [ [ "rune_kelvinist", 1 ] ], [ [ "762_54R", 1 ] ] ] +},{ + "type": "recipe", + "result": "762_54R_magic_blackhole", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_magus", 1 ] ], + [ [ "762_54R", 1 ] ] + ] +},{ + "type": "recipe", + "result": "762_54R_magic_laser", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_magus", 1 ] ], + [ [ "762_54R", 1 ] ] + ] },{ "type": "recipe", "result": "762_54R_magic_lightning", diff --git a/Magiclysm-MagicBulletsMod/recipes/762x25.json b/Magiclysm-MagicBulletsMod/recipes/762x25.json index 537adf6..1a052d0 100644 --- a/Magiclysm-MagicBulletsMod/recipes/762x25.json +++ b/Magiclysm-MagicBulletsMod/recipes/762x25.json @@ -1,4 +1,58 @@ [{ + "type": "recipe", + "result": "762_25_magic_flare", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_animist", 1 ] ], + [ [ "762_25", 1 ] ] + ] +},{ + "type": "recipe", + "result": "762_25_magic_leech", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_animist", 1 ] ], + [ [ "762_25", 1 ] ] + ] +},{ + "type": "recipe", + "result": "762_25_magic_acid", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_biomancer", 1 ] ], + [ [ "762_25", 1 ] ] + ] +},{ "type": "recipe", "result": "762_25_magic_nature", "category": "CC_ENCHANTED", @@ -70,6 +124,42 @@ [ [ "rune_kelvinist", 1 ] ], [ [ "762_25", 1 ] ] ] +},{ + "type": "recipe", + "result": "762_25_magic_blackhole", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_magus", 1 ] ], + [ [ "762_25", 1 ] ] + ] +},{ + "type": "recipe", + "result": "762_25_magic_laser", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_magus", 1 ] ], + [ [ "762_25", 1 ] ] + ] },{ "type": "recipe", "result": "762_25_magic_lightning", diff --git a/Magiclysm-MagicBulletsMod/recipes/9mm.json b/Magiclysm-MagicBulletsMod/recipes/9mm.json index 18166a2..9ac26fd 100644 --- a/Magiclysm-MagicBulletsMod/recipes/9mm.json +++ b/Magiclysm-MagicBulletsMod/recipes/9mm.json @@ -1,4 +1,58 @@ [{ + "type": "recipe", + "result": "9mm_magic_flare", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_animist", 1 ] ], + [ [ "9mm", 1 ] ] + ] +},{ + "type": "recipe", + "result": "9mm_magic_leech", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_animist", 1 ] ], + [ [ "9mm", 1 ] ] + ] +},{ + "type": "recipe", + "result": "9mm_magic_acid", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_biomancer", 1 ] ], + [ [ "9mm", 1 ] ] + ] +},{ "type": "recipe", "result": "9mm_magic_nature", "category": "CC_ENCHANTED", @@ -70,6 +124,42 @@ [ [ "rune_kelvinist", 1 ] ], [ [ "9mm", 1 ] ] ] +},{ + "type": "recipe", + "result": "9mm_magic_blackhole", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_magus", 1 ] ], + [ [ "9mm", 1 ] ] + ] +},{ + "type": "recipe", + "result": "9mm_magic_laser", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_magus", 1 ] ], + [ [ "9mm", 1 ] ] + ] },{ "type": "recipe", "result": "9mm_magic_lightning", diff --git a/Magiclysm-MagicBulletsMod/recipes/9x18.json b/Magiclysm-MagicBulletsMod/recipes/9x18.json index f6f2d5b..0ef0d8c 100644 --- a/Magiclysm-MagicBulletsMod/recipes/9x18.json +++ b/Magiclysm-MagicBulletsMod/recipes/9x18.json @@ -1,4 +1,58 @@ [{ + "type": "recipe", + "result": "9x18mm_magic_flare", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_animist", 1 ] ], + [ [ "9x18mm", 1 ] ] + ] +},{ + "type": "recipe", + "result": "9x18mm_magic_leech", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_animist", 1 ] ], + [ [ "9x18mm", 1 ] ] + ] +},{ + "type": "recipe", + "result": "9x18mm_magic_acid", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_biomancer", 1 ] ], + [ [ "9x18mm", 1 ] ] + ] +},{ "type": "recipe", "result": "9x18mm_magic_nature", "category": "CC_ENCHANTED", @@ -70,6 +124,42 @@ [ [ "rune_kelvinist", 1 ] ], [ [ "9x18mm", 1 ] ] ] +},{ + "type": "recipe", + "result": "9x18mm_magic_blackhole", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_magus", 1 ] ], + [ [ "9x18mm", 1 ] ] + ] +},{ + "type": "recipe", + "result": "9x18mm_magic_laser", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_magus", 1 ] ], + [ [ "9x18mm", 1 ] ] + ] },{ "type": "recipe", "result": "9x18mm_magic_lightning", diff --git a/Magiclysm-MagicBulletsMod/recipes/shot.json b/Magiclysm-MagicBulletsMod/recipes/shot.json index 860fdb6..6c0efb6 100644 --- a/Magiclysm-MagicBulletsMod/recipes/shot.json +++ b/Magiclysm-MagicBulletsMod/recipes/shot.json @@ -1,4 +1,58 @@ [{ + "type": "recipe", + "result": "shot_00_magic_flare", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_animist", 1 ] ], + [ [ "shot_00", 1 ] ] + ] +},{ + "type": "recipe", + "result": "shot_00_magic_leech", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_animist", 1 ] ], + [ [ "shot_00", 1 ] ] + ] +},{ + "type": "recipe", + "result": "shot_00_magic_acid", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_biomancer", 1 ] ], + [ [ "shot_00", 1 ] ] + ] +},{ "type": "recipe", "result": "shot_00_magic_nature", "category": "CC_ENCHANTED", @@ -70,6 +124,42 @@ [ [ "rune_kelvinist", 1 ] ], [ [ "shot_00", 1 ] ] ] +},{ + "type": "recipe", + "result": "shot_00_magic_blackhole", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_magus", 1 ] ], + [ [ "shot_00", 1 ] ] + ] +},{ + "type": "recipe", + "result": "shot_00_magic_laser", + "category": "CC_ENCHANTED", + "subcategory": "CSC_ENCHANTED_AMMO", + "skill_used": "fabrication", + "skills_required": [ "spellcraft", 4 ], + "difficulty": 4, + "time": "1 m", + "book_learn": [ [ "book_magic_bullets", 4 ] ], + "qualities": [ + { "id": "MANA_FOCUS", "level": 1 } + ], + "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], + "components": [ + [ [ "rune_magus", 1 ] ], + [ [ "shot_00", 1 ] ] + ] },{ "type": "recipe", "result": "shot_00_magic_lightning", From a1e478c21e968887412760fb86a4969488022859 Mon Sep 17 00:00:00 2001 From: NEricN Date: Sat, 11 Jul 2020 01:19:28 -0700 Subject: [PATCH 8/8] Update readme with new bullet types. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b3ef96..851eb8f 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ If you do care, then since CDDA looks for the modinfo.json, you can put this ent ## Features -All base bullets will have 5 ammo types: +All base bullets will have 9 ammo types: Enchantment Type | Class |Description --- | --- | --- @@ -29,6 +29,10 @@ earth | Earthshaper | Fragmentation effect on hit. Moderately decreased bullet d nature | Druid | Blinds if a headshot is landed, and slows them down. Mildly decreased bullet damage. lightning | Stormshaper | Chain lightning on a bullet. Massively decreased bullet damage. emp | Technomancer | EMP on bots. Massively decreased bullet damage. +light | Animist | Creates a flashbang effect on hit. Massively decreased bullet damage. +mana leech | Animist | Gain 3 mana on hit. Note: It takes 5 mana to make a bullet so this is not infinite. Slightly decreased bullet damage. +pierce | Magus | Laser on a bullet. Adds armor penetration once the code for armor penetration parsing is fixed. Decreased bullet damage. +black hole | Magus | Generates a black hole suction on a random enemy. Items and enemies are pulled towards it. Massively decreased bullet damage. ## Customization