No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
|name = String | |name = String | ||
|health = Integer | |health = Integer | ||
| | |powerUsagePerSecond = Integer | ||
| | |movementSpeed = Float | ||
|visibility = Float | |visibility = Float | ||
|storage = Integer | |storage = Integer | ||
Line 13: | Line 13: | ||
|types1 = String (allowed values=Bug,Bot,Building) | |types1 = String (allowed values=Bug,Bot,Building) | ||
|types2 = String (allowed values=Bug,Bot,Building) | |types2 = String (allowed values=Bug,Bot,Building) | ||
| | |largeSockets = Integer | ||
| | |mediumSockets = Integer | ||
| | |smallSockets = Integer | ||
| | |internalSockets = Integer | ||
| | |slotType = String (allowed values=None,Flyer,Drone,Satellite,Garage,Bughole) | ||
|ingredient1 = String | |ingredient1 = String | ||
|amount1 = Integer | |amount1 = Integer | ||
Line 30: | Line 30: | ||
|producer2 = String | |producer2 = String | ||
|time2 = Integer | |time2 = Integer | ||
| | |recipeType = String (allowed values=Construction,Production) | ||
| | |numProduced = Integer | ||
}}</noinclude> | }}</noinclude> | ||
<includeonly> | <includeonly> | ||
Line 38: | Line 38: | ||
|name = {{{name}}} | |name = {{{name}}} | ||
|health = {{{health}}} | |health = {{{health}}} | ||
| | |powerUsagePerSecond = {{{power_usage_per_second}}} | ||
| | |movementSpeed = {{{movement_speed}}} | ||
|visibility = {{{visibility}}} | |visibility = {{{visibility}}} | ||
|storage = {{{storage}}} | |storage = {{{storage}}} | ||
Line 46: | Line 46: | ||
|types1 = {{{types1}}} | |types1 = {{{types1}}} | ||
|types2 = {{{types2}}} | |types2 = {{{types2}}} | ||
| | |largeSockets = {{{large_sockets}}} | ||
| | |mediumSockets = {{{medium_sockets}}} | ||
| | |smallSockets = {{{small_sockets}}} | ||
| | |internalSockets = {{{internal_sockets}}} | ||
| | |slotType = {{{slot_type}}} | ||
|ingredient1 = {{{ingredient1}}} | |ingredient1 = {{{ingredient1}}} | ||
|amount1 = {{{amount1}}} | |amount1 = {{{amount1}}} | ||
Line 63: | Line 63: | ||
|producer2 = {{{producer2}}} | |producer2 = {{{producer2}}} | ||
|time2 = {{{time2}}} | |time2 = {{{time2}}} | ||
| | |recipeType = {{{recipe_type}}} | ||
| | |numProduced = {{{num_produced}}} | ||
}}</includeonly> | }}</includeonly> |
Revision as of 13:12, 14 August 2023
This template defines the table "entity". View table.