- Oct 17, 2018
- 913
- 1,665
Another easy way to cheat:
1) Open this file - Peasant's Quest/www/data/armors.json
2) Change it to look like this -
Now start the game, walk into the blacksmith shop and buy the ring for 30g. It's description should now say "Ultimate" instead of "M.attack+3" - if so, it worked. Put that bad boy on and all your stats & hitpoints will be over 1000.
You'll be one-punching anything in the game with ease.
1) Open this file - Peasant's Quest/www/data/armors.json
2) Change it to look like this -
Code:
[
null,
{"id":1,"atypeId":5,"description":"Def: +1","etypeId":2,"traits":[{"code":22,"dataId":1,"value":0}],"iconIndex":517,"name":"Shield","note":"","params":[0,0,0,1,0,0,0,0],"price":250},
{"id":2,"atypeId":1,"description":"Def: +1","etypeId":3,"traits":[{"code":22,"dataId":1,"value":0}],"iconIndex":516,"name":"Open Helmet","note":"","params":[0,0,0,1,0,0,0,0],"price":250},
{"id":3,"atypeId":3,"description":"Def: +1","etypeId":4,"traits":[{"code":22,"dataId":1,"value":0}],"iconIndex":513,"name":"Cloth","note":"","params":[0,0,0,1,0,0,0,0],"price":250},
{"id":4,"atypeId":1,"description":"Ultimate","etypeId":5,"traits":[{"code":22,"dataId":1,"value":0}],"iconIndex":480,"name":"Ring","note":"","params":[1000,1000,1000,1000,1000,1000,1000,1000],"price":30},
{"id":5,"atypeId":2,"description":"","etypeId":3,"traits":[{"code":22,"dataId":1,"value":0}],"iconIndex":134,"name":"Crown of Sorcery","note":"","params":[0,30,0,0,5,5,0,0],"price":2000},
{"id":6,"atypeId":1,"description":"Def: +2, Ag: -1","etypeId":4,"traits":[{"code":22,"dataId":1,"value":0}],"iconIndex":514,"name":"Chainmail","note":"","params":[0,0,0,2,0,0,-1,0],"price":400},
{"id":7,"atypeId":4,"description":"Def: +3, Ag: -2\nRequires skill: Heavy Armor","etypeId":4,"traits":[{"code":22,"dataId":1,"value":0}],"iconIndex":515,"name":"Plate armor","note":"","params":[0,0,0,3,0,0,-2,0],"price":600}
]
You'll be one-punching anything in the game with ease.