v50 Steam/Premium information for editors
  • v50 information can now be added to pages in the main namespace. v0.47 information can still be found in the DF2014 namespace. See here for more details on the new versioning policy.
  • Use this page to report any issues related to the migration.
This notice may be cached—the current version can be found here.

Editing 40d:Magic

Jump to navigation Jump to search

Warning: You are not logged in.
Your IP address will be recorded in this page's edit history.

You are editing a page for an older version of Dwarf Fortress ("Main" is the current version, not "40d"). Please make sure you intend to do this. If you are here by mistake, see the current page instead.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.

Latest revision Your text
Line 2: Line 2:
 
{{mod}}
 
{{mod}}
 
{{Quality|Fine}}
 
{{Quality|Fine}}
'''Magic''' does not exist in ''Dwarf Fortress''. Magic is the stuff of legends, and is associated with fanciful creatures such as [[chimera]]s, [[centaur]]s, and [[griffon]]s. These creatures are included in the game's [[Modding|raw object data]] and so they may appear on engravings, but the actual creatures will not appear in ''Dwarf Fortress''.
+
'''Magic''' does not exist in Dwarf Fortress. Magic is the stuff of legends, and is associated with fanciful creatures such as [[chimera]]s, [[centaur]]s, and [[griffon]]s. These creatures are included in the game's [[Modding|raw object data]] and so they may appear on engravings, but the actual creatures will not appear in Dwarf Fortress.
  
 
''As far as magic goes, underneath, it's all the same -- like a debugging option with some in-play queue that lets you change things for no reason.  You don't need to worry so much about the implementation -- as much as we have one now, I don't really want a stock universe.  The things we have now, like Blizzard Men, are mostly there to make sure that special properties are implemented.  Then the random generation can begin.  We don't want another cheap fantasy universe, we want a cheap fantasy universe generator.  A lot of fiction sounds computer generated anyway.''  <sub>[http://www.bay12games.com/forum/index.php?topic=948.msg12375#msg12375 Toady, August 12, 2006]</sub>
 
''As far as magic goes, underneath, it's all the same -- like a debugging option with some in-play queue that lets you change things for no reason.  You don't need to worry so much about the implementation -- as much as we have one now, I don't really want a stock universe.  The things we have now, like Blizzard Men, are mostly there to make sure that special properties are implemented.  Then the random generation can begin.  We don't want another cheap fantasy universe, we want a cheap fantasy universe generator.  A lot of fiction sounds computer generated anyway.''  <sub>[http://www.bay12games.com/forum/index.php?topic=948.msg12375#msg12375 Toady, August 12, 2006]</sub>
  
 
[[Main:Toady One|Toady One]] has [http://www.bay12games.com/media/df_talk_7_transcript_2.html shared a few of his thoughts] concerning how magic can or might be implemented in the game, particularly with regard to [[artifact]]s, which in a previous (possibly unreleased) version of Dwarf Fortress were actually magical and could have a selection of powers. Primary concerns appear to be for game balance on one hand and preserving the special nature and rarity of magic on the other, to avoid a sort of "industrial magic" mentality where special items lose their glamor.
 
[[Main:Toady One|Toady One]] has [http://www.bay12games.com/media/df_talk_7_transcript_2.html shared a few of his thoughts] concerning how magic can or might be implemented in the game, particularly with regard to [[artifact]]s, which in a previous (possibly unreleased) version of Dwarf Fortress were actually magical and could have a selection of powers. Primary concerns appear to be for game balance on one hand and preserving the special nature and rarity of magic on the other, to avoid a sort of "industrial magic" mentality where special items lose their glamor.
 
+
* '''See Also''': [[Alchemist's laboratory]], [[Wizard]]
  
 
==Remnants==
 
==Remnants==
Dormant code still exists within ''Dwarf Fortress'' for handling magical enchantments on items, making their names appear with "◄" and "►" surrounding them. Under normal circumstances it is never used, but third-party utilities can add the following enchantments to items:
+
Dormant code still exists within Dwarf Fortress for handling magical enchantments on items. Under normal circumstances it is never used, but third-party utilities can add the following enchantments to items:
 
*"The item sparkles with a supernatural brillance."
 
*"The item sparkles with a supernatural brillance."
 
*"The air around the object seems warped as if it were very hot, yet the item is cool to the touch."
 
*"The air around the object seems warped as if it were very hot, yet the item is cool to the touch."
Line 20: Line 20:
 
*"Creatures that look at the item cannot think negative thoughts." at enchantment level 10+, otherwise "The item is covered with minute gray hairs."
 
*"Creatures that look at the item cannot think negative thoughts." at enchantment level 10+, otherwise "The item is covered with minute gray hairs."
 
*"The item sounds like rustling leaves when moved."
 
*"The item sounds like rustling leaves when moved."
The very last enchantment is unique in that it adds a special message "Many large thorns grow from the ◄(weapon)►!" whenever it gets stuck inside its target (e.g. with arrows).
+
The very last enchantment is unique in that it can apparently add a special message "Many large thorns grow from the <object>!" when used during combat.
  
None of the enchantments listed above appear to have any actual effect on gameplay, aside from increasing the item's value and making it untradeable - even the above "large thorns" message is entirely cosmetic. They were apparently intended to provide bonuses to movement speed, carrying capacity, attack damage, armor power, as well as individual resistances to piercing, bludgeoning, slashing, and gore attacks, but the logic necessary to link the enchantments to their bonuses was presumably commented out.
+
None of the enchantments listed above appear to have any actual effect on gameplay.
  
 
==Systems of Magic==
 
==Systems of Magic==
It is rumored that one day a full system of magic will eventually be included in ''Dwarf Fortress''. Until that time, some fans have [[fun]] taking the bare bones or hint of magic and attempt to create their own mods. The following mods include magic for 40d:
+
It is rumored that one day a full system of magic will eventually be included in Dwarf Fortress. Until that time, some fans have [[fun]] taking the bare bones or hint of magic and attempt to create their own mods. The following mods include magic for 40d:
  
 
===Spellcraft is <undefined>===
 
===Spellcraft is <undefined>===
 
* [http://www.bay12forums.com/smf/index.php?topic=43043.0 External Link]
 
* [http://www.bay12forums.com/smf/index.php?topic=43043.0 External Link]
This mod adds spellcasting to ''Dwarf Fortress'' by adding new types of gems, calling them "runes" (e.g. rune of berserk, rune of shining ...) and items decorated with those runes get "magical" properties (e.g. rune of berserk -> makes wearer berserk, rune of shining -> makes random dwarf equip it). Available to use on finished goods(amulets and similar) or on furniture( needs to be built to activate magic) currently works with statues, coffins, anvils, and weapon racks.
+
This mod adds spellcasting to Dwarf Fortress by adding new types of gems, called them "runes" (e.g. rune of berserk, rune of shining ...) and items decorated with those runes gets "magical" properties (e.g. rune of berserk -> makes wearer berserk, rune of shining -> makes random dwarf equip it). Available to use on finished goods(amulets and similar) or on furniture( needs to be built to activate magic) currently works with statues, coffins, anvils, and weapon racks.
  
 
===Valkun's Dwarf Fortress Magic Add-On V0.1.1===
 
===Valkun's Dwarf Fortress Magic Add-On V0.1.1===
 
* [http://www.bay12forums.com/smf/index.php?topic=36749.0 External Link]
 
* [http://www.bay12forums.com/smf/index.php?topic=36749.0 External Link]
This mod is a preliminary attempt at producing a magic framework for ''Dwarf Fortress'' using reactions.  Obviously it has nothing to do with the eventual system that Toady will create when he gets around to it.  The spheres of magic were designed to allow all players to obtain materials that may not be available on a map, or are only available in limited quantities, and to use materials in new ways.  However, the quality and quantity should be less than just gathering the resources normally and require more work in general.  Magic has been divided into various spheres which each deal with their own industries and themes.
+
This mod is a preliminary attempt at producing a magic framework for Dwarf Fortress using reactions.  Obviously it has nothing to do with the eventual system that Toady will create when he gets around to it.  The spheres of magic were designed to allow all players to obtain materials that may not be available on a map or are only available in limited quantities and to use materials in new ways.  However, the quality and quantity should be less than just gathering the resources normally and require more work in general.  Magic has been divided into various spheres which each deal with their own industries and themes.
 
 
===See Also===
 
* [[Alchemist's laboratory]]
 
* [[Wizard]]
 
  
 
[[Category:40d:Game mechanics]]
 
[[Category:40d:Game mechanics]]
 
{{Category|Lore}}
 
{{Category|Lore}}

Please note that all contributions to Dwarf Fortress Wiki are considered to be released under the GFDL & MIT (see Dwarf Fortress Wiki:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

To protect the wiki against automated edit spam, we kindly ask you to solve the following CAPTCHA:

Cancel Editing help (opens in new window)