User Tools

Site Tools


prpl:getplasmadecay

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
prpl:getplasmadecay [2017/06/14 01:05] – created Nicantprpl:getplasmadecay [2025/02/14 14:57] (current) – external edit 127.0.0.1
Line 4: Line 4:
  
 ^Arguments^Result^Notation^ ^Arguments^Result^Notation^
-| X Coord, Y Coord| Decay Amount| [x1, y1 - float ] |+| X Coord, Y Coord| Decay Amount| [x1, y1 - int ] |
  
  
 === Description === === Description ===
-Returns the Decay amount of the specified plasma cell. Result may vary if you change the plasma durability in the editor.+Returns the number of damage the plasma cell has takenThe result will vary between 0 (fully healed cell of plasma) to whatever the durability of said plasma is.
  
-Returns a 0 if no plasma is present.+-Returns a 0 if the cell of plasma is fully healed and no decay has occurred. 
 + 
 +-Returns a 0 if no plasma is present. 
 + 
 +-A particle within contact of plasma damages it once every frame. (There are 30 frames in a second)
  
-FIXME For example, if you put down one cell of new, blue plasma (via editor) with the plasma durability set to 120. (Note that a core is checking that plasma cell.) The command will give you a 0. Say some red particles come by and turn that same piece of plasma grey. The command will then give you 120. 
  
 === Examples === === Examples ===
 <code> <code>
-CurrentCoords GetPlasmaDecay Trace+#Core is on top of a cell of blue plasma that has not taken any damage/decay. 
 + 
 +CurrentCoords GetPlasmaDecay Trace #Returns a 0 
 + 
 + 
 +#Core is on top of a cell of red plasma that had a few blue particles damage it. The durability of red plasma was set to 120. 
 + 
 +CurrentCoords GetPlasmaDecay Trace #Returns a 90
 </code> </code>
  
prpl/getplasmadecay.1497402359.txt.gz · Last modified: 2025/02/14 14:56 (external edit)