Created
May 6, 2011 19:03
-
-
Save knowuh/959564 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"type": "Mysystem_sc", | |
"TODO": "Be sure to add the necessary fields to this JSON file for your new step type, a copy of the contents of this file will be copied to the new step file when an author creates a new instance of your step in the authoring tool, you may delete this TODO field", | |
"prompt": "What do you want to do?", | |
"modules": [ | |
{ | |
"name": "thing", | |
"icon": "http://upload.wikimedia.org/wikipedia/commons/thumb/d/d8/Bongo.jpg/120px-Bongo.jpg", | |
"image": "http://upload.wikimedia.org/wikipedia/commons/thumb/d/d8/Bongo.jpg/120px-Bongo.jpg", | |
"xtype": "MySystemContainer", | |
"etype": "source", | |
"fields": { | |
"efficiency": "1" | |
} | |
}, | |
{ | |
"name": "Thing 2", | |
"icon": "http://upload.wikimedia.org/wikipedia/commons/thumb/d/d8/Bongo.jpg/120px-Bongo.jpg", | |
"image": "http://upload.wikimedia.org/wikipedia/commons/thumb/d/d8/Bongo.jpg/120px-Bongo.jpg", | |
"xtype": "MySystemContainer", | |
"etype": "source", | |
"fields": { | |
"efficiency": "1" | |
} | |
}, | |
{ | |
"name": "", | |
"icon": "", | |
"image": "", | |
"xtype": "MySystemContainer", | |
"etype": "source", | |
"fields": { | |
"efficiency": "1" | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment