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

« back to all changes in this revision

Viewing changes to data/objects/store-items/buyable_speed_boots.cfg

  • Committer: Bazaar Package Importer
  • Author(s): Dmitry E. Oboukhov
  • Date: 2010-07-16 12:14:11 UTC
  • Revision ID: james.westby@ubuntu.com-20100716121411-tobhfbyxrrz46dwz
Tags: upstream-1.0
ImportĀ upstreamĀ versionĀ 1.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
        [object_type]
 
3
        id=buyable_speed_boots
 
4
        prototype=buyable_item
 
5
 
 
6
        [editor_info]
 
7
        category=store
 
8
        [/editor_info]
 
9
 
 
10
        [consts]
 
11
        name="'speed boots'"
 
12
        price=30
 
13
        description="[~The speed boots will make~,~you faster.~]"
 
14
        [/consts]
 
15
 
 
16
        on_bought="[set(level.player.vars.walk_accel, level.player.vars.walk_accel + 1600),
 
17
                    set(level.player.vars.run_accel, level.player.vars.run_accel + 1600)]"
 
18
 
 
19
 
 
20
                [animation]
 
21
                id=normal
 
22
                image=props/store-items.png
 
23
                frames=1
 
24
                duration=100
 
25
                rect=1,1,29,29
 
26
                [/animation]
 
27
                
 
28
        [/object_type]