Difference between revisions of "Two weapons"

From CrawlWiki
Jump to: navigation, search
(Created initial version)
 
(unstub, version bump)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{version014}}
+
{{version030}}
 
+
'''Two weapons''' is a flag that allows a monster to wield two weapons at once. These include large, two-headed monsters ([[two-headed ogre]]s, [[ettin]]s), as well as [[deep elf blademaster]]s.
'''Two weapon''' is an ability of some monsters to wield two weapons at once. These include large monsters with two heads, and experienced blademasters.
 
 
 
----
 
 
 
 
 
From mon-util.h:
 
 
 
    // wields two weapons at once
 
    M_TWO_WEAPONS = 1<<25;
 
 
 
  
 +
==See Also==
 +
[[:Category:Two_weapons|List of monsters with this flag]]
  
 
[[category:Monster flags]]
 
[[category:Monster flags]]

Latest revision as of 21:12, 30 November 2023

Version 0.30: This article may not be up to date for the latest stable release of Crawl.

Two weapons is a flag that allows a monster to wield two weapons at once. These include large, two-headed monsters (two-headed ogres, ettins), as well as deep elf blademasters.

See Also

List of monsters with this flag