No edit summary |
m (Pywikibot 10.3.1) |
||
(8 intermediate revisions by 2 users not shown) | |||
Line 4: | Line 4: | ||
_table=entity | _table=entity | ||
|name = String | |name = 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) | ||
|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 33: | Line 35: | ||
|producer3 = String | |producer3 = String | ||
|time3 = Float | |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> | ||
Line 40: | Line 45: | ||
_table=entity | _table=entity | ||
|name = {{{name|}}} | |name = {{{name|}}} | ||
|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|}}} | ||
|largeSockets = {{{largeSockets|}}} | |largeSockets = {{{largeSockets|}}} | ||
|mediumSockets = {{{mediumSockets|}}} | |mediumSockets = {{{mediumSockets|}}} | ||
Line 55: | Line 60: | ||
|internalSockets = {{{internalSockets|}}} | |internalSockets = {{{internalSockets|}}} | ||
|slotType = {{{slotType|}}} | |slotType = {{{slotType|}}} | ||
|recipeType = {{{recipeType|}}} | |||
|numProduced = {{{numProduced|}}} | |||
|ingredient1 = {{{ingredient1|}}} | |ingredient1 = {{{ingredient1|}}} | ||
|amount1 = {{{amount1|}}} | |amount1 = {{{amount1|}}} | ||
Line 69: | Line 76: | ||
|producer3 = {{{producer3|}}} | |producer3 = {{{producer3|}}} | ||
|time3 = {{{time3|}}} | |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.