That's unfortunate (you AND him being AWOL, i mean). If someone is going to pick this up again, consider adding a "spawns a trap" feature to "dig deeper". Essentially, drops a trap that applies the partial burial" debuff to unsuspecting enemies.
I would use the mod you make if it has any reasonable melee skills and any reasonable digging spell/skill. (Digging one square is not reasonable. Digging a huge line may be too potent, but I do not know how to limit it to say five squares or so.) But do what you want. You are doing the work. I will thank you if I can use it and not feel totally ripped off for paying nothing.
Well come to think about it, if we go to the flavor text - buried alive should technically be castable on open ground to create the one hole that does minor damage. Subsequent levels should therefore do "more". We could then move the idea of a "trap that immobilizes" to partial burial. As for creating a line of holes in front of you, rather than just recycle the buried alive,aAn interesting concept there would be to monsters suffer a damage type, and a relevant stackable-debuff to that damage type for each successive trap they proc.That way, you could have an ability that does a satisfying level of damage to a single monster, without being stupidly overpowered vs. groups. While I like the concept of finding stuff as you dig, I think that you should be able to find stuff for every level of this tree, rather than just the one. Naturally, lower levels will have a lower risk/reward ratio. Yep, what he said.
Just a post to let you people know that I'm not quite dead yet. I have been working on an update for a while, it's just been some IRL stuff getting in the way. I should have it updated by monday, complete with the icons provided earlier.
Cool, that means I can make Mortician a bit more different than it was going to be already. Work already started on it.
Okay Putting up the new folder now, once the steamworks goes live, and any new bugs are quashed, I'll add it to the workshop. Change log(0.9.0 > 0.9.3): Fixes: Fixed the mixed up prices on the shovel and the ashes General Changes: All abilities now scale based upon Icons have been added in for everything except the main skill icon. Is now a Warrior skill set. Buried Alive: Proc scales at 0.40 Proc scales at 0.35 Now has a chance of hitting multiple times on undead instead of doing Partial Burial scales at 0.45 Cremation Pyres damage changed to (2+0.5) Proc scales at 0.45 Dig Deeper Cool down reduced to 20 turns Eldritch Inhabitation is replaced by the Eldritch Passenger Buff: Eldritch Passenger Description: You disturbed something that best be left sleeping, and it is now inhabiting your skull. It grants you some of it's power, but unfortunately it doesn't pay rent. Consumes 1 mana every 2 rounds, cannot be canceled, counts as a bad buff. Grants: 2 2 2 2 2 On hit, drains (3+0.65 ) + (3+0.65 ) Last Lights All scales 0.45 Bonus undead damage does not scale New Skill: Load Baring Dirt You've finally figured out how to bury them all in time, use the dungeon to bury them for you by collapsing it around them. Adds new Skill: Load Baring Dirt -Load Baring Dirt [20 Cooldown, floor target] Description: By digging in just the right spots, you can make a whole chunks of the dungeon collapse, burying the corpses into the great beyond. Explosively. Hits All squares within 2 spaces of the target location, dealing (10+0.2) . Digs all hit squares. Any corpse hit triggers a blast identical to the damage and spread of last lights, consuming the corpse. New Item: Fell Bottle - Potion - 121z Contains a unspeakable cosmic entity, that stupidly got itself trapped in a bottle. On use: Gives the Eldritch Passenger buff.
Because back when this was made, it was pre 1.0.10, so it had to be based on magic power. I knew I wanted to change it to something else, melee power was the one that made the most sense thus far. (On version 0.9.2, it actually scaled on , but the skill set really doesn't lend itself to warrior/wizarding) I mean, I'm not married to the scaling, its just what its set at right now, and it does make sense as a default warrior based skill scaling factor.
So you could make yours completely different, which lets me play both trees, because allurlewtsRbelongtome. Obviously. Anyway, gonna do another big DoD run this weekend. Expect some heavy feedback from me then.
I'm not sure. The only real thing has going for it is that it is used to scale things. From my personal experience (I playtest my own stuff and other people's stuff a lot), if you use something other than there should be a good reason to use something other than . If you don't have one, always default to . These could be either mechanical reasons, thematic reasons, or in some cases both at once: on warrior skills means they're exempt from the problems of heavy armor for their bonuses, for Remember Your Charlemange gives a nice theming that it's based on your knowledge of lore and history, and for the new minor crafting skills both make them encourage players to invest in crafting (mechanical) and reflect the theme of knowing how to use advanced equipment (thematic). I don't see much of a mechanical reason for a grave digger to be exempt from the effects of penalties. I also don't see much of a thematic reason to use , sure, digging graves is hard work but it hardly seems to be about how hard you can hit something and how fit you are.
Not to be a nit-picker, but the term is "load bearing". Also, I'm psyched for this revamp. I don't know that I'll have time to playtest it in the next few weeks, but I'm psyched nonetheless. q
Drinking from a Fell Bottle crashes the game. Seems like either the eldritch passenger skill sprite is missing or the path to it is wrong.
Update on behind the scenes progress, I have addressed the Eldritch Passenger crash, however, It reveled a new bug where the hitTargetEffectBuff doesn't trigger the drain/mana recharge. I have tinkered a while with it, before calling it a night having spent too much on it. Once i get the bug quashed, I will be giving an upload to the workshop.
okay, this is really fustrating me, so I'm going to throw it out there for other people to puzzle over. Here's the Buff: Code: <spell name="Eldritch Passenger" type="self" icon="skills/gravedigger/eldritch_passenger_64.png"> <description text="You disturbed something that best be left sleeping, and it is now inhabbiting your skull. It grants you some of it's power, but unfortunately it doesn't pay rent"/> <buff useTimer="0" removable="0" manaUpkeep="2" stackable="0" icon="skills/gravedigger/eldritch_passenger_64.png" smallicon="skills/gravedigger/eldritch_passenger_32.png" > <targetHitEffectBuff percentage="100" name="Fungal Mana 0" /> <targetHitEffectBuff percentage="100" name="Pact Lifesteal" /> <resistbuff necromantic="2" crushing="2" piercing="2" slashing="2" righteous="2"/> <halo name="sprites/sfx/curse_loop/curse_loop" first="0" num="7" frameRate="100"/> </buff> </spell> I switched over to using pre-existing spells to attempt to limit the variables. Pact-Lifesteal works as a proc, but the fungal mana one does not. Also, here is the ones I had coded before attempting to switch it to fix it (both of these worked when set as a skill but failed as a proc in the above buff.) Code: <spell name="Eldritch Lifesteal" type="target"> <anim sprite="sprites/sfx/rockburst_rev/rockburst_rev" frames="9" sfx="blades" framerate="100" centerEffect="0"/> <effect type="drain" necromantic="3" necromanticF="0.65" sfx="blades" secondaryScale="2" sfx="fleshbore"/> </spell> <spell name="Eldritch Refresh" type="self" icon="skills/placeholder32.png" smallicon="skills/placeholder32.png" downtime="1"> <anim sprite="sprites/sfx/manafount/manafont" framerate="100" frames="7" sfx="blades" /> <description text="This better start filling your mana pool, or else you roomie will complain" /> <effect type="spellpoints" amount="3" amountF="0.65" secondaryScale="2" /> </spell>
Only the last fooBuff gets used. If you want to use more than one, make a new spell that triggers the others as an intermediate layer inbetween.
And we are live and updated. Turns out the bug in eldritch passenger was due to trigger ordering. Other changes include increasing the cooldown on load Barring dirt and other little fixes. Check it out here http://steamcommunity.com/sharedfiles/filedetails/?id=75540958