diff options
author | David Gay <david@davidgay.org> | 2021-06-23 22:11:16 -0400 |
---|---|---|
committer | David Gay <david@davidgay.org> | 2021-06-23 22:11:16 -0400 |
commit | e5f8b9e3432aa80f71a07d1672bd8c675bbdf3fc (patch) | |
tree | 8d46bbd99252d993d7900c1279d5578ed6921f8a /data | |
parent | 911f00008b31554d4cc70653a42f6bf809c7792b (diff) |
Half effectiveness of skill level-based duration scaling, and also add missing havencast skill scaling to havencast spell activities
Diffstat (limited to 'data')
-rw-r--r-- | data/activities.yml | 166 |
1 files changed, 92 insertions, 74 deletions
diff --git a/data/activities.yml b/data/activities.yml index 39e5a81..a0a0072 100644 --- a/data/activities.yml +++ b/data/activities.yml @@ -332,7 +332,7 @@ plant_mudtub_seed: scaling: - type: "skill" gid: "magiculture" - scale_value: 1 + scale_value: 0.5 - type: "stat" gid: "magiculture_speed" scale_value: 1 @@ -360,7 +360,7 @@ harvest_mudtub: scaling: - type: "skill" gid: "magiculture" - scale_value: 1 + scale_value: 0.5 - type: "stat" gid: "magiculture_speed" scale_value: 1 @@ -391,7 +391,7 @@ plant_midoras_seed: scaling: - type: "skill" gid: "magiculture" - scale_value: 1 + scale_value: 0.5 - type: "stat" gid: "magiculture_speed" scale_value: 1 @@ -419,7 +419,7 @@ harvest_midoras: scaling: - type: "skill" gid: "magiculture" - scale_value: 1 + scale_value: 0.5 - type: "stat" gid: "magiculture_speed" scale_value: 1 @@ -450,7 +450,7 @@ plant_templis_seed: scaling: - type: "skill" gid: "magiculture" - scale_value: 1 + scale_value: 0.5 - type: "stat" gid: "magiculture_speed" scale_value: 1 @@ -478,7 +478,7 @@ harvest_templis: scaling: - type: "skill" gid: "magiculture" - scale_value: 1 + scale_value: 0.5 - type: "stat" gid: "magiculture_speed" scale_value: 1 @@ -509,7 +509,7 @@ plant_enzon_seed: scaling: - type: "skill" gid: "magiculture" - scale_value: 1 + scale_value: 0.5 - type: "stat" gid: "magiculture_speed" scale_value: 1 @@ -537,7 +537,7 @@ harvest_enzon: scaling: - type: "skill" gid: "magiculture" - scale_value: 1 + scale_value: 0.5 - type: "stat" gid: "magiculture_speed" scale_value: 1 @@ -567,7 +567,7 @@ craft_crude_iron_ingot: scaling: - type: "skill" gid: "otherforge" - scale_value: 1 + scale_value: 0.5 - type: "stat" gid: "otherforge_speed" scale_value: 1 @@ -598,7 +598,7 @@ craft_iron_ingot: scaling: - type: "skill" gid: "otherforge" - scale_value: 1 + scale_value: 0.5 - type: "stat" gid: "otherforge_speed" scale_value: 1 @@ -629,7 +629,7 @@ craft_pure_iron_ingot: scaling: - type: "skill" gid: "otherforge" - scale_value: 1 + scale_value: 0.5 - type: "stat" gid: "otherforge_speed" scale_value: 1 @@ -660,7 +660,7 @@ craft_arcanite_ingot: scaling: - type: "skill" gid: "otherforge" - scale_value: 1 + scale_value: 0.5 - type: "stat" gid: "otherforge_speed" scale_value: 1 @@ -691,7 +691,7 @@ craft_purify_crude_iron_ingot: scaling: - type: "skill" gid: "otherforge" - scale_value: 1 + scale_value: 0.5 - type: "stat" gid: "otherforge_speed" scale_value: 1 @@ -722,7 +722,7 @@ craft_purify_iron_ingot: scaling: - type: "skill" gid: "otherforge" - scale_value: 1 + scale_value: 0.5 - type: "stat" gid: "otherforge_speed" scale_value: 1 @@ -753,7 +753,7 @@ craft_iron_lockpicks: scaling: - type: "skill" gid: "otherforge" - scale_value: 1 + scale_value: 0.5 - type: "stat" gid: "otherforge_speed" scale_value: 1 @@ -784,7 +784,7 @@ craft_iron_dagger: scaling: - type: "skill" gid: "otherforge" - scale_value: 1 + scale_value: 0.5 - type: "stat" gid: "otherforge_speed" scale_value: 1 @@ -815,7 +815,7 @@ craft_iron_short_sword: scaling: - type: "skill" gid: "otherforge" - scale_value: 1 + scale_value: 0.5 - type: "stat" gid: "otherforge_speed" scale_value: 1 @@ -846,7 +846,7 @@ craft_iron_longsword: scaling: - type: "skill" gid: "otherforge" - scale_value: 1 + scale_value: 0.5 - type: "stat" gid: "otherforge_speed" scale_value: 1 @@ -877,7 +877,7 @@ craft_iron_buckler: scaling: - type: "skill" gid: "otherforge" - scale_value: 1 + scale_value: 0.5 - type: "stat" gid: "otherforge_speed" scale_value: 1 @@ -908,7 +908,7 @@ craft_iron_shield: scaling: - type: "skill" gid: "otherforge" - scale_value: 1 + scale_value: 0.5 - type: "stat" gid: "otherforge_speed" scale_value: 1 @@ -939,7 +939,7 @@ craft_iron_cap: scaling: - type: "skill" gid: "otherforge" - scale_value: 1 + scale_value: 0.5 - type: "stat" gid: "otherforge_speed" scale_value: 1 @@ -970,7 +970,7 @@ craft_iron_sallet: scaling: - type: "skill" gid: "otherforge" - scale_value: 1 + scale_value: 0.5 - type: "stat" gid: "otherforge_speed" scale_value: 1 @@ -1001,7 +1001,7 @@ craft_iron_leggings: scaling: - type: "skill" gid: "otherforge" - scale_value: 1 + scale_value: 0.5 - type: "stat" gid: "otherforge_speed" scale_value: 1 @@ -1032,7 +1032,7 @@ craft_iron_chainmail: scaling: - type: "skill" gid: "otherforge" - scale_value: 1 + scale_value: 0.5 - type: "stat" gid: "otherforge_speed" scale_value: 1 @@ -1063,7 +1063,7 @@ craft_iron_platemail: scaling: - type: "skill" gid: "otherforge" - scale_value: 1 + scale_value: 0.5 - type: "stat" gid: "otherforge_speed" scale_value: 1 @@ -1094,7 +1094,7 @@ craft_arcanite_dagger: scaling: - type: "skill" gid: "otherforge" - scale_value: 1 + scale_value: 0.5 - type: "stat" gid: "otherforge_speed" scale_value: 1 @@ -1125,7 +1125,7 @@ craft_arcanite_short_sword: scaling: - type: "skill" gid: "otherforge" - scale_value: 1 + scale_value: 0.5 - type: "stat" gid: "otherforge_speed" scale_value: 1 @@ -1156,7 +1156,7 @@ craft_arcanite_longsword: scaling: - type: "skill" gid: "otherforge" - scale_value: 1 + scale_value: 0.5 - type: "stat" gid: "otherforge_speed" scale_value: 1 @@ -1187,7 +1187,7 @@ craft_arcanite_buckler: scaling: - type: "skill" gid: "otherforge" - scale_value: 1 + scale_value: 0.5 - type: "stat" gid: "otherforge_speed" scale_value: 1 @@ -1218,7 +1218,7 @@ craft_arcanite_shield: scaling: - type: "skill" gid: "otherforge" - scale_value: 1 + scale_value: 0.5 - type: "stat" gid: "otherforge_speed" scale_value: 1 @@ -1249,7 +1249,7 @@ craft_arcanite_cap: scaling: - type: "skill" gid: "otherforge" - scale_value: 1 + scale_value: 0.5 - type: "stat" gid: "otherforge_speed" scale_value: 1 @@ -1280,7 +1280,7 @@ craft_arcanite_sallet: scaling: - type: "skill" gid: "otherforge" - scale_value: 1 + scale_value: 0.5 - type: "stat" gid: "otherforge_speed" scale_value: 1 @@ -1311,7 +1311,7 @@ craft_arcanite_leggings: scaling: - type: "skill" gid: "otherforge" - scale_value: 1 + scale_value: 0.5 - type: "stat" gid: "otherforge_speed" scale_value: 1 @@ -1342,7 +1342,7 @@ craft_arcanite_chainmail: scaling: - type: "skill" gid: "otherforge" - scale_value: 1 + scale_value: 0.5 - type: "stat" gid: "otherforge_speed" scale_value: 1 @@ -1373,7 +1373,7 @@ craft_arcanite_platemail: scaling: - type: "skill" gid: "otherforge" - scale_value: 1 + scale_value: 0.5 - type: "stat" gid: "otherforge_speed" scale_value: 1 @@ -1404,7 +1404,7 @@ craft_balgoloth_plate: scaling: - type: "skill" gid: "otherforge" - scale_value: 1 + scale_value: 0.5 - type: "stat" gid: "otherforge_speed" scale_value: 1 @@ -1438,7 +1438,7 @@ craft_iron_pickaxe: scaling: - type: "skill" gid: "otherforge" - scale_value: 1 + scale_value: 0.5 - type: "stat" gid: "otherforge_speed" scale_value: 1 @@ -1472,7 +1472,7 @@ craft_iron_axe: scaling: - type: "skill" gid: "otherforge" - scale_value: 1 + scale_value: 0.5 - type: "stat" gid: "otherforge_speed" scale_value: 1 @@ -1506,7 +1506,7 @@ craft_iron_spade: scaling: - type: "skill" gid: "otherforge" - scale_value: 1 + scale_value: 0.5 - type: "stat" gid: "otherforge_speed" scale_value: 1 @@ -1540,7 +1540,7 @@ craft_arcanite_pickaxe: scaling: - type: "skill" gid: "otherforge" - scale_value: 1 + scale_value: 0.5 - type: "stat" gid: "otherforge_speed" scale_value: 1 @@ -1574,7 +1574,7 @@ craft_arcanite_axe: scaling: - type: "skill" gid: "otherforge" - scale_value: 1 + scale_value: 0.5 - type: "stat" gid: "otherforge_speed" scale_value: 1 @@ -1608,7 +1608,7 @@ craft_arcanite_spade: scaling: - type: "skill" gid: "otherforge" - scale_value: 1 + scale_value: 0.5 - type: "stat" gid: "otherforge_speed" scale_value: 1 @@ -1642,7 +1642,7 @@ craft_onus_of_vision: scaling: - type: "skill" gid: "otherforge" - scale_value: 1 + scale_value: 0.5 - type: "stat" gid: "otherforge_speed" scale_value: 1 @@ -1685,7 +1685,7 @@ craft_mending_salve: scaling: - type: "skill" gid: "fluxseethe" - scale_value: 1 + scale_value: 0.5 - type: "stat" gid: "fluxseethe_speed" scale_value: 1 @@ -1719,7 +1719,7 @@ craft_manadross_tincture: scaling: - type: "skill" gid: "fluxseethe" - scale_value: 1 + scale_value: 0.5 - type: "stat" gid: "fluxseethe_speed" scale_value: 1 @@ -1756,7 +1756,7 @@ craft_lusterlight_tincture: scaling: - type: "skill" gid: "fluxseethe" - scale_value: 1 + scale_value: 0.5 - type: "stat" gid: "fluxseethe_speed" scale_value: 1 @@ -1793,7 +1793,7 @@ craft_quarrying_draught: scaling: - type: "skill" gid: "fluxseethe" - scale_value: 1 + scale_value: 0.5 - type: "stat" gid: "fluxseethe_speed" scale_value: 1 @@ -1827,7 +1827,7 @@ craft_reaping_draught: scaling: - type: "skill" gid: "fluxseethe" - scale_value: 1 + scale_value: 0.5 - type: "stat" gid: "fluxseethe_speed" scale_value: 1 @@ -1861,7 +1861,7 @@ craft_trawling_draught: scaling: - type: "skill" gid: "fluxseethe" - scale_value: 1 + scale_value: 0.5 - type: "stat" gid: "fluxseethe_speed" scale_value: 1 @@ -1895,7 +1895,7 @@ craft_woodflesh_potion: scaling: - type: "skill" gid: "fluxseethe" - scale_value: 1 + scale_value: 0.5 - type: "stat" gid: "fluxseethe_speed" scale_value: 1 @@ -1929,7 +1929,7 @@ craft_lightblood_potion: scaling: - type: "skill" gid: "fluxseethe" - scale_value: 1 + scale_value: 0.5 - type: "stat" gid: "fluxseethe_speed" scale_value: 1 @@ -1966,7 +1966,7 @@ craft_mercuria_potion: scaling: - type: "skill" gid: "fluxseethe" - scale_value: 1 + scale_value: 0.5 - type: "stat" gid: "fluxseethe_speed" scale_value: 1 @@ -2003,7 +2003,7 @@ planequarry_floret_mines: scaling: - type: "skill" gid: "planequarry" - scale_value: 1 + scale_value: 0.5 - type: "stat" gid: "planequarry_speed" scale_value: 1 @@ -2073,7 +2073,7 @@ planequarry_deepshaft: scaling: - type: "skill" gid: "planequarry" - scale_value: 1 + scale_value: 0.5 - type: "stat" gid: "planequarry_speed" scale_value: 1 @@ -2148,7 +2148,7 @@ planequarry_brine_trench: scaling: - type: "skill" gid: "planequarry" - scale_value: 1 + scale_value: 0.5 - type: "stat" gid: "planequarry_speed" scale_value: 1 @@ -2181,7 +2181,7 @@ beastslay_killing_fields: scaling: - type: "skill" gid: "beastslay" - scale_value: 1 + scale_value: 0.5 results: - type: "monster" chance: 1 @@ -2237,7 +2237,7 @@ wealdreap_twil_woods: scaling: - type: "skill" gid: "wealdreap" - scale_value: 1 + scale_value: 0.5 - type: "stat" gid: "wealdreap_speed" scale_value: 1 @@ -2308,7 +2308,7 @@ wealdreap_twil_grove: scaling: - type: "skill" gid: "wealdreap" - scale_value: 1 + scale_value: 0.5 - type: "stat" gid: "wealdreap_speed" scale_value: 1 @@ -2380,7 +2380,7 @@ manatrawl_sor_well: scaling: - type: "skill" gid: "manatrawl" - scale_value: 1 + scale_value: 0.5 - type: "stat" gid: "manatrawl_speed" scale_value: 1 @@ -2424,7 +2424,7 @@ manatrawl_sor_well_depths: scaling: - type: "skill" gid: "manatrawl" - scale_value: 1 + scale_value: 0.5 - type: "stat" gid: "manatrawl_speed" scale_value: 1 @@ -2468,7 +2468,7 @@ synthsever_rusted_lockbox: scaling: - type: "skill" gid: "synthsever" - scale_value: 1 + scale_value: 0.5 cost: - type: "item" gid: "rusted_lockbox" @@ -2586,7 +2586,7 @@ craft_gem_dust_from_red_beryl: scaling: - type: "skill" gid: "fluxseethe" - scale_value: 1 + scale_value: 0.5 - type: "stat" gid: "fluxseethe_speed" scale_value: 1 @@ -2617,7 +2617,7 @@ craft_gem_dust_from_tourmaline: scaling: - type: "skill" gid: "fluxseethe" - scale_value: 1 + scale_value: 0.5 - type: "stat" gid: "fluxseethe_speed" scale_value: 1 @@ -2648,7 +2648,7 @@ craft_bluster_powder: scaling: - type: "skill" gid: "spicework" - scale_value: 1 + scale_value: 0.5 - type: "stat" gid: "spicework_speed" scale_value: 1 @@ -2682,7 +2682,7 @@ craft_mudtub_mash: scaling: - type: "skill" gid: "spicework" - scale_value: 1 + scale_value: 0.5 - type: "stat" gid: "spicework_speed" scale_value: 1 @@ -2713,7 +2713,7 @@ craft_midoras_spice: scaling: - type: "skill" gid: "spicework" - scale_value: 1 + scale_value: 0.5 - type: "stat" gid: "spicework_speed" scale_value: 1 @@ -2744,7 +2744,7 @@ craft_midoras_mudtub_mash: scaling: - type: "skill" gid: "spicework" - scale_value: 1 + scale_value: 0.5 - type: "stat" gid: "spicework_speed" scale_value: 1 @@ -2778,7 +2778,7 @@ craft_dusted_templis: scaling: - type: "skill" gid: "spicework" - scale_value: 1 + scale_value: 0.5 - type: "stat" gid: "spicework_speed" scale_value: 1 @@ -2809,7 +2809,7 @@ beastslay_leviathan_floret_region: scaling: - type: "skill" gid: "beastslay" - scale_value: 1 + scale_value: 0.5 - type: "stat" gid: "beastslay_speed" scale_value: 1 @@ -2834,7 +2834,7 @@ craft_faint_mana: scaling: - type: "skill" gid: "omenbind" - scale_value: 1 + scale_value: 0.5 - type: "stat" gid: "omenbind_speed" scale_value: 1 @@ -2868,7 +2868,7 @@ craft_faint_forging_haste: scaling: - type: "skill" gid: "omenbind" - scale_value: 1 + scale_value: 0.5 - type: "stat" gid: "omenbind_speed" scale_value: 1 @@ -2902,7 +2902,7 @@ craft_faint_seething_haste: scaling: - type: "skill" gid: "omenbind" - scale_value: 1 + scale_value: 0.5 - type: "stat" gid: "omenbind_speed" scale_value: 1 @@ -2936,7 +2936,7 @@ craft_faint_working_haste: scaling: - type: "skill" gid: "omenbind" - scale_value: 1 + scale_value: 0.5 - type: "stat" gid: "omenbind_speed" scale_value: 1 @@ -2970,7 +2970,7 @@ craft_minor_mana: scaling: - type: "skill" gid: "omenbind" - scale_value: 1 + scale_value: 0.5 - type: "stat" gid: "omenbind_speed" scale_value: 1 @@ -3010,6 +3010,9 @@ havencast_light: scaling: - type: "skill" gid: "havencast" + scale_value: 0.5 + - type: "stat" + gid: "havencast_speed" scale_value: 1 results: - type: "condition" @@ -3032,6 +3035,9 @@ havencast_dazzle: scaling: - type: "skill" gid: "havencast" + scale_value: 0.5 + - type: "stat" + gid: "havencast_speed" scale_value: 1 requirements: - type: "skill" @@ -3061,6 +3067,9 @@ havencast_decipher_simple_magicscript: scaling: - type: "skill" gid: "havencast" + scale_value: 0.5 + - type: "stat" + gid: "havencast_speed" scale_value: 1 requirements: - type: "skill" @@ -3097,6 +3106,9 @@ havencast_enchant_apprentice_wand: scaling: - type: "skill" gid: "havencast" + scale_value: 0.5 + - type: "stat" + gid: "havencast_speed" scale_value: 1 requirements: - type: "skill" @@ -3134,6 +3146,9 @@ havencast_stinging_rays: scaling: - type: "skill" gid: "havencast" + scale_value: 0.5 + - type: "stat" + gid: "havencast_speed" scale_value: 1 requirements: - type: "skill" @@ -3165,6 +3180,9 @@ havencast_flame_whirl: scaling: - type: "skill" gid: "havencast" + scale_value: 0.5 + - type: "stat" + gid: "havencast_speed" scale_value: 1 requirements: - type: "skill" |