Skip to content

Commit

Permalink
add gambat as invok to bob
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Gatto <uso.cosmo.ray@gmail.com>
  • Loading branch information
cosmo-ray committed Dec 24, 2023
1 parent 36e98ee commit 4e609c3
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions npcs/students.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,26 @@
"ai": "bob_ai",
"student_year": 1,
"max_life": 10,
"invok": [
{
"sex": "male",
"name": "Gamba",
"sprite": {
"paths": ["imgs/rat.png", "imgs/dead-rats.png"],
"dead-pos": [0,2,2,2],
"dead-txt-idx": 1,
"size": 32,
"disposition": "urdl",
"y": 32,
"length": 3
},
"stats": {
"strength": 2,
"agility": 8
},

}
],
"stats": {
"charm": 0,
"strength": 0,
Expand Down

0 comments on commit 4e609c3

Please sign in to comment.