1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-23 22:37:55 +02:00

cast only on self

This commit is contained in:
Laserlicht
2024-09-28 17:32:53 +02:00
parent 7f8f09c8fa
commit e6cb87abac
7 changed files with 33 additions and 9 deletions

View File

@@ -64,6 +64,9 @@
// If true, then creature capable of casting this spell can cast this spell on itself
// If false, then creature can only cast this spell on other units
"canCastOnSelf" : false,
// If true, then creature capable of casting this spell can cast this spell only on itself
"canCastOnlyOnSelf" : false,
// If true the creature will not skip the turn after casting a spell
"canCastWithoutSkip": false,