Skip to content
Snippets Groups Projects

Rio/feat/shop

Merged Rio Audino requested to merge rio/feat/shop into main
Compare and
72 files
+ 22583
3111
Preferences
Compare changes
Files
72
+ 34
0
{
"Items": [
{
"name": "shelly",
"buffType": "defense",
"buffAmount": 3.0,
"price": 10
},
{
"name": "mimic",
"buffType": "attack",
"buffAmount": 3.0,
"price": 10
},
{
"name": "foxie",
"buffType": "attack",
"buffAmount": 3.0,
"price": 10
},
{
"name": "doggie",
"buffType": "defense",
"buffAmount": 3.0,
"price": 10
},
{
"name": "birdie",
"buffType": "heal",
"buffAmount": 3.0,
"price": 10
}
]
}
\ No newline at end of file