Created
June 3, 2012 01:43
-
-
Save richard4339/2860897 to your computer and use it in GitHub Desktop.
mrpg events and items
This file contains 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
# Insert Our Events | |
'discovered Mozor','calamity',1.1 | |
'ate a poisonous fruit', 'calamity', 1.2 | |
'fell in love with zach','terrible calamity',1.9 | |
'saw the light (which unfortunately ended up being a train)','terrible calamity',1.6 | |
'discovered Mozor', 'godsend', 0.9 | |
'found a $10 bill', 'godsend', 0.9 | |
'had the internet fail', 'really horrible calamity', 1.9 | |
'discovered the one true love of Pyotr: Ikea', 'weird thing', 1.1 | |
'discovered their ex had stolen all their stuff and turned out to be a monster', 'surprisingly common occurrence', 1.1 | |
'went to https://github.com/mozor/mRPG/issues/new and reported bugs', 'really good idea yet seldom done thing', 0.5 | |
Item Types | |
ID Number, Type Code, Type Name | |
1 'shield', 'shield' | |
2 'weapon', 'weapon' | |
3 'boots', 'boots' | |
4 'armor', 'armor' | |
Items | |
Type ID from above, name, modifier, special item | |
1, 'shield', 1, 0 | |
1, 'nonexistant', 0, 0 | |
2, 'sword', 1, 0 | |
2, 'axe', 1, 0 | |
2, 'mace', 1, 0 | |
2, 'club', 1, 0 | |
2, 'stick', 1, 0 | |
2, 'death ray', 1, 0 | |
2, 'dagger', 1, 0 | |
2, 'rubber chicken', 0.5, 0 | |
3, 'leather boots', 1, 0 | |
3, 'lizard boots', 1, 0 | |
3, 'high heels', 0.9, 0 | |
4, 'leather armor', 1, 0 | |
4, 'chain mail', 1, 0 | |
4, 'birthday suit', 0.1, 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment