Adoranda/assets-cg/items/2.json
bgiraudr 48392fe623 Add demo map
- random wild monster
- set hp player on create
- items can be useless, don't use them in that case
- areas can block player if event is not validate
2022-05-26 18:47:58 +02:00

10 lines
124 B
JSON

{
"name":"Extra PP",
"id":2,
"sprite":"item2",
"description":"Redonne 3PPs à une capacité",
"action":[
"pp:3"
]
}