diff options
Diffstat (limited to 'db')
-rw-r--r-- | db/pre-re/skill_db.txt | 1 | ||||
-rw-r--r-- | db/re/skill_db.txt | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/db/pre-re/skill_db.txt b/db/pre-re/skill_db.txt index df52ec439..806bb4d11 100644 --- a/db/pre-re/skill_db.txt +++ b/db/pre-re/skill_db.txt @@ -38,6 +38,7 @@ // 0x1000- disable usage on enemies (for non-offensive skills). // 0x2000- skill ignores land protector (e.g. arrow shower) // 0x4000- chorus skill +// 0x8000- skill wont be passed to clones // 13 maxcount: max amount of skill instances to place on the ground when // player_land_skill_limit/monster_land_skill_limit is enabled. For skills // that attack using a path, this is the path length to be used. diff --git a/db/re/skill_db.txt b/db/re/skill_db.txt index 0bb63d7e9..ed4671c00 100644 --- a/db/re/skill_db.txt +++ b/db/re/skill_db.txt @@ -38,6 +38,7 @@ // 0x1000- disable usage on enemies (for non-offensive skills). // 0x2000- skill ignores land protector (e.g. arrow shower) // 0x4000- chorus skill +// 0x8000- skill wont be passed to clones // 13 maxcount: max amount of skill instances to place on the ground when // player_land_skill_limit/monster_land_skill_limit is enabled. For skills // that attack using a path, this is the path length to be used. |