Last active
December 29, 2015 01:29
-
-
Save tonussi/7593291 to your computer and use it in GitHub Desktop.
frases unicas
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
{ | |
tonussi = { | |
"first": "Lucas", | |
"last": "Tonussi", | |
"age": 23, | |
"sex": "M", | |
"registered": false, | |
"class": "Mage", // se achou o gandalf | |
"interests": [ "Reading", "Mountain Biking", "Hacking" ], | |
"phrases": ["vamo ae", "da pra fazer miséria"], | |
"skills": ["viagem rápida", "senso de direção +10"], | |
"items": ["Pentel 0.3mm", "Mochila com Bússula"] | |
}, | |
bonetti = { | |
"first": "Carlos", | |
"last": "Bonetti", | |
"age": 21, | |
"sex": "M", | |
"registered": false, | |
"class": "None", | |
"interests": [ "White Stripes", "Paranaue", "Sublime Text Editor", "Open Thoughts", "Chutambô" ], | |
"frases": ["acho válido"], | |
"skills": [""] | |
}, | |
rose = { | |
"first": "Thiago", | |
"last": "Rose", | |
"age": 21, | |
"sex": "M", | |
"registered": true, | |
"class": "Orc", | |
"interests": [ "Biking"], | |
"frases": ["#arghrr"], | |
"skills": ["Rampage", "Hold Regen"], | |
"items": ["tablet", "guidom cor de rosa"] | |
}, | |
steve = { | |
"first": "Steve", | |
"last": "Nilson", | |
"age": 21, | |
"sex": "M", | |
"registered": false, | |
"class": "Carrier Assassin", | |
"interests": [ "", "", "" ], | |
"frases": [""], | |
"skills": ["Increase 30x Damage | 20x Critical Damage at Night"], | |
"items": ["Compendium Dota Internacional 2013 Completo"] | |
}, | |
bruno = { | |
"first": "Bruno", | |
"last": "Souza", | |
"age": 21, | |
"sex": "M", | |
"registered": true, | |
"class": "Elf", | |
"interests": [ "Drums", "Magic"], | |
"frases": ["eu nãoconcordo com isso"], | |
"skills": ["Pax Aetherna", "Increase 10x Programming Skill at Very Night "], | |
"items": ["Valfenda Pergamun of Great Justice"] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
🐧