55 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
		
		
			
		
	
	
			55 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
|  | { | ||
|  |     "target": "cobblemon:sandygast", | ||
|  |     "behaviour": { | ||
|  |         "resting": { | ||
|  |             "canSleep": true, | ||
|  |             "depth": "normal", | ||
|  |             "light": "0-4" | ||
|  |         }, | ||
|  |         "moving": { | ||
|  |             "canLook": false, | ||
|  |             "walk": { | ||
|  |                 "walkSpeed": 0.175, | ||
|  |                 "canWalk": true, | ||
|  |                 "avoidsLand": false | ||
|  |             }, | ||
|  |             "swim": { | ||
|  |                 "swimSpeed": 0.1, | ||
|  |                 "canSwimInWater": false, | ||
|  |                 "canBreatheUnderwater": false | ||
|  |             } | ||
|  |         } | ||
|  |     }, | ||
|  |     "forms": [ | ||
|  |         { | ||
|  |             "name": "redsand", | ||
|  |             "primaryType": "ghost", | ||
|  |             "secondaryType": "ground", | ||
|  | 					"aspects": [ | ||
|  | 			"redsand" | ||
|  | 		], | ||
|  |             "evolutions": [ | ||
|  |                 { | ||
|  |                     "id": "sandygast_palossand_redsand", | ||
|  |                     "variant": "level_up", | ||
|  |                     "result": "palossand redsand", | ||
|  |                     "consumeHeldItem": false, | ||
|  |                     "learnableMoves": [], | ||
|  |                     "requirements": [ | ||
|  |                         { | ||
|  |                             "variant": "level", | ||
|  |                             "minLevel": 42 | ||
|  |                         } | ||
|  |                     ] | ||
|  |                 } | ||
|  |             ] | ||
|  |         } | ||
|  |     ], | ||
|  |     "baseScale": 0.8, | ||
|  |     "hitbox": { | ||
|  |         "width": 0.5, | ||
|  |         "height": 0.8, | ||
|  |         "fixed": false | ||
|  |     }, | ||
|  | 	"features": ["redsand"] | ||
|  | } |