Visual Spell Templates and Other Quick References

Discussion in 'Modding' started by Rarefied Horse Meat, Jan 27, 2012.

  1. Glazed

    Glazed Member

    "triggerondodge" only works on abilities. For items and spell buffs it's "dodgeBuff".
     
  2. Kazeto

    Kazeto Member

    Yes. Just make your own "manTemplateDB.xml" file with your custom template, and reference it with whatever is supposed to be using it.
    If you don't know how to do that, start by taking a look at the original file.
     
  3. Ruigi

    Ruigi Will Mod for Digglebucks

     
    Kazeto likes this.
  4. Essence

    Essence Will Mod for Digglebucks

    1.1.13 syntax: Weapon-Dependent Effects

    Interestingly, they decided to add the necessity for weapons as an element in SpellDB rather than SkillDB. It takes the form of an addition to the <requirements> tag, as in <requirements weapon="2"> (where the number is the weapon type from itemDB -- shields, however, are <requirements shield="1">). That means that stat bonuses from the weapon skills are still weapon-dependent like always (hardcoded style, sadly). Now, however, it's totally possible to make spells that can only be activated if you have the correct equipment equipped.

    Dual Wield still doesn't have a <requirements dual="1">, so stuff like Offensive Maneuvering will still proc with an orb and a tome equipped.
     
    OmniaNigrum and Kazeto like this.
  5. Bohandas

    Bohandas Member

    Do you happen know which ones work in items?
     
  6. Kazeto

    Kazeto Member

    You can start with the ones that work from within buffs, the list is fairly similar.

    And I can assure you that "triggeroncast" does not work.
     
  7. ChemIisana

    ChemIisana Member

    Breakdown of average stats on food (A guideline, not a hard code):

    0.279:life: per 1 Zorkmid, or:
    1:life: per 3.584 Zorkmids.

    For Booze:

    0.269:mana: per 1 Zorkmid, or:
    1:mana: per 3.721 Zorkmids.

    Not counted were Diggle Nog, Dwarven Gut Rot, Root of T'Char, and Pan-Galactic Gargle Blaster. All others counted ranged for all three expansion packs. Most items ingame will not fall perfectly on this scale (some are very close, others far underrated or overrated), but it's still helpful for pricing to have. I'd really like to see what the real price for every stat was, though. Not sure where I would find that.

    FURTHER NOTES!
    The formula for finding the price of your food should look like an exponential formula, with Zorkmidn=Zorkmidn-1*(2.1) or something of that effect.
     
    OmniaNigrum and Essence like this.
  8. Alistaire

    Alistaire Member

    http://dredmod.com/wiki/Damage

    http://dredmod.com/wiki/Floors

    ----

    I found out that Righteous is the best damage, and Toxic the worst. Righteous has no resistance whatsoever in whatever dungeon floor (vanilla, no RoTD), while Toxic has resistance EVERY floor, except for floor 7.

    Aethereal and Necromantic are the most underrated damage types there currently are, especially Necromantic (Aethereal Missile is pretty common).
     
  9. OmniaNigrum

    OmniaNigrum Member

    http://community.gaslampgames.com/threads/exotic-damages-and-you.2998/

    Actually there is quite a bit of :resist_righteous: on Lutefisk whatevers. (Whatever depends on the floor. But they all have some resistance. Otherwise :dmg_righteous: is pretty awesome.)
     
    mining likes this.
  10. Alistaire

    Alistaire Member

    I didn't add the RoTD in that research..
     
    OmniaNigrum likes this.
  11. OmniaNigrum

    OmniaNigrum Member

    I apologize. I could have sworn they were in the base game too.
     
  12. Alistaire

    Alistaire Member

    I'm working on a big mod that adds loads of items, and it's sometimes hard to find a fitting name for an item, so I've made a simple list of them;

    ---- Hand armour ----
    Gloves: armour that spans /only/ the hands, not the rest of the arm (white suitgloves)
    Wrists/Wristguards: armour that only fits wrists (wristbands)
    Bracers/Vambraces: armour that spans from wrists to elbows (archer's vambraces)
    Gauntlets: armour that spans from fingers to elbows (iron spiked gauntlets)
    Sleeves: armour that spans from wrists/hands to shoulders

    ---- Feet armour ----
    Sandals/Flipflops: open armour that spans from +/- toes to just under the shins (gladiator's sandals)
    Shoes: closed armour from toes to ankles (dress shoes)
    Boots: closed armour from toes to calves, generally heavy (army boots)

    ---- Head armour ----
    Cap: not covering face, small (NYC cap)
    Hat: not covering face, bigger (wizard hat)
    Mask: only covering face (voodoo mask)
    Helm/Helmet: covering head, not always covering the face (spartan helmet, full helm)

    ---- Leg armour ----
    Pants: lighter/shoddier variant, covering most/all of ones legs
    Legs: heavier/more abstract variant, covering most/all of ones legs
    Shins: light, covering only shins
    Greaves: heavy, covering only shins

    ---- Shields ----
    Buckler: small
    Shield: anything, actually
     
    bluehinter and Kazeto like this.
  13. seriouslysean

    seriouslysean Member

    This thread has been incredibly helpful while writing my mod -- thank you!
     
  14. tojosan

    tojosan Member

    Great reference material here.
    I'll be using this as I work on mods.
     
  15. Bohandas

    Bohandas Member

    Actually I think 5 is ship/library; mostly library

    EDIT:
    Also 4 is like a roman bath or something, not just marble
     
    Last edited: Mar 30, 2018
    Kazeto likes this.
  16. Bohandas

    Bohandas Member

    You can also use FastStone Image Viewer's batch convert function. Set the destination file type as .png and it will output png files of a type Dungeons of Dredmor can read, and it can do all the .png images in the entire mod at once.
     
    Kazeto likes this.
  17. Kazeto

    Kazeto Member

    It's hard to pin-point the exact theme unless we find out what they were all supposed to reference. But without that, ultimately both interpretations are fine, I think.