5e:Dragon: Difference between revisions

From Rlyehwiki
Jump to navigation Jump to search
Line 16: Line 16:
==Dragons, True and Lesser==
==Dragons, True and Lesser==
{{#cargo_query:
{{#cargo_query:
table=5eMonster
tables=5eMonster, Pages_Info
|where=(5eMonster.Type="Dragon" OR 5eMonster.Monster_Tags HOLDS "Dragon") AND (5eMonster.Hidden=0 OR 5eMonster.Hidden IS NULL)
|join on=5eMonster._pageName=Pages_Info._pageName
|fields=COUNT(_pageName)
|where=(5eMonster.Type="Dragon" OR 5eMonster.Monster_Tags HOLDS "Dragon") AND (Pages_Info.Hidden=0 OR Pages_Info.Hidden IS NULL)
}} {{srd5lc|Monster}}s
|fields=COUNT(5eMonster._pageName)
}} {{srd5lc|Dragon}}s
<div style="overflow:auto; font-size:0.7em;">{{#cargo_query:
<div style="overflow:auto; font-size:0.7em;">{{#cargo_query:
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" OR 5eMonster.Monster_Tags HOLDS "Dragon") AND (5eMonster.Hidden=0 OR 5eMonster.Hidden IS NULL)
|where=(5eMonster.Type="Dragon" OR 5eMonster.Monster_Tags HOLDS "Dragon") AND (Pages_Info.Hidden=0 OR Pages_Info.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 16:34, 18 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__Pages_Info.Hidden' in 'where clause'

Function: CargoSQLQuery::run Query: SELECT COUNT(`rly2_cargo__5eMonster`.`_pageName`) AS `_pageName)` FROM `rly2_cargo__5eMonster` LEFT OUTER JOIN `rly2_cargo__Pages_Info` ON ((`rly2_cargo__5eMonster`.`_pageName`=`rly2_cargo__Pages_Info`.`_pageName`)) 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__Pages_Info`.`Hidden`=0 OR `rly2_cargo__Pages_Info`.`Hidden` IS NULL) ORDER BY COUNT(`rly2_cargo__5eMonster`.`_pageName`) LIMIT 100

dragons
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