Template:DataEntity: Difference between revisions

Template page
(Undo revision 7986 by MazBot (talk))
Tags: Undo Reverted
m (Pywikibot 10.3.1)
 
(11 intermediate revisions by 2 users not shown)
Line 4: Line 4:
_table=entity
_table=entity
|name = String
|name = String
|description = String
|luaId = String
|health = Integer
|health = Integer
|powerUsagePerSecond = Integer
|powerUsagePerSecond = Integer
|movementSpeed = Float
|movementSpeed = Float
|flying = Boolean
|visibility = Float
|visibility = Float
|storage = Integer
|storage = Integer
|size = String
|size = String
|race = String (allowed values=Robot,Alien,Bug,Human,Virus,Blight)
|race = String (allowed values=Robot,Alien,Bug,Human,Virus,Blight,Anomaly)
|types1 = String (allowed values=Bug,Bot,Building)
|types2 = String (allowed values=Bug,Bot,Building)
|largeSockets = Integer
|largeSockets = Integer
|mediumSockets = Integer
|mediumSockets = Integer
|smallSockets = Integer
|smallSockets = Integer
|internalSockets = Integer
|internalSockets = Integer
|slotType = String (allowed values=None,Flyer,Drone,Satellite,Garage,Bughole)
|slotType = String (allowed values=None,Flyer,Drone,Satellite,Garage,Bughole,Alien)
|recipeType = String (allowed values=,construction,production,uplink)
|numProduced = Integer
|ingredient1 = String
|ingredient1 = String
|amount1 = Integer
|amount1 = Integer
Line 27: Line 30:
|amount4 = Integer
|amount4 = Integer
|producer1 = String
|producer1 = String
|time1 = Integer
|time1 = Float
|producer2 = String
|producer2 = String
|time2 = Integer
|time2 = Float
|recipeType = String (allowed values=Construction,Production)
|producer3 = String
|numProduced = Integer
|time3 = Float
|producer4 = String
|time4 = Float
|types1 = String (allowed values=Bug,Bot,Building)
|types2 = String (allowed values=Bug,Bot,Building)
|unlockable = Boolean
}}</noinclude>
}}</noinclude>
<includeonly>
<includeonly>
{{#cargo_store:
{{#cargo_store:
_table=entity
_table=entity
|name = {{{name}}}
|name = {{{name|}}}
|health = {{{health}}}
|description = {{{description|}}}
|powerUsagePerSecond = {{{powerUsagePerSecond}}}
|luaId = {{{luaId|}}}
|movementSpeed = {{{movementSpeed}}}
|health = {{{health|}}}
|visibility = {{{visibility}}}
|powerUsagePerSecond = {{{powerUsagePerSecond|}}}
|storage = {{{storage}}}
|movementSpeed = {{{movementSpeed|}}}
|size = {{{size}}}
|flying = {{{flying|}}}
|race = {{{race}}}
|visibility = {{{visibility|}}}
|types1 = {{{types1}}}
|storage = {{{storage|}}}
|types2 = {{{types2}}}
|size = {{{size|}}}
|largeSockets = {{{largeSockets}}}
|race = {{{race|}}}
|mediumSockets = {{{mediumSockets}}}
|largeSockets = {{{largeSockets|}}}
|smallSockets = {{{smallSockets}}}
|mediumSockets = {{{mediumSockets|}}}
|internalSockets = {{{internalSockets}}}
|smallSockets = {{{smallSockets|}}}
|slotType = {{{slotType}}}
|internalSockets = {{{internalSockets|}}}
|ingredient1 = {{{ingredient1}}}
|slotType = {{{slotType|}}}
|amount1 = {{{amount1}}}
|recipeType = {{{recipeType|}}}
|ingredient2 = {{{ingredient2}}}
|numProduced = {{{numProduced|}}}
|amount2 = {{{amount2}}}
|ingredient1 = {{{ingredient1|}}}
|ingredient3 = {{{ingredient3}}}
|amount1 = {{{amount1|}}}
|amount3 = {{{amount3}}}
|ingredient2 = {{{ingredient2|}}}
|ingredient4 = {{{ingredient4}}}
|amount2 = {{{amount2|}}}
|amount4 = {{{amount4}}}
|ingredient3 = {{{ingredient3|}}}
|producer1 = {{{producer1}}}
|amount3 = {{{amount3|}}}
|time1 = {{{time1}}}
|ingredient4 = {{{ingredient4|}}}
|producer2 = {{{producer2}}}
|amount4 = {{{amount4|}}}
|time2 = {{{time2}}}
|producer1 = {{{producer1|}}}
|recipeType = {{{recipeType}}}
|time1 = {{{time1|}}}
|numProduced = {{{numProduced}}}
|producer2 = {{{producer2|}}}
|time2 = {{{time2|}}}
|producer3 = {{{producer3|}}}
|time3 = {{{time3|}}}
|producer4 = {{{producer4|}}}
|time4 = {{{time4|}}}
|types1 = {{{types1|}}}
|types2 = {{{types2|}}}
|unlockable = {{{unlockable|}}}
}}</includeonly>
}}</includeonly>

Latest revision as of 04:48, 13 August 2025

This template defines the table "entity". View table.