int/uint type on all relevant fields (I hope)
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
<?xml version='1.0' encoding='UTF-8' standalone='no'?>
|
||||
<?xml-stylesheet href="dialog.xsl" type="text/xsl"?>
|
||||
<dialog defbtn='okay' escbtn='cancel'>
|
||||
<!--
|
||||
TODO: Assign numeric types (type = 'int' or 'uint') to fields as appropriate
|
||||
-->
|
||||
<pict type='dlog' num='16' top='8' left='11'/>
|
||||
<text name='title' size='large' top='6' left='50' width='158' height='16'>Edit Item' Abilities</text>
|
||||
<text anchor='title' relative='pos pos-in' top='0' left='14' width='111' height='14'>Item number:</text>
|
||||
@@ -16,11 +13,12 @@
|
||||
|
||||
<text rel-anchor='prev' relative='abs pos' size='large' top='8' left='8' width='142' height='13'>Item special ability:</text>
|
||||
<text name='abilname' rel-anchor='prev' relative='pos pos-in' framed='true' top='0' left='11' width='250' height='13'/>
|
||||
<!-- These fields are called str1 and str2 but I think they can only be for numbers? -->
|
||||
<text name='str1-title' rel-anchor='prev' relative='abs pos' framed='true' top='8' left='8' width='185' height='16'/>
|
||||
<field name='str1' rel-anchor='prev' relative='pos pos-in' top='0' left='7' width='77' height='16'/>
|
||||
<field name='str1' type='int' rel-anchor='prev' relative='pos pos-in' top='0' left='7' width='77' height='16'/>
|
||||
<button name='str1-choose' rel-anchor='prev' relative='pos pos-in' type='large' top='-4' left='13'>Create/Edit</button>
|
||||
<text name='str2-title' rel-anchor='prev' relative='abs pos' framed='true' top='3' left='8' width='185' height='16'/>
|
||||
<field name='str2' rel-anchor='prev' relative='pos pos-in' top='0' left='7' width='77' height='16'/>
|
||||
<field name='str2' type='int' rel-anchor='prev' relative='pos pos-in' top='0' left='7' width='77' height='16'/>
|
||||
<button name='str2-choose1' rel-anchor='prev' relative='pos pos-in' type='regular' top='-4' left='13'>Choose</button>
|
||||
<button name='str2-choose2' rel-anchor='prev' relative='pos pos-in' type='regular' top='0' left='5'>Priest</button>
|
||||
|
||||
|
||||
@@ -2,21 +2,18 @@
|
||||
<!-- NOTE: This file should be updated to use relative positioning the next time it changes. -->
|
||||
<?xml-stylesheet href="dialog.xsl" type="text/xsl"?>
|
||||
<dialog defbtn='okay' escbtn='cancel'>
|
||||
<!--
|
||||
TODO: Assign numeric types (type = 'int' or 'uint') to fields as appropriate
|
||||
-->
|
||||
<field name='full' top='30' left='163' width='226' height='16'/>
|
||||
<field name="short" top='54' left='163' width='125' height='16'/>
|
||||
<field name='picnum' top='82' left='140' width='52' height='16'/>
|
||||
<field name='level' top='219' left='161' width='52' height='16'/>
|
||||
<field name='awkward' top='243' left='161' width='52' height='16'/>
|
||||
<field name='bonus' top='267' left='161' width='52' height='16'/>
|
||||
<field name='prot' top='291' left='161' width='52' height='16'/>
|
||||
<field name='charges' top='315' left='161' width='52' height='16'/>
|
||||
<field name='flag' top='219' left='366' width='52' height='16'/>
|
||||
<field name='value' top='243' left='366' width='52' height='16'/>
|
||||
<field name='weight' top='267' left='366' width='52' height='16'/>
|
||||
<field name='class' top='291' left='366' width='52' height='16'/>
|
||||
<field name='picnum' type='uint' top='82' left='140' width='52' height='16'/>
|
||||
<field name='level' type='uint' top='219' left='161' width='52' height='16'/>
|
||||
<field name='awkward' type='uint' top='243' left='161' width='52' height='16'/>
|
||||
<field name='bonus' type='uint' top='267' left='161' width='52' height='16'/>
|
||||
<field name='prot' type='int' top='291' left='161' width='52' height='16'/>
|
||||
<field name='charges' type='uint' top='315' left='161' width='52' height='16'/>
|
||||
<field name='flag' type='uint' top='219' left='366' width='52' height='16'/>
|
||||
<field name='value' type='uint' top='243' left='366' width='52' height='16'/>
|
||||
<field name='weight' type='uint' top='267' left='366' width='52' height='16'/>
|
||||
<field name='class' type='uint' top='291' left='366' width='52' height='16'/>
|
||||
<button name='okay' type='regular' top='357' left='509'>OK</button>
|
||||
<button name='cancel' type='regular' top='357' left='434'>Cancel</button>
|
||||
<button name='prev' type='left' top='357' left='13'/>
|
||||
@@ -82,7 +79,7 @@
|
||||
<pict name='missile-pic' type='missile' num='3' top='243' left='440'/>
|
||||
<button name='choosemiss' type='regular' top='240' left='521'>Choose</button>
|
||||
<text name='skill-title' top='270' left='440' width='140' height='16'>Weapon key skill:</text>
|
||||
<field name='weap-type' top='291' left='440' width='73' height='16'/>
|
||||
<field name='weap-type' type='uint' top='291' left='440' width='73' height='16'/>
|
||||
<button name='choosetp' type='regular' top='288' left='521'>Choose</button>
|
||||
<text top='313' left='221' width='363' height='40'>
|
||||
Enter properties for this item type.
|
||||
|
||||
@@ -2,10 +2,6 @@
|
||||
<!-- NOTE: This file should be updated to use relative positioning the next time it changes. -->
|
||||
<?xml-stylesheet href="dialog.xsl" type="text/xsl"?>
|
||||
<dialog defbtn='okay' escbtn='cancel'>
|
||||
<!--
|
||||
TODO: Assign numeric types (type = 'int' or 'uint') to fields as appropriate
|
||||
-->
|
||||
|
||||
<pict type='dlog' num='16' top='8' left='8'/>
|
||||
<text size='large' top='18' left='50' width='250' height='17'>Edit Monster Ability:</text>
|
||||
<text top='52' left='10' width='100' height='16'>For monster:</text>
|
||||
@@ -22,23 +18,23 @@
|
||||
<button name='pick-subtype' type='regular' top='161' left='330'>Choose</button>
|
||||
|
||||
<text top='192' left='10' width='100' height='16'>Missile:</text>
|
||||
<field name='missile' top='190' left='120' width='50' height='16'/>
|
||||
<field name='missile' type='uint' top='190' left='120' width='50' height='16'/>
|
||||
<text name='missile-touch' framed='true' top='192' left='120' width='50' height='16'>None</text>
|
||||
<button name='pick-missile' type='regular' top='187' left='180'>Choose</button>
|
||||
<pict name='missile-pic' type='missile' num='0' top='192' left='253'/>
|
||||
|
||||
<text top='220' left='10' width='100' height='16'>Ability Range:</text>
|
||||
<field name='range' top='218' left='120' width='50' height='16'/>
|
||||
<field name='range' type='uint' top='218' left='120' width='50' height='16'/>
|
||||
<text name='range-touch' framed='true' top='220' left='120' width='50' height='16'>Touch</text>
|
||||
<text top='220' left='180' width='100' height='16'>Chance of Using:</text>
|
||||
<field name='odds' top='218' left='290' width='50' height='16'/>
|
||||
<field name='odds' type='uint' top='218' left='290' width='50' height='16'/>
|
||||
|
||||
<text top='248' left='10' width='100' height='16'>Ability Strength:</text>
|
||||
<field name='strength' top='246' left='120' width='70' height='16'/>
|
||||
<field name='strength' type='uint' top='246' left='120' width='70' height='16'/>
|
||||
<button name='pick-strength' type='regular' top='245' left='200'>Choose</button>
|
||||
|
||||
<text name='extra-title' top='276' left='10' width='100' height='16'>Extra:</text>
|
||||
<field name='extra' top='274' left='120' width='70' height='16'/>
|
||||
<field name='extra' type='int' top='274' left='120' width='70' height='16'/>
|
||||
<button name='pick-extra' type='regular' top='271' left='200'>Choose</button>
|
||||
|
||||
<button name='okay' type='regular' top='300' left='330'>OK</button>
|
||||
|
||||
@@ -2,9 +2,6 @@
|
||||
<!-- NOTE: This file should be updated to use relative positioning the next time it changes. -->
|
||||
<?xml-stylesheet href="dialog.xsl" type="text/xsl"?>
|
||||
<dialog defbtn='okay' escbtn='cancel'>
|
||||
<!--
|
||||
TODO: Assign numeric types (type = 'int' or 'uint') to fields as appropriate
|
||||
-->
|
||||
<pict type='dlog' num='16' top='8' left='8'/>
|
||||
<text size='large' top='18' left='50' width='250' height='17'>Edit Monster Ability:</text>
|
||||
<text top='52' left='10' width='100' height='16'>For monster:</text>
|
||||
@@ -21,14 +18,14 @@
|
||||
<button name='pick-subtype' type='regular' top='161' left='330'>Choose</button>
|
||||
|
||||
<text top='192' left='10' width='100' height='16'>Missile:</text>
|
||||
<field name='missile' top='190' left='120' width='50' height='16'/>
|
||||
<field name='missile' type='uint' top='190' left='120' width='50' height='16'/>
|
||||
<button name='pick-missile' type='regular' top='187' left='180'>Choose</button>
|
||||
<pict name='missile-pic' type='missile' num='0' top='192' left='253'/>
|
||||
|
||||
<text top='220' left='10' width='100' height='16'>Number of Dice:</text>
|
||||
<field name='dice' top='218' left='120' width='50' height='16'/>
|
||||
<field name='dice' type='uint' top='218' left='120' width='50' height='16'/>
|
||||
<text top='220' left='180' width='100' height='16'>Sides per Die:</text>
|
||||
<field name='sides' top='218' left='290' width='50' height='16'/>
|
||||
<field name='sides' type='uint' top='218' left='290' width='50' height='16'/>
|
||||
|
||||
<text top='248' left='10' width='100' height='16'>Ability Range:</text>
|
||||
<field name='range' top='246' left='120' width='50' height='16'/>
|
||||
@@ -36,7 +33,7 @@
|
||||
<field name='odds' top='246' left='290' width='50' height='16'/>
|
||||
|
||||
<text top='276' left='10' width='100' height='16'>Skill Level:</text>
|
||||
<field name='skill' top='274' left='120' width='70' height='16'/>
|
||||
<field name='skill' type='uint' top='274' left='120' width='70' height='16'/>
|
||||
|
||||
<button name='okay' type='regular' top='300' left='330'>OK</button>
|
||||
<button name='cancel' type='regular' top='300' left='265'>Cancel</button>
|
||||
|
||||
@@ -2,9 +2,6 @@
|
||||
<!-- NOTE: This file should be updated to use relative positioning the next time it changes. -->
|
||||
<?xml-stylesheet href="dialog.xsl" type="text/xsl"?>
|
||||
<dialog defbtn='okay' escbtn='cancel'>
|
||||
<!--
|
||||
TODO: Assign numeric types (type = 'int' or 'uint') to fields as appropriate
|
||||
-->
|
||||
<pict type='dlog' num='16' top='8' left='8'/>
|
||||
<text size='large' top='18' left='50' width='250' height='17'>Edit Monster Ability:</text>
|
||||
<text top='52' left='10' width='100' height='16'>For monster:</text>
|
||||
@@ -15,14 +12,14 @@
|
||||
<text name='type' framed='true' top='108' left='120' width='200' height='16'/>
|
||||
|
||||
<text top='136' left='10' width='100' height='16'>Field Type:</text>
|
||||
<field name='field' top='134' left='120' width='70' height='16'/>
|
||||
<field name='field' type='uint' top='134' left='120' width='70' height='16'/>
|
||||
<button name='pick-field' type='regular' top='133' left='200'>Choose</button>
|
||||
|
||||
<text top='164' left='10' width='120' height='16'>Radiate Chance:</text>
|
||||
<field name='odds' top='162' left='120' width='50' height='16'/>
|
||||
<field name='odds' type='uint' top='162' left='120' width='50' height='16'/>
|
||||
|
||||
<text top='192' left='10' width='100' height='16'>Area Affected:</text>
|
||||
<field name='pat' top='190' left='120' width='50' height='16'/>
|
||||
<field name='pat' type='uint' top='190' left='120' width='50' height='16'/>
|
||||
<button name='pick-pat' type='regular' top='187' left='180'>Choose</button>
|
||||
|
||||
<button name='okay' type='regular' top='216' left='330'>OK</button>
|
||||
|
||||
@@ -2,9 +2,6 @@
|
||||
<!-- NOTE: This file should be updated to use relative positioning the next time it changes. -->
|
||||
<?xml-stylesheet href="dialog.xsl" type="text/xsl"?>
|
||||
<dialog defbtn='okay' escbtn='cancel'>
|
||||
<!--
|
||||
TODO: Assign numeric types (type = 'int' or 'uint') to fields as appropriate
|
||||
-->
|
||||
<pict type='dlog' num='16' top='8' left='8'/>
|
||||
<text size='large' top='18' left='50' width='250' height='17'>Edit Monster Ability:</text>
|
||||
<text top='52' left='10' width='100' height='16'>For monster:</text>
|
||||
@@ -17,14 +14,14 @@
|
||||
<text name='ap' framed='true' top='136' left='120' width='200' height='16'/>
|
||||
|
||||
<text name='extra1-title' framed='true' top='164' left='10' width='200' height='16'>Extra 1</text>
|
||||
<field name='extra1' top='162' left='220' width='70' height='16'/>
|
||||
<field name='extra1' type='uint' top='162' left='220' width='70' height='16'/>
|
||||
<button name='pick-extra1' type='large' top='161' left='300'>Create/Edit</button>
|
||||
|
||||
<text name='extra2-title' framed='true' top='192' left='10' width='200' height='16'>Extra 2</text>
|
||||
<field name='extra2' top='190' left='220' width='70' height='16'/>
|
||||
<field name='extra2' type='uint' top='190' left='220' width='70' height='16'/>
|
||||
|
||||
<text name='extra3-title' framed='true' top='220' left='10' width='200' height='16'>Extra 3</text>
|
||||
<field name='extra3' top='218' left='220' width='70' height='16'/>
|
||||
<field name='extra3' type='uint' top='218' left='220' width='70' height='16'/>
|
||||
|
||||
<button name='okay' type='regular' top='244' left='339'>OK</button>
|
||||
<button name='cancel' type='regular' top='244' left='274'>Cancel</button>
|
||||
|
||||
@@ -2,9 +2,6 @@
|
||||
<!-- NOTE: This file should be updated to use relative positioning the next time it changes. -->
|
||||
<?xml-stylesheet href="dialog.xsl" type="text/xsl"?>
|
||||
<dialog defbtn='okay' escbtn='cancel'>
|
||||
<!--
|
||||
TODO: Assign numeric types (type = 'int' or 'uint') to fields as appropriate
|
||||
-->
|
||||
<pict type='dlog' num='16' top='8' left='8'/>
|
||||
<text size='large' top='18' left='50' width='250' height='17'>Edit Monster Ability:</text>
|
||||
<text top='52' left='10' width='100' height='16'>For monster:</text>
|
||||
@@ -23,14 +20,14 @@
|
||||
<button name='pick-summon' type='regular' top='161' left='330'>Choose</button>
|
||||
|
||||
<text top='192' left='10' width='100' height='16'>Minimum number:</text>
|
||||
<field name='min' top='190' left='120' width='50' height='16'/>
|
||||
<field name='min' type='uint' top='190' left='120' width='50' height='16'/>
|
||||
<text top='192' left='180' width='100' height='16'>Maximum number:</text>
|
||||
<field name='max' top='190' left='290' width='50' height='16'/>
|
||||
<field name='max' type='uint' top='190' left='290' width='50' height='16'/>
|
||||
|
||||
<text top='220' left='10' width='100' height='16'>Summon duration:</text>
|
||||
<field name='len' top='218' left='120' width='50' height='16'/>
|
||||
<field name='len' type='uint' top='218' left='120' width='50' height='16'/>
|
||||
<text top='220' left='180' width='100' height='16'>Chance of Using:</text>
|
||||
<field name='odds' top='218' left='290' width='50' height='16'/>
|
||||
<field name='odds' type='uint' top='218' left='290' width='50' height='16'/>
|
||||
|
||||
<button name='okay' type='regular' top='244' left='330'>OK</button>
|
||||
<button name='cancel' type='regular' top='244' left='265'>Cancel</button>
|
||||
|
||||
@@ -2,9 +2,6 @@
|
||||
<!-- NOTE: This file should be updated to use relative positioning the next time it changes. -->
|
||||
<?xml-stylesheet href="dialog.xsl" type="text/xsl"?>
|
||||
<dialog defbtn='okay' escbtn='cancel'>
|
||||
<!--
|
||||
TODO: Assign numeric types (type = 'int' or 'uint') to fields as appropriate
|
||||
-->
|
||||
<pict name='icon' type='monst' num='0' top='8' left='8'/>
|
||||
<text size='large' top='6' left='44' width='158' height='16'>Edit Monster Statistics</text>
|
||||
|
||||
@@ -15,31 +12,31 @@
|
||||
<field name='name' top='30' left='180' width='186' height='16'/>
|
||||
|
||||
<text top='58' left='8' width='120' height='14'>Monster picture:</text>
|
||||
<field name='pic' top='57' left='140' width='52' height='16'/>
|
||||
<field name='pic' type='uint' top='57' left='140' width='52' height='16'/>
|
||||
<button name='pickicon' type='large' top='53' left='201'>Select Icon</button>
|
||||
<text name='w' top='59' left='334' width='86' height='14'>Width = </text>
|
||||
<text name='h' top='59' left='426' width='86' height='14'>Height = </text>
|
||||
|
||||
<text top='83' left='8' width='179' height='14'>Monster level: (0 - 40)</text>
|
||||
<field name='level' top='82' left='206' width='52' height='16'/>
|
||||
<field name='level' type='uint' top='82' left='206' width='52' height='16'/>
|
||||
|
||||
<text top='107' left='8' width='179' height='14'>Monster health: (0 - 2500)</text>
|
||||
<field name='health' top='106' left='206' width='52' height='16'/>
|
||||
<field name='health' type='uint' top='106' left='206' width='52' height='16'/>
|
||||
|
||||
<text top='131' left='8' width='179' height='14'>Monster armor: (0 - 50)</text>
|
||||
<field name='armor' top='130' left='206' width='52' height='16'/>
|
||||
<field name='armor' type='uint' top='130' left='206' width='52' height='16'/>
|
||||
|
||||
<text top='155' left='8' width='179' height='14'>Monster skill: (0 - 40)</text>
|
||||
<field name='skill' top='154' left='206' width='52' height='16'/>
|
||||
<field name='skill' type='uint' top='154' left='206' width='52' height='16'/>
|
||||
|
||||
<text top='179' left='8' width='179' height='14'>Monster speed: (1-12)</text>
|
||||
<field name='speed' top='178' left='206' width='52' height='16'/>
|
||||
<field name='speed' type='uint' top='178' left='206' width='52' height='16'/>
|
||||
|
||||
<text top='203' left='8' width='179' height='14'>Monster magic spells: (0 - 7)</text>
|
||||
<field name='mage' top='202' left='206' width='51' height='16'/>
|
||||
<field name='mage' type='uint' top='202' left='206' width='51' height='16'/>
|
||||
|
||||
<text top='227' left='8' width='179' height='14'>Monster priest spells: (0 - 7)</text>
|
||||
<field name='priest' top='226' left='206' width='51' height='16'/>
|
||||
<field name='priest' type='uint' top='226' left='206' width='51' height='16'/>
|
||||
|
||||
<text size='large' top='82' left='273' width='158' height='16'>Hand to hand combat:</text>
|
||||
<text top='102' left='343' width='72' height='40'>Number of dice:<br/>(0 - 20)</text>
|
||||
@@ -47,20 +44,20 @@
|
||||
<text top='128' left='470' width='56' height='14'>Type</text>
|
||||
|
||||
<text top='150' left='283' width='50' height='14'>Attack 1:</text>
|
||||
<field name='dice1' top='149' left='350' width='52' height='16'/>
|
||||
<field name='sides1' top='149' left='410' width='52' height='16'/>
|
||||
<field name='dice1' type='uint' top='149' left='350' width='52' height='16'/>
|
||||
<field name='sides1' type='uint' top='149' left='410' width='52' height='16'/>
|
||||
<text name='type1' top='150' left='470' width='120' height='14'/>
|
||||
<button name='picktype1' type='regular' top='146' left='525'>Choose</button>
|
||||
|
||||
<text top='174' left='283' width='50' height='14'>Attack 2:</text>
|
||||
<field name='dice2' top='173' left='350' width='52' height='16'/>
|
||||
<field name='sides2' top='173' left='410' width='52' height='16'/>
|
||||
<field name='dice2' type='uint' top='173' left='350' width='52' height='16'/>
|
||||
<field name='sides2' type='uint' top='173' left='410' width='52' height='16'/>
|
||||
<text name='type2' top='174' left='470' width='120' height='14'/>
|
||||
<button name='picktype2' type='regular' top='170' left='525'>Choose</button>
|
||||
|
||||
<text top='198' left='283' width='50' height='14'>Attack 3:</text>
|
||||
<field name='dice3' top='197' left='350' width='52' height='16'/>
|
||||
<field name='sides3' top='197' left='410' width='52' height='16'/>
|
||||
<field name='dice3' type='uint' top='197' left='350' width='52' height='16'/>
|
||||
<field name='sides3' type='uint' top='197' left='410' width='52' height='16'/>
|
||||
<text name='type3' top='198' left='470' width='120' height='14'/>
|
||||
<button name='picktype3' type='regular' top='194' left='525'>Choose</button>
|
||||
|
||||
@@ -69,12 +66,12 @@
|
||||
<button name='picktype' type='regular' top='250' left='264'>Choose</button>
|
||||
|
||||
<text top='278' left='8' width='120' height='14'>Default talking picture:</text>
|
||||
<field name='talk' top='276' left='138' width='77' height='16'/>
|
||||
<field name='talk' type='uint' top='276' left='138' width='77' height='16'/>
|
||||
<pict name='talkpic' type='talk' num='0' top='276' left='226'/>
|
||||
<button name='picktalk' type='regular' top='275' left='264'>Choose</button>
|
||||
|
||||
<text top='250' left='343' width='162' height='14'>Monster treasure: (0-4)</text>
|
||||
<field name='treas' top='248' left='513' width='55' height='16'/>
|
||||
<field name='treas' type='uint' top='248' left='513' width='55' height='16'/>
|
||||
|
||||
<text top='275' left='343' width='302' height='14'>Default attitude:<br/>
|
||||
(attitude creature has when you place it)
|
||||
|
||||
@@ -2,9 +2,6 @@
|
||||
<!-- NOTE: This file should be updated to use relative positioning the next time it changes. -->
|
||||
<?xml-stylesheet href="dialog.xsl" type="text/xsl"?>
|
||||
<dialog defbtn='okay' escbtn='cancel'>
|
||||
<!--
|
||||
TODO: Assign numeric types (type = 'int' or 'uint') to fields as appropriate
|
||||
-->
|
||||
<field name='name' top='51' left='162' width='151' height='16'/>
|
||||
<button name='okay' type='regular' top='295' left='354'>OK</button>
|
||||
<button name='cancel' type='regular' relative='neg pos-in' rel-anchor='prev' top='0' left='71'>Cancel</button>
|
||||
@@ -21,16 +18,16 @@
|
||||
<led name='snd4' top='85' left='350'>Custom</led>
|
||||
</group>
|
||||
<text top='106' left='50' width='190' height='16'>Background: (-1 = scenario default)</text>
|
||||
<field name='bg-out' top='104' left='250' width='80' height='16'/>
|
||||
<field name='bg-out' type='int' top='104' left='250' width='80' height='16'/>
|
||||
<button name='pick-out' type='regular' top='101' left='340'>Choose</button>
|
||||
<text top='130' left='50' width='190' height='16'>Combat Background:</text>
|
||||
<field name='bg-fight' top='128' left='250' width='80' height='16'/>
|
||||
<field name='bg-fight' type='int' top='128' left='250' width='80' height='16'/>
|
||||
<button name='pick-fight' type='regular' top='125' left='340'>Choose</button>
|
||||
<text top='154' left='50' width='190' height='16'>Default Town Background:</text>
|
||||
<field name='bg-town' top='152' left='250' width='80' height='16'/>
|
||||
<field name='bg-town' type='int' top='152' left='250' width='80' height='16'/>
|
||||
<button name='pick-town' type='regular' top='149' left='340'>Choose</button>
|
||||
<text top='178' left='50' width='190' height='16'>Default Dungeon Background:</text>
|
||||
<field name='bg-dungeon' top='176' left='250' width='80' height='16'/>
|
||||
<field name='bg-dungeon' type='int' top='176' left='250' width='80' height='16'/>
|
||||
<button name='pick-dungeon' type='regular' top='173' left='340'>Choose</button>
|
||||
<text top='204' left='50' width='101' height='90'>Comment:<br/><br/>
|
||||
You can put useful notes for yourself here. It's not used by the game for anything.
|
||||
|
||||
@@ -2,15 +2,11 @@
|
||||
<!-- NOTE: This file should be updated to use relative positioning the next time it changes. -->
|
||||
<?xml-stylesheet href="dialog.xsl" type="text/xsl"?>
|
||||
<dialog defbtn='okay' escbtn='cancel'>
|
||||
<!--
|
||||
TODO: Assign numeric types (type = 'int' or 'uint') to fields as appropriate
|
||||
-->
|
||||
<!-- OK button -->
|
||||
<field name='onmeet' top='189' left='361' width='46' height='16'/>
|
||||
<field name='onmeet' type='int' top='189' left='361' width='46' height='16'/>
|
||||
<field name='onwin' top='231' left='361' width='46' height='16'/>
|
||||
<field name='onflee' top='275' left='361' width='46' height='16'/>
|
||||
<field name='endy' top='309' left='460' width='39' height='16'/>
|
||||
<field name='endx' top='309' left='508' width='39' height='16'/>
|
||||
<field name='onflee' type='int' top='275' left='361' width='46' height='16'/>
|
||||
<field name='endy' type='int' top='309' left='460' width='39' height='16'/>
|
||||
<field name='endx' type='int' top='309' left='508' width='39' height='16'/>
|
||||
<text name='foe1' framed='true' top='135' left='129' width='145' height='14'/>
|
||||
<text name='foe2' framed='true' top='159' left='129' width='145' height='14'/>
|
||||
<text name='foe3' framed='true' top='183' left='129' width='145' height='14'/>
|
||||
@@ -21,8 +17,6 @@
|
||||
<text name='ally1' framed='true' top='303' left='129' width='145' height='14'/>
|
||||
<text name='ally2' framed='true' top='327' left='129' width='145' height='14'/>
|
||||
<text name='ally3' framed='true' top='351' left='129' width='145' height='14'/>
|
||||
<button name='okay' type='regular' top='370' left='489'>OK</button>
|
||||
<button name='cancel' type='regular' top='370' left='423'>Cancel</button>
|
||||
<button name='left' type='left' def-key='left' top='370' left='11'/>
|
||||
<button name='right' type='right' def-key='right' top='370' left='74'/>
|
||||
<button name='choose-foe1' type='regular' top='130' left='280'>Choose</button>
|
||||
@@ -72,4 +66,8 @@
|
||||
<text top='213' left='352' width='194' height='14'>Special called when party wins</text>
|
||||
<text top='256' left='352' width='194' height='14'>Special called if party flees</text>
|
||||
<text top='299' left='352' width='103' height='33'>Stuff done flag to eliminate encounter</text>
|
||||
|
||||
<!-- OK button -->
|
||||
<button name='okay' type='regular' top='370' left='489'>OK</button>
|
||||
<button name='cancel' type='regular' top='370' left='423'>Cancel</button>
|
||||
</dialog>
|
||||
|
||||
@@ -2,9 +2,6 @@
|
||||
<!-- NOTE: This file should be updated to use relative positioning the next time it changes. -->
|
||||
<?xml-stylesheet href="dialog.xsl" type="text/xsl"?>
|
||||
<dialog defbtn='okay' escbtn='cancel'>
|
||||
<!--
|
||||
TODO: Assign numeric types (type = 'int' or 'uint') to fields as appropriate
|
||||
-->
|
||||
<field name='title' top='42' left='174' width='189' height='16'/>
|
||||
<field name='dunno' top='66' left='254' width='246' height='43'/>
|
||||
<field name='look' top='123' left='73' width='427' height='68'/>
|
||||
|
||||
@@ -2,9 +2,6 @@
|
||||
<!-- NOTE: This file should be updated to use relative positioning the next time it changes. -->
|
||||
<?xml-stylesheet href="dialog.xsl" type="text/xsl"?>
|
||||
<dialog defbtn='okay'>
|
||||
<!--
|
||||
TODO: Assign numeric types (type = 'int' or 'uint') to fields as appropriate
|
||||
-->
|
||||
<!-- OK button -->
|
||||
<button name='okay' type='regular' top='195' left='316'>OK</button>
|
||||
<pict name='pic' type='dlog' num='16' top='8' left='12'/>
|
||||
@@ -14,9 +11,9 @@
|
||||
Charges:<br/>
|
||||
(-1 = default)
|
||||
</text>
|
||||
<field name='charges' top='73' left='135' width='52' height='16'/>
|
||||
<field name='charges' type='int' top='73' left='135' width='52' height='16'/>
|
||||
<text name='abil-lbl' top='101' left='50' width='80' height='16'>Ability:</text>
|
||||
<field name='abil' top='101' left='135' width='52' height='16'/>
|
||||
<field name='abil' type='int' top='101' left='135' width='52' height='16'/>
|
||||
<button name='abil-choose' type='regular' top='98' left='200'>Choose</button>
|
||||
<text top='120' left='50' width='80' height='14'>Special Flags:</text>
|
||||
<led name='always' font='bold' top='138' left='84' height='14'>Always here</led>
|
||||
|
||||
@@ -2,9 +2,6 @@
|
||||
<!-- NOTE: This file should be updated to use relative positioning the next time it changes. -->
|
||||
<?xml-stylesheet href="dialog.xsl" type="text/xsl"?>
|
||||
<dialog defbtn='okay' escbtn='cancel'>
|
||||
<!--
|
||||
TODO: Assign numeric types (type = 'int' or 'uint') to fields as appropriate
|
||||
-->
|
||||
<pict type='dlog' num='16' top='8' left='8'/>
|
||||
<text size='large' top='8' left='50' width='100' height='17'>Editing Quests</text>
|
||||
<text top='8' left='200' width='100' height='16'>Quest number:</text>
|
||||
@@ -14,21 +11,21 @@
|
||||
<field name='name' top='57' left='205' width='252' height='16'/>
|
||||
<field name='descr' top='84' left='205' width='252' height='104'/>
|
||||
<text top='209' left='50' width='170' height='28'>Must be completed by day:<br/>(-1 for no deadline)</text>
|
||||
<field name='chop' top='208' left='205' width='110' height='16'/>
|
||||
<field name='chop' type='int' top='208' left='205' width='110' height='16'/>
|
||||
<text top='247' left='50' width='170' height='28'>Event to waive deadline:<br/>(-1 for none)</text>
|
||||
<field name='evt' top='246' left='205' width='60' height='16'/>
|
||||
<field name='evt' type='int' top='246' left='205' width='60' height='16'/>
|
||||
<button name='choose-evt' type='regular' anchor='evt' relative='pos pos-in' top='-4' left='8'>Choose</button>
|
||||
<text size='large' top='280' left='50' width='220' height='17'>Reward for completing:</text>
|
||||
<text top='307' left='50' width='150' height='16'>Experience Points:</text>
|
||||
<field name='xp' top='306' left='205' width='110' height='16'/>
|
||||
<field name='xp' type='uint' top='306' left='205' width='110' height='16'/>
|
||||
<text top='333' left='50' width='150' height='16'>Gold:</text>
|
||||
<field name='gold' top='332' left='205' width='110' height='16'/>
|
||||
<field name='gold' type='uint' top='332' left='205' width='110' height='16'/>
|
||||
<led name='rel' wrap='true' top='208' left='345'>Deadline is relative to start day</led>
|
||||
<led name='start' wrap='true' top='246' left='345'>Player is given quest when scenario starts</led>
|
||||
<led name='inbank' top='285' left='345'>Include in a job bank:</led>
|
||||
<field name='bank1' top='306' left='359' width='110' height='16'/>
|
||||
<field name='bank1' type='int' top='306' left='359' width='110' height='16'/>
|
||||
<button name='choose-bank1' type='regular' anchor='bank1' relative='pos pos-in' top='-4' left='8'>Choose</button>
|
||||
<field name='bank2' top='332' left='359' width='110' height='16'/>
|
||||
<field name='bank2' type='int' top='332' left='359' width='110' height='16'/>
|
||||
<button name='choose-bank2' type='regular' anchor='bank2' relative='pos pos-in' top='-4' left='8'>Choose</button>
|
||||
<button name='left' type='left' def-key='left' top='358' left='50'/>
|
||||
<button name='right' type='right' def-key='right' top='358' left='115'/>
|
||||
|
||||
@@ -2,9 +2,6 @@
|
||||
<!-- NOTE: This file should be updated to use relative positioning the next time it changes. -->
|
||||
<?xml-stylesheet href="dialog.xsl" type="text/xsl"?>
|
||||
<dialog defbtn='okay' escbtn='cancel'>
|
||||
<!--
|
||||
TODO: Assign numeric types (type = 'int' or 'uint') to fields as appropriate
|
||||
-->
|
||||
<pict type='dlog' num='16' top='8' left='8'/>
|
||||
<text size='large' top='6' left='50' width='256' height='17'>Scenario Advanced Details</text>
|
||||
|
||||
@@ -15,7 +12,7 @@
|
||||
<led name='adjust' top='56' left='50' size='small'>Adjust difficulty if played by a party stronger than recommended</led>
|
||||
|
||||
<text top='79' left='50' width='120' height='14'>Special on Start:</text>
|
||||
<field name='oninit' top='78' left='181' width='100' height='16'/>
|
||||
<field name='oninit' type='int' top='78' left='181' width='100' height='16'/>
|
||||
<button name='pickinit' type='large' top='74' left='290'>Create/Edit</button>
|
||||
|
||||
<text top='107' left='50' width='120' height='14'>Campaign ID:</text>
|
||||
|
||||
@@ -2,30 +2,27 @@
|
||||
<!-- NOTE: This file should be updated to use relative positioning the next time it changes. -->
|
||||
<?xml-stylesheet href="dialog.xsl" type="text/xsl"?>
|
||||
<dialog defbtn='okay' escbtn='cancel'>
|
||||
<!--
|
||||
TODO: Assign numeric types (type = 'int' or 'uint') to fields as appropriate
|
||||
-->
|
||||
<stack name='list' pages='2'>
|
||||
<field name='time1' top='133' left='130' width='67' height='16'/>
|
||||
<field name='time2' top='161' left='130' width='67' height='16'/>
|
||||
<field name='time3' top='189' left='130' width='67' height='16'/>
|
||||
<field name='time4' top='217' left='130' width='67' height='16'/>
|
||||
<field name='time5' top='245' left='130' width='67' height='16'/>
|
||||
<field name='time6' top='273' left='130' width='67' height='16'/>
|
||||
<field name='time7' top='301' left='130' width='67' height='16'/>
|
||||
<field name='time8' top='329' left='130' width='67' height='16'/>
|
||||
<field name='time9' top='357' left='130' width='67' height='16'/>
|
||||
<field name='time10' top='385' left='130' width='67' height='16'/>
|
||||
<field name='node1' top='133' left='270' width='39' height='16'/>
|
||||
<field name='node2' top='161' left='270' width='39' height='16'/>
|
||||
<field name='node3' top='189' left='270' width='39' height='16'/>
|
||||
<field name='node4' top='217' left='270' width='39' height='16'/>
|
||||
<field name='node5' top='245' left='270' width='39' height='16'/>
|
||||
<field name='node6' top='273' left='270' width='39' height='16'/>
|
||||
<field name='node7' top='301' left='270' width='39' height='16'/>
|
||||
<field name='node8' top='329' left='270' width='39' height='16'/>
|
||||
<field name='node9' top='357' left='270' width='39' height='16'/>
|
||||
<field name='node10' top='385' left='270' width='39' height='16'/>
|
||||
<field name='time1' type='uint' top='133' left='130' width='67' height='16'/>
|
||||
<field name='time2' type='uint' top='161' left='130' width='67' height='16'/>
|
||||
<field name='time3' type='uint' top='189' left='130' width='67' height='16'/>
|
||||
<field name='time4' type='uint' top='217' left='130' width='67' height='16'/>
|
||||
<field name='time5' type='uint' top='245' left='130' width='67' height='16'/>
|
||||
<field name='time6' type='uint' top='273' left='130' width='67' height='16'/>
|
||||
<field name='time7' type='uint' top='301' left='130' width='67' height='16'/>
|
||||
<field name='time8' type='uint' top='329' left='130' width='67' height='16'/>
|
||||
<field name='time9' type='uint' top='357' left='130' width='67' height='16'/>
|
||||
<field name='time10' type='uint' top='385' left='130' width='67' height='16'/>
|
||||
<field name='node1' type='int' top='133' left='270' width='39' height='16'/>
|
||||
<field name='node2' type='int' top='161' left='270' width='39' height='16'/>
|
||||
<field name='node3' type='int' top='189' left='270' width='39' height='16'/>
|
||||
<field name='node4' type='int' top='217' left='270' width='39' height='16'/>
|
||||
<field name='node5' type='int' top='245' left='270' width='39' height='16'/>
|
||||
<field name='node6' type='int' top='273' left='270' width='39' height='16'/>
|
||||
<field name='node7' type='int' top='301' left='270' width='39' height='16'/>
|
||||
<field name='node8' type='int' top='329' left='270' width='39' height='16'/>
|
||||
<field name='node9' type='int' top='357' left='270' width='39' height='16'/>
|
||||
<field name='node10' type='int' top='385' left='270' width='39' height='16'/>
|
||||
</stack>
|
||||
<button name='edit1' type='large' top='131' left='324'>Create/Edit</button>
|
||||
<button name='edit2' type='large' top='159' left='324'>Create/Edit</button>
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
<text top='50' left='10' width='100' height='16'>Name:</text>
|
||||
<field name='name' top='48' left='110' width='200' height='16'/>
|
||||
<text top='75' left='10' width='100' height='16'>Special Node:</text>
|
||||
<field name='node' top='74' left='110' width='80' height='16'/>
|
||||
<field name='node' type='int' top='74' left='110' width='80' height='16'/>
|
||||
<button name='edit' type='large' top='71' left='200'>Create/Edit</button>
|
||||
<text top='100' left='10' width='100' height='16'>Quantity:</text>
|
||||
<field name='amount' type='uint' top='98' left='110' width='80' height='16'/>
|
||||
|
||||
@@ -2,9 +2,6 @@
|
||||
<!-- NOTE: This file should be updated to use relative positioning the next time it changes. -->
|
||||
<?xml-stylesheet href="dialog.xsl" type="text/xsl"?>
|
||||
<dialog defbtn='okay' escbtn='cancel'>
|
||||
<!--
|
||||
TODO: Assign numeric types (type = 'int' or 'uint') to fields as appropriate
|
||||
-->
|
||||
<pict type='dlog' num='16' top='8' left='8'/>
|
||||
<text name='title' size='large' top='6' left='50' width='158' height='16'>Edit Special Node</text>
|
||||
<text top='8' left='222' width='90' height='14'>Node number:</text>
|
||||
@@ -30,80 +27,80 @@
|
||||
|
||||
<text size='large' top='102' left='8' width='158' height='16'>Stuff Done Flags:</text>
|
||||
<text name='sdf1-lbl' framed='true' top='121' left='22' width='220' height='15'/>
|
||||
<field name='sdf1' top='120' left='254' width='51' height='16'/>
|
||||
<field name='sdf1' type='int' top='120' left='254' width='51' height='16'/>
|
||||
<button name='sdf1-edit' type='tiny' top='106' left='272'/>
|
||||
<led name='sdf1-toggle' top='106' left='272'/>
|
||||
|
||||
<text name='sdf2-lbl' framed='true' top='121' left='317' width='176' height='16'/>
|
||||
<field name='sdf2' top='120' left='510' width='51' height='16'/>
|
||||
<field name='sdf2' type='int' top='120' left='510' width='51' height='16'/>
|
||||
<button name='sdf2-edit' type='tiny' top='106' left='528'/>
|
||||
<led name='sdf2-toggle' top='106' left='528'/>
|
||||
|
||||
|
||||
<text size='large' top='141' left='8' width='176' height='16'>Message, Pict:</text>
|
||||
<text name='msg1-lbl' framed='true' top='164' left='22' width='238' height='15'/>
|
||||
<field name='msg1' top='163' left='270' width='51' height='16'/>
|
||||
<field name='msg1' type='int' top='163' left='270' width='51' height='16'/>
|
||||
<button name='msg1-edit' type='large' top='161' left='329'>Create/Edit</button>
|
||||
<led name='msg1-toggle' top='167' left='329'/>
|
||||
|
||||
<text name='msg2-lbl' framed='true' top='188' left='22' width='238' height='15'/>
|
||||
<field name='msg2' top='187' left='270' width='51' height='16'/>
|
||||
<field name='msg2' type='int' top='187' left='270' width='51' height='16'/>
|
||||
<button name='msg2-edit' type='large' top='185' left='329'>Create/Edit</button>
|
||||
<led name='msg2-toggle' top='191' left='329'/>
|
||||
|
||||
<text name='msg3-lbl' framed='true' top='212' left='22' width='238' height='15'/>
|
||||
<field name='msg3' top='211' left='270' width='51' height='16'/>
|
||||
<field name='msg3' type='int' top='211' left='270' width='51' height='16'/>
|
||||
<button name='msg3-edit' type='large' top='209' left='329'>Create/Edit</button>
|
||||
<led name='msg3-toggle' top='215' left='329'/>
|
||||
|
||||
<text name='pict-lbl' framed='true' top='236' left='22' width='238' height='15'/>
|
||||
<field name='pict' top='235' left='270' width='51' height='16'/>
|
||||
<field name='pict' type='int' top='235' left='270' width='51' height='16'/>
|
||||
<button name='pict-edit' type='large' top='233' left='329'>Choose</button>
|
||||
<led name='pict-toggle' top='239' left='329'/>
|
||||
|
||||
<text name='pictype-lbl' framed='true' top='260' left='22' width='238' height='15'/>
|
||||
<field name='pictype' top='259' left='270' width='51' height='16'/>
|
||||
<field name='pictype' type='int' top='259' left='270' width='51' height='16'/>
|
||||
<button name='pictype-edit' type='large' top='257' left='329'>Choose</button>
|
||||
<led name='pictype-toggle' top='263' left='329'/>
|
||||
|
||||
|
||||
<text size='large' top='281' left='8' width='158' height='16'>Extra 1:</text>
|
||||
<text name='x1a-lbl' framed='true' top='302' left='22' width='238' height='15'/>
|
||||
<field name='x1a' top='301' left='270' width='51' height='16'/>
|
||||
<field name='x1a' type='int' top='301' left='270' width='51' height='16'/>
|
||||
<button name='x1a-edit' type='large' top='298' left='330'>Choose</button>
|
||||
<led name='x1a-toggle' top='304' left='330'/>
|
||||
|
||||
<text name='x1b-lbl' framed='true' top='326' left='22' width='238' height='15'/>
|
||||
<field name='x1b' top='325' left='270' width='51' height='16'/>
|
||||
<field name='x1b' type='int' top='325' left='270' width='51' height='16'/>
|
||||
<button name='x1b-edit' type='large' top='322' left='330'>Create/Edit</button>
|
||||
<led name='x1b-toggle' top='328' left='330'/>
|
||||
|
||||
<text name='x1c-lbl' framed='true' top='350' left='22' width='238' height='15'/>
|
||||
<field name='x1c' top='349' left='270' width='51' height='16'/>
|
||||
<field name='x1c' type='int' top='349' left='270' width='51' height='16'/>
|
||||
<button name='x1c-edit' type='large' top='346' left='330'>Create/Edit</button>
|
||||
<led name='x1c-toggle' top='352' left='330'/>
|
||||
|
||||
|
||||
<text size='large' top='372' left='8' width='158' height='16'>Extra 2:</text>
|
||||
<text name='x2a-lbl' framed='true' top='394' left='22' width='238' height='15'/>
|
||||
<field name='x2a' top='394' left='270' width='51' height='16'/>
|
||||
<field name='x2a' type='int' top='394' left='270' width='51' height='16'/>
|
||||
<button name='x2a-edit' type='large' top='391' left='330'>Choose</button>
|
||||
<led name='x2a-toggle' top='397' left='330'/>
|
||||
|
||||
<text name='x2b-lbl' framed='true' top='419' left='22' width='238' height='15'/>
|
||||
<field name='x2b' top='418' left='270' width='51' height='16'/>
|
||||
<field name='x2b' type='int' top='418' left='270' width='51' height='16'/>
|
||||
<button name='x2b-edit' type='large' top='416' left='330'>Create/Edit</button>
|
||||
<led name='x2b-toggle' top='422' left='330'/>
|
||||
|
||||
<text name='x2c-lbl' framed='true' top='443' left='22' width='238' height='15'/>
|
||||
<field name='x2c' top='442' left='270' width='51' height='16'/>
|
||||
<field name='x2c' type='int' top='442' left='270' width='51' height='16'/>
|
||||
<button name='x2c-edit' type='large' top='440' left='330'>Create/Edit</button>
|
||||
<led name='x2c-toggle' top='446' left='330'/>
|
||||
|
||||
|
||||
<text size='large' top='471' left='8' width='87' height='16'>Jump To:</text>
|
||||
<text name='jump-lbl' framed='true' top='472' left='99' width='182' height='14'/>
|
||||
<field name='jump' top='471' left='291' width='52' height='15'/>
|
||||
<field name='jump' type='int' top='471' left='291' width='52' height='15'/>
|
||||
<button name='jump-edit' type='large' top='468' left='349'>Create/Edit</button>
|
||||
<led name='jump-toggle' top='474' left='349'/>
|
||||
|
||||
|
||||
@@ -2,18 +2,15 @@
|
||||
<!-- NOTE: This file should be updated to use relative positioning the next time it changes. -->
|
||||
<?xml-stylesheet href="dialog.xsl" type="text/xsl"?>
|
||||
<dialog defbtn='okay' escbtn='cancel'>
|
||||
<!--
|
||||
TODO: Assign numeric types (type = 'int' or 'uint') to fields as appropriate
|
||||
-->
|
||||
<field name='who' top='26' left='186' width='64' height='16'/>
|
||||
<field name='who' type='int' top='26' left='186' width='64' height='16'/>
|
||||
<field name='key1' top='54' left='165' width='52' height='16' max-chars='4'/>
|
||||
<field name='key2' top='54' left='285' width='52' height='16' max-chars='4'/>
|
||||
<text top='6' left='350' width='160' height='48'>The in-game "Buy" button checks for these response keys, in order: purc, sale, heal, iden, trai, ench</text>
|
||||
<text relative='pos-in pos' rel-anchor='prev' top='0' left='0' width='160' height='50'>The "Sell" button checks for sell.</text>
|
||||
<field name='extra1' top='114' left='344' width='64' height='16'/>
|
||||
<field name='extra2' top='137' left='344' width='64' height='16'/>
|
||||
<field name='extra3' top='160' left='344' width='64' height='16'/>
|
||||
<field name='extra4' top='183' left='344' width='64' height='16'/>
|
||||
<field name='extra1' type='int' top='114' left='344' width='64' height='16'/>
|
||||
<field name='extra2' type='int' top='137' left='344' width='64' height='16'/>
|
||||
<field name='extra3' type='int' top='160' left='344' width='64' height='16'/>
|
||||
<field name='extra4' type='int' top='183' left='344' width='64' height='16'/>
|
||||
<field name='str1' top='223' left='72' width='430' height='80'/>
|
||||
<field name='str2' top='328' left='72' width='434' height='80'/>
|
||||
|
||||
|
||||
@@ -2,9 +2,6 @@
|
||||
<!-- NOTE: This file should be updated to use relative positioning the next time it changes. -->
|
||||
<?xml-stylesheet href="dialog.xsl" type="text/xsl"?>
|
||||
<dialog defbtn='done' escbtn='cancel'>
|
||||
<!--
|
||||
TODO: Assign numeric types (type = 'int' or 'uint') to fields as appropriate
|
||||
-->
|
||||
<pict name='graphic' type='ter' num='0' top='8' left='8'/>
|
||||
<text size='large' top='6' left='50' height='17' width='138'>Edit Terrain Type</text>
|
||||
|
||||
@@ -20,12 +17,12 @@
|
||||
<field name='name' top='30' left='186' height='16' width='186'/>
|
||||
|
||||
<text top='63' left='9' height='14' width='120'>Terrain picture:</text>
|
||||
<field name='pict' top='62' left='141' height='16' width='52' />
|
||||
<field name='pict' type='uint' top='62' left='141' height='16' width='52' />
|
||||
<button name='pickpict' type='large' top='59' left='205'>Pick Picture</button>
|
||||
<button name='pickanim' type='large' top='59' left='319'>Animated</button>
|
||||
|
||||
<text top='63' left='430' width='60' height='14'>Map icon:</text>
|
||||
<field name='map' top='62' left='495' width='80' height='16'/>
|
||||
<field name='map' type='uint' top='62' left='495' width='80' height='16'/>
|
||||
<pict name='seemap' top='86' left='465' type='map' num='0'/>
|
||||
<button name='pickmap' type='regular' top='86' left='495'>Choose</button>
|
||||
<text top='115' left='431' height='32' width='157'>(Enter -1 to scale down the large picture)</text>
|
||||
@@ -55,19 +52,19 @@
|
||||
</group>
|
||||
|
||||
<text top='194' left='8' height='14' width='91'>Shortcut key:</text>
|
||||
<field name='key' top='193' left='109' height='16' width='52' />
|
||||
<field name='key' top='193' left='109' height='16' width='52' max-chars='1' />
|
||||
<text top='194' left='171' height='14' width='91'>Light radius:</text>
|
||||
<field name='light' top='193' left='271' height='16' width='52' />
|
||||
<field name='light' type='uint' top='193' left='271' height='16' width='52' />
|
||||
<text top='193' left='333' height='14' width='128'>Transform to what?</text>
|
||||
<field name='trans' top='193' left='467' height='16' width='52' />
|
||||
<field name='trans' type='uint' top='193' left='467' height='16' width='52' />
|
||||
<button name='picktrans' top='190' left='530' type='regular'>Choose</button>
|
||||
|
||||
<text top='217' left='8' height='14' width='91'>Ground type:</text>
|
||||
<field name='ground' top='216' left='109' height='16' width='52' />
|
||||
<field name='ground' type='uint' top='216' left='109' height='16' width='52' />
|
||||
<text top='217' left='171' height='14' width='91'>Trim terrain:</text>
|
||||
<field name='trimter' top='216' left='271' height='16' width='52' />
|
||||
<field name='trimter' type='int' top='216' left='271' height='16' width='52' />
|
||||
<text top='217' left='333' height='14' width='128'>Trim type:</text>
|
||||
<field name='trim' top='216' left='467' height='16' width='52' />
|
||||
<field name='trim' type='uint' top='216' left='467' height='16' width='52' />
|
||||
<button name='picktrim' top='213' left='530' type='regular'>Choose</button>
|
||||
|
||||
<text size='large' top='238' left='8' height='14' width='175'>Special properties:</text>
|
||||
@@ -99,21 +96,21 @@
|
||||
</group>
|
||||
|
||||
<text top='254' left='467' height='14' width='100'>Combat Arena:</text>
|
||||
<field name='arena' top='275' left='467' height='16' width='64'/>
|
||||
<field name='arena' type='uint' top='275' left='467' height='16' width='64'/>
|
||||
<button name='pickarena' type='regular' top='299' left='467'>Choose</button>
|
||||
<button name='picktown' type='regular' top='299' left='532'>Custom</button>
|
||||
<button name='object' top='344' left='467' type='large'>Object Detail</button>
|
||||
|
||||
<text top='385' left='9' height='14' width='91'>Extra values:</text>
|
||||
<text name='flag1text' framed='true' top='385' left='109' height='14' width='209'>*flag1</text>
|
||||
<field name='flag1' top='384' left='329' height='16' width='64' />
|
||||
<field name='flag1' type='int' top='384' left='329' height='16' width='64' />
|
||||
<button name='pickflag1' top='381' left='404' type='regular'>Choose</button>
|
||||
<button name='editspec' top='381' left='404' type='large'>Create/Edit</button>
|
||||
<text name='flag2text' framed='true' top='410' left='109' height='14' width='209'>*flag2</text>
|
||||
<field name='flag2' top='409' left='329' height='16' width='64' />
|
||||
<field name='flag2' type='int' top='409' left='329' height='16' width='64' />
|
||||
<button name='pickflag2' top='406' left='404' type='regular'>Choose</button>
|
||||
<text name='flag3text' framed='true' top='435' left='109' height='14' width='209'>*flag3</text>
|
||||
<field name='flag3' top='434' left='329' height='16' width='64' />
|
||||
<field name='flag3' type='int' top='434' left='329' height='16' width='64' />
|
||||
<button name='pickflag3' top='431' left='404' type='regular'>Choose</button>
|
||||
|
||||
<button name='done' type='regular' top='455' left='517'>OK</button>
|
||||
|
||||
@@ -1,9 +1,6 @@
|
||||
<?xml version='1.0' encoding='UTF-8' standalone='no'?>
|
||||
<?xml-stylesheet href="dialog.xsl" type="text/xsl"?>
|
||||
<dialog defbtn='okay' escbtn='cancel'>
|
||||
<!--
|
||||
TODO: Assign numeric types (type = 'int' or 'uint') to fields as appropriate
|
||||
-->
|
||||
<pict type='dlog' num='16' top='8' left='8'/>
|
||||
<text size='large' relative='pos pos-in' rel-anchor='prev' top='-2' left='10' width='256' height='17'>Advanced town details</text>
|
||||
<text relative='pos-in pos' rel-anchor='prev' top='2' left='0' width='439' height='40'>
|
||||
@@ -15,23 +12,23 @@
|
||||
<text name='exit-specials' relative='pos-in pos' rel-anchor='prev' top='0' left='-2' width='302' height='64' framed='true'/>
|
||||
<text relative='pos-in' anchor='exit-specials' top='3' left='3' width='197' height='15'>Exit town specials:</text>
|
||||
<button name='edit-onexit1' relative='pos-in pos' rel-anchor='prev' type='tiny' top='6' left='0' height='15' text-size='10'>Top</button>
|
||||
<field name='onexit1' relative='pos-in' rel-anchor='prev' top='-4' left='75' width='67' height='16'/>
|
||||
<field name='onexit1' type='int' relative='pos-in' rel-anchor='prev' top='-4' left='75' width='67' height='16'/>
|
||||
<button relative='pos-in pos' anchor='edit-onexit1' name='edit-onexit2' type='tiny' top='8' left='0' height='15' text-size='10'>Left</button>
|
||||
<field name='onexit2' relative='pos-in' rel-anchor='prev' top='-4' left='75' width='67' height='16'/>
|
||||
<field name='onexit2' type='int' relative='pos-in' rel-anchor='prev' top='-4' left='75' width='67' height='16'/>
|
||||
<button name='edit-onexit3' relative='pos pos-in' anchor='onexit1' type='tiny' top='4' left='8' height='15' text-size='10'>Bottom</button>
|
||||
<field name='onexit3' relative='pos-in' rel-anchor='prev' top='-4' left='75' width='67' height='16'/>
|
||||
<field name='onexit3' type='int' relative='pos-in' rel-anchor='prev' top='-4' left='75' width='67' height='16'/>
|
||||
<button name='edit-onexit4' relative='pos-in pos' anchor='edit-onexit3' type='tiny' top='8' left='0' height='15' text-size='10'>Right</button>
|
||||
<field name='onexit4' relative='pos-in' rel-anchor='prev' top='-4' left='75' width='67' height='16'/>
|
||||
<field name='onexit4' type='int' relative='pos-in' rel-anchor='prev' top='-4' left='75' width='67' height='16'/>
|
||||
<button name='exit-special-help' type='help' relative='neg-in pos-in' anchor='exit-specials' top='2' left='18'/>
|
||||
|
||||
<text name='specials' relative='pos-in pos' anchor='exit-specials' top='10' left='0' width='302' height='90' framed='true'/>
|
||||
<text relative='pos-in' anchor='specials' top='3' left='3' width='202' height='15'>Town entry special node:</text>
|
||||
<button name='edit-onenter' relative='pos-in pos' rel-anchor='prev' type='tiny' top='8' left='0' height='15' text-size='10'>Still alive</button>
|
||||
<field name='onenter' relative='pos-in' rel-anchor='prev' top='-4' left='146' width='67' height='16'/>
|
||||
<field name='onenter' type='int' relative='pos-in' rel-anchor='prev' top='-4' left='146' width='67' height='16'/>
|
||||
<button name='edit-onenterdead' relative='pos-in pos' anchor='edit-onenter' type='tiny' top='8' left='0' height='15' text-size='10'>Been abandoned</button>
|
||||
<field name='onenterdead' relative='pos-in' rel-anchor='prev' top='-4' left='146' width='67' height='16'/>
|
||||
<field name='onenterdead' type='int' relative='pos-in' rel-anchor='prev' top='-4' left='146' width='67' height='16'/>
|
||||
<button name='edit-onhostile' relative='pos-in pos' anchor='edit-onenterdead' type='tiny' top='8' left='0' height='15' text-size='10'>When Goes Hostile</button>
|
||||
<field name='onhostile' relative='pos-in' rel-anchor='prev' top='-4' left='146' width='67' height='16'/>
|
||||
<field name='onhostile' type='int' relative='pos-in' rel-anchor='prev' top='-4' left='146' width='67' height='16'/>
|
||||
<button name='special-help' type='help' relative='neg-in pos-in' anchor='specials' top='2' left='18'/>
|
||||
|
||||
<text name='exits' relative='pos pos-in' anchor='exit-specials' top='0' left='10' width='185' height='164' framed='true'/>
|
||||
@@ -39,25 +36,25 @@
|
||||
<text name='exit-x' relative='pos-in pos' rel-anchor='prev' top='4' left='100' width='35' height='15'>X</text>
|
||||
<text name='exit-y' relative='pos pos-in' rel-anchor='prev' top='0' left='12' width='35' height='15'>Y</text>
|
||||
<button name='exit1' relative='pos-in pos' anchor='exit-x' type='tiny' top='4' left='-100' width='96' height='15' text-size='10'>Top</button>
|
||||
<field name='exit1-x' relative='pos-in pos' anchor='exit-x' top='4' left='-8' width='39' height='16'/>
|
||||
<field name='exit1-y' relative='pos-in pos' anchor='exit-y' top='4' left='-8' width='39' height='16'/>
|
||||
<field name='exit1-x' type='int' relative='pos-in pos' anchor='exit-x' top='4' left='-8' width='39' height='16'/>
|
||||
<field name='exit1-y' type='int' relative='pos-in pos' anchor='exit-y' top='4' left='-8' width='39' height='16'/>
|
||||
<button name='exit2' relative='pos-in pos' anchor='exit1' type='tiny' top='9' left='0' width='96' height='15' text-size='10'>Left</button>
|
||||
<field name='exit2-x' relative='pos-in pos' anchor='exit1-x' top='8' left='0' width='39' height='16'/>
|
||||
<field name='exit2-y' relative='pos-in pos' anchor='exit1-y' top='8' left='0' width='39' height='16'/>
|
||||
<field name='exit2-x' type='int' relative='pos-in pos' anchor='exit1-x' top='8' left='0' width='39' height='16'/>
|
||||
<field name='exit2-y' type='int' relative='pos-in pos' anchor='exit1-y' top='8' left='0' width='39' height='16'/>
|
||||
<button name='exit3' relative='pos-in pos' anchor='exit2' type='tiny' top='9' left='0' width='96' height='15' text-size='10'>Bottom</button>
|
||||
<field name='exit3-x' relative='pos-in pos' anchor='exit2-x' top='8' left='0' width='39' height='16'/>
|
||||
<field name='exit3-y' relative='pos-in pos' anchor='exit2-y' top='8' left='0' width='39' height='16'/>
|
||||
<field name='exit3-x' type='int' relative='pos-in pos' anchor='exit2-x' top='8' left='0' width='39' height='16'/>
|
||||
<field name='exit3-y' type='int' relative='pos-in pos' anchor='exit2-y' top='8' left='0' width='39' height='16'/>
|
||||
<button name='exit4' relative='pos-in pos' anchor='exit3' type='tiny' top='9' left='0' width='96' height='15' text-size='10'>Right</button>
|
||||
<field name='exit4-x' relative='pos-in pos' anchor='exit3-x' top='8' left='0' width='39' height='16'/>
|
||||
<field name='exit4-y' relative='pos-in pos' anchor='exit3-y' top='8' left='0' width='39' height='16'/>
|
||||
<field name='exit4-x' type='int' relative='pos-in pos' anchor='exit3-x' top='8' left='0' width='39' height='16'/>
|
||||
<field name='exit4-y' type='int' relative='pos-in pos' anchor='exit3-y' top='8' left='0' width='39' height='16'/>
|
||||
<button name='exit-help' type='help' relative='neg-in pos-in' anchor='exits' top='2' left='18'/>
|
||||
|
||||
<text name='bg' relative='pos pos-in' anchor='props' top='0' left='10' width='166' height='100' framed='true'/>
|
||||
<text relative='pos-in' anchor='bg' top='3' left='3' width='100' height='15'>Backgrounds:</text>
|
||||
<button name='pick-town' relative='pos-in pos' rel-anchor='prev' type='tiny' top='8' left='0' text-size='10'>Town:</button>
|
||||
<field name='bg-town' relative='pos-in' rel-anchor='prev' top='-4' left='80' width='80' height='16'/>
|
||||
<field name='bg-town' type='int' relative='pos-in' rel-anchor='prev' top='-4' left='80' width='80' height='16'/>
|
||||
<button name='pick-fight' relative='pos-in pos' anchor='pick-town' type='tiny' top='15' left='0' text-size='10'>Combat:</button>
|
||||
<field name='bg-fight' relative='pos-in' rel-anchor='prev' top='-4' left='80' width='80' height='16'/>
|
||||
<field name='bg-fight' type='int' relative='pos-in' rel-anchor='prev' top='-4' left='80' width='80' height='16'/>
|
||||
<button name='bg-help' type='help' relative='neg-in pos-in' anchor='bg' top='2' left='18'/>
|
||||
|
||||
<text name='props' relative='pos-in pos' anchor='specials' top='10' left='0' width='126' height='100' framed='true'/>
|
||||
|
||||
@@ -2,9 +2,6 @@
|
||||
<!-- NOTE: This file should be updated to use relative positioning the next time it changes. -->
|
||||
<?xml-stylesheet href="dialog.xsl" type="text/xsl"?>
|
||||
<dialog defbtn='okay' escbtn='cancel'>
|
||||
<!--
|
||||
TODO: Assign numeric types (type = 'int' or 'uint') to fields as appropriate
|
||||
-->
|
||||
<pict type='dlog' num='16' top='8' left='8'/>
|
||||
<text size='large' top='6' left='50' width='256' height='17'>Town Details</text>
|
||||
|
||||
@@ -14,17 +11,17 @@
|
||||
<text top='58' left='50' width='130' height='14'>Town timing:</text>
|
||||
|
||||
<text top='78' left='59' width='242' height='14'>Day when town dies: (if -1, it doesn't)</text>
|
||||
<field name='chop' top='77' left='327' width='43' height='16'/>
|
||||
<field name='chop' type='int' top='77' left='327' width='43' height='16'/>
|
||||
|
||||
<text top='98' left='59' width='261' height='41'>Number of event which prevents town death (if -1 or 0, none) - see chapter in documentation on time for more details.</text>
|
||||
<field name='key' top='101' left='327' width='43' height='16'/>
|
||||
<field name='key' type='int' top='101' left='327' width='43' height='16'/>
|
||||
<button name='choose-key' type='regular' relative='pos neg' rel-anchor='prev' top='4' left='4'>Choose</button>
|
||||
|
||||
<text top='216' left='50' width='234' height='42'>
|
||||
Maximum number of monsters:
|
||||
(When this many monsters are killed, the dungeon will be abandoned)
|
||||
</text>
|
||||
<field name='population' top='219' left='294' width='54' height='16'/>
|
||||
<field name='population' type='uint' top='219' left='294' width='54' height='16'/>
|
||||
<text name='population-hint' relative='pos neg' rel-anchor='prev' top='4' left='4' width='90'>
|
||||
This town has {{num}} hostile creatures.
|
||||
</text>
|
||||
@@ -33,7 +30,7 @@
|
||||
Town difficulty (0-10):
|
||||
(Determines how fast wandering monsters appear, how nasty traps are, and how hard it is to unlock doors.)
|
||||
</text>
|
||||
<field name='difficulty' top='265' left='294' width='54' height='16'/>
|
||||
<field name='difficulty' type='uint' top='265' left='294' width='54' height='16'/>
|
||||
|
||||
<text top='143' left='50' width='63' height='14'>Lighting:</text>
|
||||
<group name='lighting'>
|
||||
|
||||
@@ -2,25 +2,23 @@
|
||||
<!-- NOTE: This file should be updated to use relative positioning the next time it changes. -->
|
||||
<?xml-stylesheet href="dialog.xsl" type="text/xsl"?>
|
||||
<dialog defbtn='okay' escbtn='cancel'>
|
||||
<!--
|
||||
TODO: Assign numeric types (type = 'int' or 'uint') to fields as appropriate
|
||||
-->
|
||||
<field name='time1' top='122' left='146' width='67' height='16'/>
|
||||
<field name='time2' top='150' left='146' width='67' height='16'/>
|
||||
<field name='time3' top='178' left='146' width='67' height='16'/>
|
||||
<field name='time4' top='206' left='146' width='67' height='16'/>
|
||||
<field name='time5' top='234' left='146' width='67' height='16'/>
|
||||
<field name='time6' top='262' left='146' width='67' height='16'/>
|
||||
<field name='time7' top='290' left='146' width='67' height='16'/>
|
||||
<field name='time8' top='318' left='146' width='67' height='16'/>
|
||||
<field name='spec1' top='122' left='270' width='39' height='16'/>
|
||||
<field name='spec2' top='150' left='270' width='39' height='16'/>
|
||||
<field name='spec3' top='178' left='270' width='39' height='16'/>
|
||||
<field name='spec4' top='206' left='270' width='39' height='16'/>
|
||||
<field name='spec5' top='234' left='270' width='39' height='16'/>
|
||||
<field name='spec6' top='262' left='270' width='39' height='16'/>
|
||||
<field name='spec7' top='290' left='270' width='39' height='16'/>
|
||||
<field name='spec8' top='318' left='270' width='39' height='16'/>
|
||||
<field name='time1' type='uint' top='122' left='146' width='67' height='16'/>
|
||||
<field name='time2' type='uint' top='150' left='146' width='67' height='16'/>
|
||||
<field name='time3' type='uint' top='178' left='146' width='67' height='16'/>
|
||||
<field name='time4' type='uint' top='206' left='146' width='67' height='16'/>
|
||||
<field name='time5' type='uint' top='234' left='146' width='67' height='16'/>
|
||||
<field name='time6' type='uint' top='262' left='146' width='67' height='16'/>
|
||||
<field name='time7' type='uint' top='290' left='146' width='67' height='16'/>
|
||||
<field name='time8' type='uint' top='318' left='146' width='67' height='16'/>
|
||||
<!-- Unsigned because you don't use -1 for none, you just set the interval to 0: -->
|
||||
<field name='spec1' type='uint' top='122' left='270' width='39' height='16'/>
|
||||
<field name='spec2' type='uint' top='150' left='270' width='39' height='16'/>
|
||||
<field name='spec3' type='uint' top='178' left='270' width='39' height='16'/>
|
||||
<field name='spec4' type='uint' top='206' left='270' width='39' height='16'/>
|
||||
<field name='spec5' type='uint' top='234' left='270' width='39' height='16'/>
|
||||
<field name='spec6' type='uint' top='262' left='270' width='39' height='16'/>
|
||||
<field name='spec7' type='uint' top='290' left='270' width='39' height='16'/>
|
||||
<field name='spec8' type='uint' top='318' left='270' width='39' height='16'/>
|
||||
<button name='okay' type='regular' top='343' left='411'>OK</button>
|
||||
<button name='cancel' type='regular' relative='neg pos-in' rel-anchor='prev' top='0' left='71'>Cancel</button>
|
||||
<pict type='dlog' num='16' top='8' left='8'/>
|
||||
|
||||
@@ -2,25 +2,22 @@
|
||||
<!-- NOTE: This file should be updated to use relative positioning the next time it changes. -->
|
||||
<?xml-stylesheet href="dialog.xsl" type="text/xsl"?>
|
||||
<dialog defbtn='okay' escbtn='cancel'>
|
||||
<!--
|
||||
TODO: Assign numeric types (type = 'int' or 'uint') to fields as appropriate
|
||||
-->
|
||||
<field name='group1-monst1' top='137' left='174' width='39' height='16'/>
|
||||
<field name='group1-monst2' top='165' left='174' width='39' height='16'/>
|
||||
<field name='group1-monst3' top='193' left='174' width='39' height='16'/>
|
||||
<field name='group1-monst4' top='221' left='174' width='39' height='16'/>
|
||||
<field name='group2-monst1' top='137' left='239' width='39' height='16'/>
|
||||
<field name='group2-monst2' top='165' left='239' width='39' height='16'/>
|
||||
<field name='group2-monst3' top='193' left='239' width='39' height='16'/>
|
||||
<field name='group2-monst4' top='221' left='239' width='39' height='16'/>
|
||||
<field name='group3-monst1' top='137' left='304' width='39' height='16'/>
|
||||
<field name='group3-monst2' top='165' left='304' width='39' height='16'/>
|
||||
<field name='group3-monst3' top='193' left='304' width='39' height='16'/>
|
||||
<field name='group3-monst4' top='221' left='304' width='39' height='16'/>
|
||||
<field name='group4-monst1' top='137' left='369' width='39' height='16'/>
|
||||
<field name='group4-monst2' top='165' left='369' width='39' height='16'/>
|
||||
<field name='group4-monst3' top='193' left='369' width='39' height='16'/>
|
||||
<field name='group4-monst4' top='221' left='369' width='39' height='16'/>
|
||||
<field name='group1-monst1' type='uint' top='137' left='174' width='39' height='16'/>
|
||||
<field name='group1-monst2' type='uint' top='165' left='174' width='39' height='16'/>
|
||||
<field name='group1-monst3' type='uint' top='193' left='174' width='39' height='16'/>
|
||||
<field name='group1-monst4' type='uint' top='221' left='174' width='39' height='16'/>
|
||||
<field name='group2-monst1' type='uint' top='137' left='239' width='39' height='16'/>
|
||||
<field name='group2-monst2' type='uint' top='165' left='239' width='39' height='16'/>
|
||||
<field name='group2-monst3' type='uint' top='193' left='239' width='39' height='16'/>
|
||||
<field name='group2-monst4' type='uint' top='221' left='239' width='39' height='16'/>
|
||||
<field name='group3-monst1' type='uint' top='137' left='304' width='39' height='16'/>
|
||||
<field name='group3-monst2' type='uint' top='165' left='304' width='39' height='16'/>
|
||||
<field name='group3-monst3' type='uint' top='193' left='304' width='39' height='16'/>
|
||||
<field name='group3-monst4' type='uint' top='221' left='304' width='39' height='16'/>
|
||||
<field name='group4-monst1' type='uint' top='137' left='369' width='39' height='16'/>
|
||||
<field name='group4-monst2' type='uint' top='165' left='369' width='39' height='16'/>
|
||||
<field name='group4-monst3' type='uint' top='193' left='369' width='39' height='16'/>
|
||||
<field name='group4-monst4' type='uint' top='221' left='369' width='39' height='16'/>
|
||||
<button name='okay' type='regular' top='273' left='436'>OK</button>
|
||||
<button name='cancel' type='regular' relative='neg pos-in' rel-anchor='prev' top='0' left='71'>Cancel</button>
|
||||
<text top='6' left='50' width='256' height='17'>Town wandering monsters</text>
|
||||
|
||||
@@ -2,14 +2,11 @@
|
||||
<!-- NOTE: This file should be updated to use relative positioning the next time it changes. -->
|
||||
<?xml-stylesheet href="dialog.xsl" type="text/xsl"?>
|
||||
<dialog defbtn='okay' escbtn='cancel'>
|
||||
<!--
|
||||
TODO: Assign numeric types (type = 'int' or 'uint') to fields as appropriate
|
||||
-->
|
||||
<field name='extra1' top='126' left='221' width='67' height='16'/>
|
||||
<field name='extra2' top='153' left='221' width='67' height='16'/>
|
||||
<field name='death' top='298' left='285' width='67' height='16'/>
|
||||
<field name='sdfy' top='362' left='262' width='39' height='16'/>
|
||||
<field name='sdfx' top='362' left='310' width='39' height='16'/>
|
||||
<field name='extra1' type='int' top='126' left='221' width='67' height='16'/>
|
||||
<field name='extra2' type='int' top='153' left='221' width='67' height='16'/>
|
||||
<field name='death' type='int' top='298' left='285' width='67' height='16'/>
|
||||
<field name='sdfy' type='int' top='362' left='262' width='39' height='16'/>
|
||||
<field name='sdfx' type='int' top='362' left='310' width='39' height='16'/>
|
||||
<text size='large' top='6' left='50' width='256' height='17'>Townsperson/monster advanced</text>
|
||||
<text top='28' left='62' width='97' height='15'>Creature type:</text>
|
||||
<text name='type' top='28' left='162' width='195' height='15'/>
|
||||
@@ -25,7 +22,7 @@
|
||||
Number of town special node to call before talking to creature:
|
||||
(-1 for none)
|
||||
</text>
|
||||
<field name='hail' top='326' left='285' width='67' height='16'/>
|
||||
<field name='hail' type='int' top='326' left='285' width='67' height='16'/>
|
||||
<button name='edithail' type='large' top='322' left='360'>Create/Edit</button>
|
||||
<text top='350' left='25' width='230' height='40'>
|
||||
Stuff done flag creature's life is linked to:
|
||||
|
||||
@@ -2,10 +2,7 @@
|
||||
<!-- NOTE: This file should be updated to use relative positioning the next time it changes. -->
|
||||
<?xml-stylesheet href="dialog.xsl" type="text/xsl"?>
|
||||
<dialog defbtn='okay'>
|
||||
<!--
|
||||
TODO: Assign numeric types (type = 'int' or 'uint') to fields as appropriate
|
||||
-->
|
||||
<field name='talk' top='189' left='149' width='67' height='16'/>
|
||||
<field name='talk' type='int' top='189' left='149' width='67' height='16'/>
|
||||
<button name='talk-edit' type='regular' top='186' left='228'>Choose</button>
|
||||
<text name='picnum' top='189' left='375' width='40' height='16'/>
|
||||
<text size='large' top='71' left='51' width='115' height='15'>Creature type:</text>
|
||||
|
||||
@@ -1,9 +1,6 @@
|
||||
<?xml version='1.0' encoding='UTF-8' standalone='no'?>
|
||||
<?xml-stylesheet href="dialog.xsl" type="text/xsl"?>
|
||||
<dialog defbtn='okay' escbtn='cancel'>
|
||||
<!--
|
||||
TODO: Assign numeric types (type = 'int' or 'uint') to fields as appropriate
|
||||
-->
|
||||
<pict type='dlog' num='16' top='8' left='8'/>
|
||||
<text name='title' size='large' rel-anchor='prev' relative='pos pos-in' top='-2' left='6' width='256' height='17'>Edit Vehicle</text>
|
||||
|
||||
|
||||
@@ -2,9 +2,6 @@
|
||||
<!-- NOTE: This file should be updated to use relative positioning the next time it changes. -->
|
||||
<?xml-stylesheet href="dialog.xsl" type="text/xsl"?>
|
||||
<dialog defbtn='set' escbtn='exit'>
|
||||
<!--
|
||||
TODO: Assign numeric types (type = 'int' or 'uint') to fields as appropriate
|
||||
-->
|
||||
<pict type='dlog' num='7' top='8' left='8'/>
|
||||
<text size='large' top='8' left='50' width='200' height='17'>Edit Stuff Done</text>
|
||||
<text top='30' left='50' width='200' height='50'>
|
||||
@@ -12,11 +9,11 @@
|
||||
You can very easily mess up your game by doing this, so be sure you know what you're doing first.
|
||||
</text>
|
||||
<text top='105' left='8' width='100' height='16'>SDF Part A:</text>
|
||||
<field name='x' top='103' left='110' width='80' height='16'/>
|
||||
<field name='x' type='uint' top='103' left='110' width='80' height='16'/>
|
||||
<text top='125' left='8' width='100' height='16'>SDF Part B:</text>
|
||||
<field name='y' top='123' left='110' width='80' height='16'/>
|
||||
<field name='y' type='uint' top='123' left='110' width='80' height='16'/>
|
||||
<text top='145' left='8' width='100' height='16'>Value:</text>
|
||||
<field name='val' top='143' left='110' width='80' height='16'/>
|
||||
<field name='val' type='int' top='143' left='110' width='80' height='16'/>
|
||||
<text name='feedback' top='165' left='8' width='230' height='16'/>
|
||||
<button name='exit' type='regular' top='185' left='122'>Exit</button>
|
||||
<button name='set' type='regular' top='185' left='187'>Set</button>
|
||||
|
||||
Reference in New Issue
Block a user