diff --git a/npcs/students.json b/npcs/students.json index 8ec1bc4..6bea6b2 100644 --- a/npcs/students.json +++ b/npcs/students.json @@ -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,