Difference between revisions of "Element:ACEL"

From The Powder Toy
Jump to: navigation, search
m (Corrected category)
(Update infobox)
Line 4: Line 4:
 
| image = [[File:ACELSticker.gif]]
 
| image = [[File:ACELSticker.gif]]
  
| advection = 0.0
+
| identifier = DEFAULT_PT_ACEL
| airdrag = 0.00
+
| name = ACEL
| airloss = 0.90
+
| description = Speeds up nearby elements.
| collision = 0.0
 
 
| colour = 0099CC
 
| colour = 0099CC
| description = Accelerator
+
| menusection = SC_FORCE
| diffusion = 0.0
+
| menuvisible = 1
 +
| advection = 0
 +
| airdrag = 0
 +
| airloss = 0.9
 +
| loss = 0
 +
| collision = 0
 +
| diffusion = 0
 
| explosive = 0
 
| explosive = 0
 
| falldown = 0
 
| falldown = 0
 
| flammable = 0
 
| flammable = 0
| gravity = 0.0
+
| gravity = 0
 
| hardness = 1
 
| hardness = 1
 
| heatconduct = 251
 
| heatconduct = 251
| highpressure =  
+
| hotair = 0
| highpressuretransition =  
+
| meltable = 0
 +
| state = ST_NONE
 +
| temperature = 295.15
 +
| weight = 100
 +
| properties = TYPE_SOLID
 +
| lowtemperature =
 +
| lowtemperaturetransition =  
 
| hightemperature =  
 
| hightemperature =  
 
| hightemperaturetransition =  
 
| hightemperaturetransition =  
| hotair = 0.000
 
| identifier = DEFAULT_PT_ACEL
 
| loss = 0.0
 
 
| lowpressure =  
 
| lowpressure =  
 
| lowpressuretransition =  
 
| lowpressuretransition =  
| lowtemperature =  
+
| highpressure =  
| lowtemperaturetransition =  
+
| highpressuretransition =  
| meltable = 0
 
| name = ACEL
 
| properties = TYPE_SOLID
 
| state = ST_NONE
 
| temperature = 295.15
 
| weight = 100
 
 
}}
 
}}
  

Revision as of 10:47, 6 October 2014

ACEL.png Accelerator
ACELSticker.gif
Speeds up nearby elements.
Properties
Section Force Elements
Spawn temperature 22°C
Heat Conductivity 100%
Relative weight 100
Gravity 0
Acid dissolve rate 0.1%
Flammability 0
State Solid
Source code


Accelerates any particles (non solids). ACEL should be parallel with a one pixel gap to be the most effective. It will accelerate the particle in the direction the particle is traveling by 10%.

LIFE: (0-1000) If non zero, alters the force applied. 0.01% acceleration to 10% acceleration.

Usage

Place straight rows or columns close together (1px gap) and drop a particle between them.
The particle will be accelerated in the direction it is moving.

NOTE: Dusts, liquids and gases will happily disobey the function of the accelerator in horizontal motion.
Dusts will stop moving horizontally due to friction. Also, the accelerator will NOT overcome the force of gravity.
Gases have their own random movement and doesn't maintain velocity. Thus, the accelerator will have limited to no effect on gases.
Liquids share the same random movements as gases but will be accelerated when falling down.

Creation

Accelerator needs to be drawn manually.

Use the PROP tool to change it's Life property. (Explained above)