Template:DataEntity: Difference between revisions

Template page
No edit summary
m (Pywikibot 10.3.1)
 
(7 intermediate revisions by 2 users not shown)
Line 4: Line 4:
_table=entity
_table=entity
|name = String
|name = String
|desc = String
|description = String
|luaId = 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 34: Line 35:
|producer3 = String
|producer3 = String
|time3 = Float
|time3 = Float
|recipeType = String (allowed values=Construction,Production,Uplink)
|producer4 = String
|numProduced = Integer
|time4 = Float
|types1 = String (allowed values=Bug,Bot,Building)
|types2 = String (allowed values=Bug,Bot,Building)
|unlockable = Boolean
}}</noinclude>
}}</noinclude>
<includeonly>
<includeonly>
Line 41: Line 45:
_table=entity
_table=entity
|name = {{{name|}}}
|name = {{{name|}}}
|desc = {{{desc|}}}
|description = {{{description|}}}
|luaId = {{{luaId|}}}
|luaId = {{{luaId|}}}
|health = {{{health|}}}
|health = {{{health|}}}
|powerUsagePerSecond = {{{powerUsagePerSecond|}}}
|powerUsagePerSecond = {{{powerUsagePerSecond|}}}
|movementSpeed = {{{movementSpeed|}}}
|movementSpeed = {{{movementSpeed|}}}
|flying = {{{flying|}}}
|visibility = {{{visibility|}}}
|visibility = {{{visibility|}}}
|storage = {{{storage|}}}
|storage = {{{storage|}}}
|size = {{{size|}}}
|size = {{{size|}}}
|race = {{{race|}}}
|race = {{{race|}}}
|types1 = {{{types1|}}}
|types2 = {{{types2|}}}
|largeSockets = {{{largeSockets|}}}
|largeSockets = {{{largeSockets|}}}
|mediumSockets = {{{mediumSockets|}}}
|mediumSockets = {{{mediumSockets|}}}
Line 57: Line 60:
|internalSockets = {{{internalSockets|}}}
|internalSockets = {{{internalSockets|}}}
|slotType = {{{slotType|}}}
|slotType = {{{slotType|}}}
|recipeType = {{{recipeType|}}}
|numProduced = {{{numProduced|}}}
|ingredient1 = {{{ingredient1|}}}
|ingredient1 = {{{ingredient1|}}}
|amount1 = {{{amount1|}}}
|amount1 = {{{amount1|}}}
Line 71: Line 76:
|producer3 = {{{producer3|}}}
|producer3 = {{{producer3|}}}
|time3 = {{{time3|}}}
|time3 = {{{time3|}}}
|recipeType = {{{recipeType|}}}
|producer4 = {{{producer4|}}}
|numProduced = {{{numProduced|}}}
|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.