Template:Artifact data store: Difference between revisions

add mechanical power
No edit summary
(add mechanical power)
 
(2 intermediate revisions by the same user not shown)
Line 10: Line 10:
|MaxCharge=Integer
|MaxCharge=Integer
|Mods=List (</br>) of Page
|Mods=List (</br>) of Page
|ModCount=Integer
|CapacitorStartCharge=String
|CapacitorMax=Integer
|CapacitorRate=Integer
|ChargeConsumeBroadcast=Integer
|ChargeConsumeElectrical=Integer
|ChargeConsumeHydraulic=Integer
|ChargeConsumeMechanical=Integer
|ChargeProduceBroadcast=Boolean
|ChargeProduceElectric=Integer
|ChargeProduceHydraulic=Integer
|ChargeProduceMechanical=Integer
|ChargeProduceSolar=Integer
|UnidentifiedImage=String
|UnidentifiedImage=String
|UnidentifiedName=Wikitext
|UnidentifiedName=Wikitext
Line 72: Line 85:
| NULL
| NULL
| A list of item mods on the object, if present
| A list of item mods on the object, if present
|-
| modcount
| integer
| 0
| Number of mods on the object, if any
|-
| capacitorstartcharge
| string
| NULL
| integer or dice string representing the starting charge of the object's capacitor, if any
|-
| capacitormax
| integer
| NULL
| max charge held by the object's capacitor, if applicable
|-
| capacitorrate
| integer
| NULL
| rate of recharge per turn for the object's capacitor, if applicable
|-
| chargeconsumebroadcast
| integer
| NULL
| the maximum amount of charge this object can receive each turn from a broadcast power source, if applicable
|-
| chargeconsumeelectrical
| integer
| NULL
| the maximum amount of charge this object can receive each turn from an electrical power grid, if applicable
|-
| chargeconsumehydraulic
| integer
| NULL
| the maximum amount of charge this object can receive each turn from a hydraulic grid, if applicable
|-
| chargeconsumemechanical
| integer
| NULL
| the maximum amount of charge this object can receive each turn from a mechanical power source, if applicable
|-
| chargeproducebroadcast
| boolean
| NULL
| true if this object generates broadcast power. The amount of power output depends on other input power source(s) to the object.
|-
| chargeproduceelectric
| integer
| NULL
| the amount of electric charge this object generates each turn for a power grid
|-
| chargeproducehydraulic
| integer
| NULL
| the amount of hydraulic charge this object generates each turn for a hydraulic grid
|-
| chargeproducemechanical
| integer
| NULL
| the amount of mechanical charge this object generates each turn as a mechanical power source
|-
| chargeproducesolar
| integer
| NULL
| the amount of solar charge this object generates per turn when in the presence of sunlight
|-
|-
| unknownimage
| unknownimage
Line 113: Line 191:
|MaxCharge={{{maxcharge|}}}
|MaxCharge={{{maxcharge|}}}
|Mods={{{mods|}}}
|Mods={{{mods|}}}
|ModCount={{{modcount|0}}}
|CapacitorStartCharge={{{capacitorcharge|}}}
|CapacitorMax={{{capacitormax|}}}
|CapacitorRate={{{capacitorrate|}}}
|ChargeConsumeBroadcast={{{chargeconsumebroadcast|}}}
|ChargeConsumeElectrical={{{chargeconsumeelectrical|}}}
|ChargeConsumeHydraulic={{{chargeconsumehydraulic|}}}
|ChargeConsumeMechanical={{{chargeconsumemechanical|}}}
|ChargeProduceBroadcast={{{chargeproducebroadcast|}}}
|ChargeProduceElectric={{{chargeproduceelectric|}}}
|ChargeProduceHydraulic={{{chargeproducehydraulic|}}}
|ChargeProduceMechanical={{{chargeproducemechanical|}}}
|ChargeProduceSolar={{{chargeproducesolar|}}}
|UnidentifiedImage={{{unidentifiedimage|}}}
|UnidentifiedImage={{{unidentifiedimage|}}}
|UnidentifiedName={{{unidentifiedname|}}}
|UnidentifiedName={{{unidentifiedname|}}}