git repos / saland

data/saland/spells/base_spells.json

browsing at commit = 97c2b9fe7f374ad2b3f92c243382e5339c553af8

raw · blame · history

{
	"spells": [
		{
			"name": "spell_fireball",
			"icon": "effect_fireball",
			"item_name": "",
			"tile": 0,
			"_comment_tile": "Number reference to a tile, we might also need a tileset at some point",
			"type": "dot"
		}
		,{
			"name": "spell_watershot",
			"icon": "effect_watershot",
			"item_name": "",
			"tile": 0,
			"type": "dot"
		}
		,{
			"icon": "item_weapon_long_knife",
			"name": "weapon_slash_long_knife"
		}
		,{
			"name": "spell_create_block",
			"tile": 606,
			"tileset": "terrain",
			"type": "tile"
		}
		,{
			"icon": "",
			"name" : "spell_create_block",
			"tile" : 27,
			"tileset": "terrain",
			"type" : "tile"
		}
		,{
			"icon" : "",
			"name" : "spell_create_block",
			"tile" : 15,
			"tileset": "terrain",
			"type" : "tile"
		}
		,{
			"name" : "spell_create_ground",
			"tile" : 0,
			"tileset": "terrain",
			"type" : "tile"
		}
		,{
			"name" : "spell_create_dungeon",
			"tile" : 0,
			"tileset": "tiles_dungeon",
			"type" : "tile"
		}
		,{
			"icon" : "item_food_potato",
			"name" : "spell_spawn_item",
			"item_name" : "food_potato"
		}
		,{
			"icon" : "item_barrel",
			"name" : "spell_spawn_item",
			"item_name" : "barrel"
		}
		,{
			"icon" : "tree_palm_icon",
			"name" : "spell_spawn_item",
			"item_name" : "tree_palm"
		}
		,{
			"icon" : "cactus_one",
			"name" : "spell_spawn_item",
			"item_name" : "cactus_full"
		}
		,{
			"icon" : "tree_pine_icon",
			"name" : "spell_spawn_item",
			"item_name" : "tree_pine"
		}
		,{
			"icon" : "icon_small_hammer",
			"name" : "spell_place_prefab",
			"type" : "tile"
		}
	]
}