5e:Dragon: Difference between revisions

From Rlyehwiki
Jump to navigation Jump to search
Line 17: Line 17:
{{#cargo_query:
{{#cargo_query:
table=5eMonster
table=5eMonster
|where=5eMonster.Type="Dragon" AND (5eMonster.Hidden=0 OR 5eMonster.Hidden IS NULL)
|where=(5eMonster.Type="Dragon" OR 5eMonster.Monster_Tags HOLDS "Dragon") AND (5eMonster.Hidden=0 OR 5eMonster.Hidden IS NULL)
|fields=COUNT(_pageName)
|fields=COUNT(_pageName)
}} {{srd5lc|Monster}}s
}} {{srd5lc|Monster}}s
Line 23: Line 23:
tables=5eMonster, Pages_Info
tables=5eMonster, Pages_Info
|join on=5eMonster._pageName=Pages_Info._pageName
|join on=5eMonster._pageName=Pages_Info._pageName
|where=5eMonster.Type="Dragon" AND (5eMonster.Hidden=0 OR 5eMonster.Hidden IS NULL)
|where=(5eMonster.Type="Dragon" OR 5eMonster.Monster_Tags HOLDS "Dragon") AND (5eMonster.Hidden=0 OR 5eMonster.Hidden IS NULL)
|fields=CONCAT( '[[', 5eMonster._pageName, '|', 5eMonster.Monster_Name, ']]' )=Dragon,5eMonster.Monster_Size=Size,5eMonster.Type,5eMonster.Monster_Tags=Tags,5eMonster.Monster_Alignment=Alignment,5eMonster.Hit_Points=HP,5eMonster.Hit_Dice=HD,5eMonster.Challenge_Rating=CR,5eMonster.Experience_Points=XP,5eMonster.Canon,Pages_Info.Sources
|fields=CONCAT( '[[', 5eMonster._pageName, '|', 5eMonster.Monster_Name, ']]' )=Dragon,5eMonster.Monster_Size=Size,5eMonster.Type,5eMonster.Monster_Tags=Tags,5eMonster.Monster_Alignment=Alignment,5eMonster.Hit_Points=HP,5eMonster.Hit_Dice=HD,5eMonster.Challenge_Rating=CR,5eMonster.Experience_Points=XP,5eMonster.Canon,Pages_Info.Sources
|order by=5eMonster.Sort_Text
|order by=5eMonster.Sort_Text

Revision as of 21:03, 9 March 2020

D&D 5e Varied ʰ 
See sections for licenses


Dragon Overview 
Dragon
by LadyofHats
via MediaWiki Commons
Public Domain
 [1] 
From the SRD5:
Dragons are large reptilian creatures of ancient origin and tremendous power. True dragons, including the good metallic dragons and the evil chromatic dragons, are highly intelligent and have innate magic. Also in this category are creatures distantly related to true dragons, but less powerful, less intelligent, and less magical, such as wyverns and pseudodragons.

 [2] 
From wikipedia:
A dragon is a large, serpentine legendary creature that appears in the folklore of many cultures around the world. Beliefs about dragons vary drastically by region, but dragons in western cultures since the High Middle Ages have often been depicted as winged, horned, four-legged, and capable of breathing fire. Dragons in eastern cultures are usually depicted as wingless, four-legged, serpentine creatures with above-average intelligence.

Related Categories

Dragons, True and Lesser

Error 1054: Unknown column 'rly2_cargo__5eMonster.Hidden' in 'where clause'

Function: CargoSQLQuery::run Query: SELECT COUNT(_pageName) AS `COUNT( pageName)` FROM `rly2_cargo__5eMonster` WHERE (`rly2_cargo__5eMonster`.`Type`="Dragon" OR `rly2_cargo__5eMonster`.`_ID` IN (SELECT `_rowID` FROM `rly2_cargo__5eMonster__Monster_Tags` WHERE `_value`= "Dragon") ) AND (`rly2_cargo__5eMonster`.`Hidden`=0 OR `rly2_cargo__5eMonster`.`Hidden` IS NULL) ORDER BY COUNT(_pageName) LIMIT 100

monsters
Error: No field named "Canon" found for the database table "5eMonster".

Sources and Notes

  1. SRD-OGL v5.1. Licensed OGL
  2. Wikipedia - Dragon (accessed 2019-11-30). Licensed CC-BY-SA

Back to Main PageDnD5e