aboutsummaryrefslogtreecommitdiff
path: root/devtools/create_kyradat/resources/lol_dos.h
diff options
context:
space:
mode:
authorathrxx2018-12-26 21:33:47 +0100
committerathrxx2018-12-26 21:51:39 +0100
commit4b2dc67c8c27b20c0698dbf419540c85fe6a7a4c (patch)
tree2b9f5bb9348b8623261274e79955fead4f1737ff /devtools/create_kyradat/resources/lol_dos.h
parent1474ca4ab3a4a2fc08daa48c5d699ab76e34e85f (diff)
downloadscummvm-rg350-4b2dc67c8c27b20c0698dbf419540c85fe6a7a4c.tar.gz
scummvm-rg350-4b2dc67c8c27b20c0698dbf419540c85fe6a7a4c.tar.bz2
scummvm-rg350-4b2dc67c8c27b20c0698dbf419540c85fe6a7a4c.zip
KYRA: (LOL) - fix #10764 (Cannot Use Vaelan's Cube)
Diffstat (limited to 'devtools/create_kyradat/resources/lol_dos.h')
-rw-r--r--devtools/create_kyradat/resources/lol_dos.h11
1 files changed, 9 insertions, 2 deletions
diff --git a/devtools/create_kyradat/resources/lol_dos.h b/devtools/create_kyradat/resources/lol_dos.h
index 1556a747b9..dc8d9f1104 100644
--- a/devtools/create_kyradat/resources/lol_dos.h
+++ b/devtools/create_kyradat/resources/lol_dos.h
@@ -450,7 +450,7 @@ static const byte kLoLIngamePcSpkSfxIndexDOS[250] = {
static const ByteProvider kLoLIngamePcSpkSfxIndexDOSProvider = { ARRAYSIZE(kLoLIngamePcSpkSfxIndexDOS), kLoLIngamePcSpkSfxIndexDOS };
-static const SpellProperty kLoLSpellPropertiesDOS[10] = {
+static const SpellProperty kLoLSpellPropertiesDOS[17] = {
{ 16436, { 5, 10, 15, 25 }, 0, 0, { 0, 0, 0, 0 }, 0, 0, 0x0100 },
{ 16437, { 5, 10, 25, 60 }, 0, 0, { 0, 0, 0, 0 }, 0, 0, 0x0001 },
{ 16438, { 8, 15, 30, 80 }, 0, 0, { 0, 0, 0, 0 }, 0, 0, 0x0102 },
@@ -460,7 +460,14 @@ static const SpellProperty kLoLSpellPropertiesDOS[10] = {
{ 16439, { 25, 30, 50, 100 }, 0, 0, { 0, 0, 0, 0 }, 0, 0, 0x0106 },
{ 16443, { 3, 6, 12, 24 }, 0, 0, { 0, 0, 0, 0 }, 0, 0, 0x0107 },
{ 16975, { 15, 15, 15, 15 }, 0, 0, { 0, 0, 0, 0 }, 0, 0, 0x0108 },
- { 16975, { 15, 15, 15, 15 }, 15, 0, { 0, 0, 0, 0 }, 0, 0, 0x0108 }
+ { 16975, { 15, 15, 15, 15 }, 15, 0, { 0, 0, 0, 0 }, 0, 0, 0x0108 },
+ { 0, { 0, 0, 0, 0 }, 0, 0, { 0, 0, 0, 0 }, 0, 0, 0 },
+ { 0, { 0, 0, 0, 0 }, 0, 0, { 0, 0, 0, 0 }, 0, 0, 0 },
+ { 0, { 0, 0, 0, 0 }, 0, 0, { 0, 0, 0, 0 }, 0, 0, 0 },
+ { 0, { 0, 0, 0, 0 }, 0, 0, { 0, 0, 0, 0 }, 0, 0, 0 },
+ { 0, { 0, 0, 0, 0 }, 0, 0, { 0, 0, 0, 0 }, 0, 0, 0 },
+ { 0, { 0, 0, 0, 0 }, 0, 0, { 0, 0, 0, 0 }, 0, 0, 0 },
+ { 0, { 0, 0, 0, 0 }, 0, 0, { 0, 0, 0, 0 }, 0, 0, 0 }
};
static const SpellPropertyProvider kLoLSpellPropertiesDOSProvider = { ARRAYSIZE(kLoLSpellPropertiesDOS), kLoLSpellPropertiesDOS };