m (Maz moved page Template:Data:Entity to Template:DataEntity: Adding storage to this template too) |
m (Pywikibot 10.3.1) |
||
(21 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
<noinclude> | |||
[[Category:Data:TableDefinition]] | [[Category:Data:TableDefinition]] | ||
{{#cargo_declare: | {{#cargo_declare: | ||
_table=entity | _table=entity | ||
|name = String | |name = String | ||
|description = String | |||
|luaId = String | |||
|health = Integer | |health = Integer | ||
| | |powerUsagePerSecond = Integer | ||
| | |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 | |||
|mediumSockets = Integer | |||
| | |smallSockets = Integer | ||
| | |internalSockets = Integer | ||
| | |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 = | |time1 = Float | ||
|producer2 = String | |producer2 = String | ||
|time2 = | |time2 = Float | ||
}} | |producer3 = String | ||
|time3 = Float | |||
|producer4 = String | |||
|time4 = Float | |||
|types1 = String (allowed values=Bug,Bot,Building) | |||
|types2 = String (allowed values=Bug,Bot,Building) | |||
|unlockable = Boolean | |||
}}</noinclude> | |||
<includeonly> | |||
{{#cargo_store: | |||
_table=entity | |||
|name = {{{name|}}} | |||
|description = {{{description|}}} | |||
|luaId = {{{luaId|}}} | |||
|health = {{{health|}}} | |||
|powerUsagePerSecond = {{{powerUsagePerSecond|}}} | |||
|movementSpeed = {{{movementSpeed|}}} | |||
|flying = {{{flying|}}} | |||
|visibility = {{{visibility|}}} | |||
|storage = {{{storage|}}} | |||
|size = {{{size|}}} | |||
|race = {{{race|}}} | |||
|largeSockets = {{{largeSockets|}}} | |||
|mediumSockets = {{{mediumSockets|}}} | |||
|smallSockets = {{{smallSockets|}}} | |||
|internalSockets = {{{internalSockets|}}} | |||
|slotType = {{{slotType|}}} | |||
|recipeType = {{{recipeType|}}} | |||
|numProduced = {{{numProduced|}}} | |||
|ingredient1 = {{{ingredient1|}}} | |||
|amount1 = {{{amount1|}}} | |||
|ingredient2 = {{{ingredient2|}}} | |||
|amount2 = {{{amount2|}}} | |||
|ingredient3 = {{{ingredient3|}}} | |||
|amount3 = {{{amount3|}}} | |||
|ingredient4 = {{{ingredient4|}}} | |||
|amount4 = {{{amount4|}}} | |||
|producer1 = {{{producer1|}}} | |||
|time1 = {{{time1|}}} | |||
|producer2 = {{{producer2|}}} | |||
|time2 = {{{time2|}}} | |||
|producer3 = {{{producer3|}}} | |||
|time3 = {{{time3|}}} | |||
|producer4 = {{{producer4|}}} | |||
|time4 = {{{time4|}}} | |||
|types1 = {{{types1|}}} | |||
|types2 = {{{types2|}}} | |||
|unlockable = {{{unlockable|}}} | |||
}}</includeonly> |
Latest revision as of 04:48, 13 August 2025
This template defines the table "entity". View table.