int/uint type on all relevant fields (I hope)
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user