Implemented imp teleporting

Added behavior to little red imps to allow them to teleport around
Imps have a 1/10 chance on each hit of teleporting away
Imps have a 1/75 chance on each tick of teleporting away
This commit is contained in:
Byte
2022-10-10 12:56:48 +00:00
committed by Ryan
parent f4d0754ed7
commit e0b9c0ab50
3 changed files with 92 additions and 0 deletions
+4
View File
@@ -7830,6 +7830,7 @@
"name": "Imp",
"defence_level": "2",
"safespot": null,
"movement_radius": "25",
"lifepoints": "8",
"strength_level": "2",
"id": "708",
@@ -7848,6 +7849,7 @@
"name": "Imp",
"defence_level": "1",
"safespot": null,
"movement_radius": "25",
"lifepoints": "8",
"strength_level": "1",
"id": "709",
@@ -15428,6 +15430,7 @@
"name": "Imp",
"defence_level": "1",
"safespot": null,
"movement_radius": "25",
"lifepoints": "8",
"strength_level": "1",
"id": "1531",
@@ -52651,6 +52654,7 @@
"name": "Imp",
"defence_level": "4",
"safespot": null,
"movement_radius": "25",
"lifepoints": "10",
"strength_level": "4",
"id": "6211",