Difference between revisions of "Element:DRAY"
m (moved Element:Dray to Element:DRAY: Element name should be in capitals) |
(Infobox, copy description from Elements:Electronics) |
||
Line 1: | Line 1: | ||
− | Element | + | {{ infobox Element |
+ | | icon = DRAY.png | ||
+ | | longname = Duplicator ray | ||
+ | | image = | ||
+ | |||
+ | | identifier = DEFAULT_PT_DRAY | ||
+ | | name = DRAY | ||
+ | | description = Replicates a line of particles in front of it. | ||
+ | | colour = FFAA22 | ||
+ | | menusection = SC_ELEC | ||
+ | | menuvisible = 1 | ||
+ | | advection = 0 | ||
+ | | airdrag = 0 | ||
+ | | airloss = 0.9 | ||
+ | | loss = 0 | ||
+ | | collision = 0 | ||
+ | | diffusion = 0 | ||
+ | | explosive = 0 | ||
+ | | falldown = 0 | ||
+ | | flammable = 0 | ||
+ | | gravity = 0 | ||
+ | | hardness = 1 | ||
+ | | heatconduct = 0 | ||
+ | | hotair = 0 | ||
+ | | meltable = 0 | ||
+ | | state = ST_SOLID | ||
+ | | temperature = 295.15 | ||
+ | | weight = 100 | ||
+ | | properties = TYPE_SOLID PROP_LIFE_DEC | ||
+ | | lowtemperature = | ||
+ | | lowtemperaturetransition = | ||
+ | | hightemperature = | ||
+ | | hightemperaturetransition = | ||
+ | | lowpressure = | ||
+ | | lowpressuretransition = | ||
+ | | highpressure = | ||
+ | | highpressuretransition = | ||
+ | }} | ||
+ | |||
+ | When powered, this element copies what is in front of it. By default this will usually double whatever it is copying, but you can set .tmp and .tmp2 to refine how it copies. When sparked by INWR, it doesn't copy diagonally. When sparked by PSCN, it will replace existing particles when placing the copy down. Setting the .tmp to a non 0 value will copy that amount of pixels (instead of stopping at an empty space). Setting .tmp2 sets how much space to leave between each copy. Changing .ctype sets which element to stop copying on (instead of empty space). | ||
+ | |||
+ | {{Languages}} | ||
+ | |||
+ | [[Category:Work in progress]] |
Revision as of 13:58, 6 October 2014
Properties | |
---|---|
Section | Electronics |
Spawn temperature | 22°C |
Heat Conductivity | 0% |
Relative weight | 100 |
Gravity | 0 |
Acid dissolve rate | 0.1% |
Flammability | 0 |
State | Solid |
Misc properties | |
Source code |
When powered, this element copies what is in front of it. By default this will usually double whatever it is copying, but you can set .tmp and .tmp2 to refine how it copies. When sparked by INWR, it doesn't copy diagonally. When sparked by PSCN, it will replace existing particles when placing the copy down. Setting the .tmp to a non 0 value will copy that amount of pixels (instead of stopping at an empty space). Setting .tmp2 sets how much space to leave between each copy. Changing .ctype sets which element to stop copying on (instead of empty space).
Language: | [[::Element:DRAY|English]] |
---|