User Tools

Site Tools


prpl:mireland

Differences

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

Link to this comparison view

Next revision
Previous revision
prpl:mireland [2016/12/02 23:34] – external edit 127.0.0.1prpl:mireland [2025/02/14 14:57] (current) – external edit 127.0.0.1
Line 1: Line 1:
 <- [[.:prplreference| PRPL reference]] <- [[.:prplreference#everything_else_2|Everything Else 2]] <- [[.:prplreference| PRPL reference]] <- [[.:prplreference#everything_else_2|Everything Else 2]]
  
-=====  MIRELAND  =====+=====  MireLand=====
  
 ^Arguments^Result^Notation^ ^Arguments^Result^Notation^
-| | | [ - ] |+X Y Enemy? | | [ int int bool - ] |
  
  
 === Description === === Description ===
 +Mire some land, as if it was hit by a particle. Unlike using SetMire, MireLand will mire the closest connected cell if the target cell is already mired in the same colour. If you need to know if there was mire laid down or not, use MireLand2. (Mire may not be created if the target landmass is already fully mired.)
 +
 +FIXME Unknown effect when used on metallic land.
  
 === Examples === === Examples ===
-<code> i3 = GetIntFromStack(); //enemy  +<code> 
- i2 = GetIntFromStack(); //y  +    # Fully mire a landmass in red (well, up to 10000 cells in size). 
- i1 = GetIntFromStack(); //x  +    once 
- +        10000 0 do 
 +            CurrentCoords 1 MireLand 
 +        loop 
 +    endonce
 </code> </code>
- 
prpl/mireland.1480721644.txt.gz · Last modified: 2025/02/14 14:56 (external edit)