Difference between revisions of "Template:EnemyData"

From Dragalia Lost Wiki
Jump to navigation Jump to search
>Eave
(add EnemyGroupName field for 3d model name reasons)
>Eave
(s/EnemyGroupName/ModelId - enemygroupname alone is insufficient to determine the model id, so we'll just push that logic into the parser level)
Line 6: Line 6:
 
|Name=String
 
|Name=String
 
|DataId=String
 
|DataId=String
|EnemyGroupName=String
+
|ModelId=String
 
|RareStayTime=Integer
 
|RareStayTime=Integer
 
|HP=Integer
 
|HP=Integer
Line 55: Line 55:
 
|Name={{{Name|}}}
 
|Name={{{Name|}}}
 
|DataId={{{DataId|}}}
 
|DataId={{{DataId|}}}
|EnemyGroupName={{{EnemyGroupName|}}}
+
|ModelId={{{ModelId|}}}
 +
|EnemyGroupName={{{ModelId|}}}
 
|RareStayTime={{{RareStayTime|}}}
 
|RareStayTime={{{RareStayTime|}}}
 
|HP={{{HP|}}}
 
|HP={{{HP|}}}

Revision as of 05:48, 19 April 2020

This template defines the table "EnemiesTest". This table has not been created yet.