diff --git a/data/mods/Magiclysm/items/melee.json b/data/mods/Magiclysm/items/melee.json index 463aa24eef40b..612c055b09f64 100644 --- a/data/mods/Magiclysm/items/melee.json +++ b/data/mods/Magiclysm/items/melee.json @@ -35,7 +35,7 @@ "description": "Gram, the sword of Sigurd. It is rumored to be the sword that slayed the legendary dragon, Fafnir. Once said to have cleaved Regin's anvil in half, the edge is impeccable.", "weight": "1132 g", "material": [ "orichalcum_metal", "steel", "leather" ], - "techniques": [ "WBLOCK_2", "PRECISE", "VORPAL" ], + "techniques": [ "WBLOCK_2", "PRECISE", "DIVIDE" ], "volume": "2500 ml", "cutting": 45, "price": 200000 diff --git a/data/mods/Magiclysm/monstergroups.json b/data/mods/Magiclysm/monstergroups.json index 24f3062bdd5df..c09923b56a9cf 100644 --- a/data/mods/Magiclysm/monstergroups.json +++ b/data/mods/Magiclysm/monstergroups.json @@ -31,8 +31,8 @@ { "monster": "mon_winter_wolf", "weight": 4, "cost_multiplier": 5, "pack_size": [ 1, 3 ], "starts": 750 }, { "monster": "mon_irongolem", "weight": 2, "cost_multiplier": 8 }, { "monster": "mon_demon_spiderling", "weight": 15, "cost_multiplier": 5, "pack_size": [ 3, 7 ] }, - { "monster": "mon_owlbear_zombie", "weight": 7, "cost_multiplier": 10 }, - { "monster": "mon_owlbear_zombie_brute", "weight": 1, "cost_multiplier": 15 }, + { "monster": "mon_owlbear_zombie", "weight": 7, "cost_multiplier": 10, "starts": "15 days" }, + { "monster": "mon_owlbear_zombie_brute", "weight": 1, "cost_multiplier": 15, "starts": "30 days" }, { "monster": "mon_troll_zombie", "weight": 3, "cost_multiplier": 13 }, { "monster": "mon_yulecat_zombie", "weight": 3, "cost_multiplier": 12 }, { "monster": "mon_yulecat_zombie_brute", "weight": 1, "cost_multiplier": 25 } @@ -62,9 +62,21 @@ { "monster": "mon_owlbear", "weight": 100, "cost_multiplier": 10, "pack_size": [ 2, 4 ] }, { "monster": "mon_shrieker", "weight": 10 }, { "monster": "mon_lemure", "weight": 5, "cost_multiplier": 2, "pack_size": [ 1, 4 ] }, - { "monster": "mon_owlbear_zombie", "weight": 40, "cost_multiplier": 10, "pack_size": [ 2, 4 ] }, - { "monster": "mon_owlbear_zombie_brute", "weight": 5, "cost_multiplier": 20, "pack_size": [ 1, 2 ] }, - { "monster": "mon_yulecat_zombie_brute", "weight": 5, "cost_multiplier": 30 } + { + "monster": "mon_owlbear_zombie", + "weight": 40, + "cost_multiplier": 10, + "pack_size": [ 2, 4 ], + "starts": "15 days" + }, + { + "monster": "mon_owlbear_zombie_brute", + "weight": 5, + "cost_multiplier": 20, + "pack_size": [ 1, 2 ], + "starts": "30 days" + }, + { "monster": "mon_yulecat_zombie_brute", "weight": 5, "cost_multiplier": 30, "starts": "30 days" } ] }, { diff --git a/data/mods/Magiclysm/techniques.json b/data/mods/Magiclysm/techniques.json new file mode 100644 index 0000000000000..afe9463d6cfaa --- /dev/null +++ b/data/mods/Magiclysm/techniques.json @@ -0,0 +1,18 @@ +[ + { + "type": "technique", + "id": "DIVIDE", + "name": "The Great Divide", + "//": "VORPAL in fact, but with another weight (-250 -> 99)", + "melee_allowed": true, + "mult_bonuses": [ { "stat": "damage", "type": "cut", "scale": 2 } ], + "crit_tec": true, + "weighting": 0, + "messages": [ + "Snicker-snack! You slice through %s like a hot knife slices through butter.", + "Snicker-snack! slices through %s like a hot knife slices through butter." + ], + "description": "Cut damage multiply by 2, crit only", + "attack_vectors": [ "WEAPON" ] + } +] diff --git a/data/mods/Magiclysm/vehicles/summoned_vehicles.json b/data/mods/Magiclysm/vehicles/summoned_vehicles.json index 08c1bdc523526..1a812eaf4dc77 100644 --- a/data/mods/Magiclysm/vehicles/summoned_vehicles.json +++ b/data/mods/Magiclysm/vehicles/summoned_vehicles.json @@ -67,7 +67,18 @@ "removal": { "skills": [ [ "mechanics", 20 ], [ "spellcraft", 1 ] ], "time": "30 m", "using": [ [ "vehicle_weld_removal", 1 ] ] }, "repair": { "skills": [ [ "mechanics", 20 ], [ "spellcraft", 1 ] ], "time": "60 m", "using": [ [ "welding_standard", 5 ] ] } }, - "flags": [ "INITIAL_PART", "ENGINE", "STABLE", "E_STARTS_INSTANTLY", "STEERABLE", "WHEEL", "OBSTACLE", "CARGO", "MAGIC_FOLLOW" ], + "flags": [ + "INITIAL_PART", + "ENGINE", + "STABLE", + "E_STARTS_INSTANTLY", + "STEERABLE", + "WHEEL", + "OBSTACLE", + "CARGO", + "MAGIC_FOLLOW", + "FLOATS" + ], "damage_reduction": { "all": 12 } }, {