diff options
Diffstat (limited to 'npcdialogs.xml')
-rw-r--r-- | npcdialogs.xml | 32 |
1 files changed, 31 insertions, 1 deletions
diff --git a/npcdialogs.xml b/npcdialogs.xml index f350629c..8f707be0 100644 --- a/npcdialogs.xml +++ b/npcdialogs.xml @@ -65,8 +65,38 @@ Copyright (C) 2019 Moubootaur Legends --> <text x="10" y="165" width="350" height="30" text="Jump 5 tiles backwards" /> <button x="45" y="125" name="Learn" value="backslide" /> + <!-- GUI size: 75px --> + <image x="10" y="190" image="graphics/skills/none.png" /> + <text x="10" y="225" width="200" height="12" text="Firewall" /> + <text x="10" y="240" width="350" height="30" text="Shoots fire walls" /> + <button x="45" y="200" name="Learn" value="firewall" /> + + <!-- GUI size: 75px --> + <image x="10" y="265" image="graphics/skills/none.png" /> + <text x="10" y="300" width="200" height="12" text="Full Throttle" /> + <text x="10" y="315" width="350" height="30" text="Last resort skill." /> + <button x="45" y="275" name="Learn" value="fullthrottle" /> + + <!-- GUI size: 75px --> + <image x="10" y="340" image="graphics/skills/none.png" /> + <text x="10" y="375" width="200" height="12" text="Sudden Attack" /> + <text x="10" y="390" width="350" height="30" text="Jump to attack" /> + <button x="45" y="350" name="Learn" value="darkillusion" /> + + <!-- GUI size: 75px --> + <image x="10" y="415" image="graphics/skills/none.png" /> + <text x="10" y="450" width="200" height="12" text="Trick Dead" /> + <text x="10" y="465" width="350" height="30" text="Please don't attack." /> + <button x="45" y="425" name="Learn" value="trickdead" /> + + <!-- GUI size: 75px --> + <image x="10" y="490" image="graphics/skills/none.png" /> + <text x="10" y="525" width="200" height="12" text="Fire Walk" /> + <text x="10" y="540" width="350" height="30" text="Don't follow my steps." /> + <button x="45" y="500" name="Learn" value="firewalk" /> + - <button x="300" y="250" name="Exit" value="Cancel" /> + <button x="300" y="20" name="Exit" value="Cancel" /> </menu> </dialog> |