~ubuntu-branches/ubuntu/utopic/frogatto-data/utopic

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
	[object_type]
	id=buyable_speed_boots
	prototype=buyable_item

	[editor_info]
	category=store
	[/editor_info]

	[consts]
	name="'speed boots'"
	price=30
	description="[~The speed boots will make~,~you faster.~]"
	[/consts]

	on_bought="[set(level.player.vars.walk_accel, level.player.vars.walk_accel + 1600),
	            set(level.player.vars.run_accel, level.player.vars.run_accel + 1600)]"


		[animation]
		id=normal
		image=props/store-items.png
		frames=1
		duration=100
		rect=1,1,29,29
		[/animation]
		
	[/object_type]