LuaLibrarySimpleMission.wiki
changeset 1824 a5a87fba78fa
parent 1378 e03e8e186faa
child 1932 15edba44c050
equal deleted inserted replaced
1823:7eee057240b4 1824:a5a87fba78fa
   144 	- yMin		gear's Y coordinate must be lower than this
   144 	- yMin		gear's Y coordinate must be lower than this
   145 	- yMax		gear's Y coordinate must be higher than this
   145 	- yMax		gear's Y coordinate must be higher than this
   146 - type="distGearPos"	Distance between a gear and a fixed position
   146 - type="distGearPos"	Distance between a gear and a fixed position
   147 	FAIL CONDITION:	Gear destroyed
   147 	FAIL CONDITION:	Gear destroyed
   148 	- distance	goal distance to compare to
   148 	- distance	goal distance to compare to
   149 	- relationship	"greaterThan" or "lowerThan"
   149 	- relationship	"greaterThan" or "smallerThan"
   150 	- id		gear to watch
   150 	- id		gear to watch
   151 	- x		x coordinate to reach
   151 	- x		x coordinate to reach
   152 	- y		y coordinate to reach
   152 	- y		y coordinate to reach
   153 - type="distGearGear"	Distance between two gears
   153 - type="distGearGear"	Distance between two gears
   154 	FAIL CONDITION:	Any of both gears destroyed
   154 	FAIL CONDITION:	Any of both gears destroyed
   155 	- distance	goal distance to compare to
   155 	- distance	goal distance to compare to
   156 	- relationship	"greaterThan" or "lowerThan"
   156 	- relationship	"greaterThan" or "smallerThan"
   157 	- id1		first gear to compare
   157 	- id1		first gear to compare
   158 	- id2		second gear to compare
   158 	- id2		second gear to compare
   159 - type="damage"		Gear took damage or was destroyed
   159 - type="damage"		Gear took damage or was destroyed
   160 	- id		Gear to watch
   160 	- id		Gear to watch
   161 	- damage	Minimum amount of damage to take at a single blow. Default: 1
   161 	- damage	Minimum amount of damage to take at a single blow. Default: 1