Use SDF picker in Townperson Advanced and Outdoor Encounter dialogs
This commit is contained in:
@@ -3,11 +3,11 @@
|
||||
<?xml-stylesheet href="dialog.xsl" type="text/xsl"?>
|
||||
<dialog defbtn='okay'>
|
||||
<!-- OK button -->
|
||||
<field name='onmeet' top='216' left='361' width='46' height='16'/>
|
||||
<field name='onwin' top='259' left='361' width='46' height='16'/>
|
||||
<field name='onflee' top='302' left='361' width='46' height='16'/>
|
||||
<field name='endx' top='336' left='460' width='39' height='16'/>
|
||||
<field name='endy' top='336' left='508' width='39' height='16'/>
|
||||
<field name='onmeet' 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'/>
|
||||
<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'/>
|
||||
@@ -32,9 +32,10 @@
|
||||
<button name='choose-ally1' type='regular' top='298' left='280'>Choose</button>
|
||||
<button name='choose-ally2' type='regular' top='322' left='280'>Choose</button>
|
||||
<button name='choose-ally3' type='regular' top='346' left='280'>Choose</button>
|
||||
<button name='edit-meet' type='large' top='213' left='412'>Create/Edit</button>
|
||||
<button name='edit-win' type='large' top='256' left='412'>Create/Edit</button>
|
||||
<button name='edit-flee' type='large' top='298' left='412'>Create/Edit</button>
|
||||
<button name='edit-meet' type='large' top='186' left='412'>Create/Edit</button>
|
||||
<button name='edit-win' type='large' top='229' left='412'>Create/Edit</button>
|
||||
<button name='edit-flee' type='large' top='271' left='412'>Create/Edit</button>
|
||||
<button name='edit-end' type='regular' top='330' left='458'>Choose</button>
|
||||
<text top='135' left='11' width='113' height='14'>Hostile (15-30)</text>
|
||||
<text top='159' left='11' width='113' height='14'>Hostile (7-10)</text>
|
||||
<text top='183' left='11' width='113' height='14'>Hostile (4-6)</text>
|
||||
@@ -64,9 +65,8 @@
|
||||
<text top='132' left='368' width='170' height='27'>(Party fights it right away)</text>
|
||||
<text size='large' top='114' left='11' width='191' height='17'>Monsters in encounter:</text>
|
||||
<text size='large' top='152' left='350' width='191' height='17'>Advanced encounter traits:</text>
|
||||
<text top='197' left='352' width='194' height='14'>Special called when enc. starts</text>
|
||||
<text top='240' left='352' width='194' height='14'>Special called when party wins</text>
|
||||
<text top='283' left='352' width='194' height='14'>Special called if party flees</text>
|
||||
<text top='326' left='352' width='103' height='33'>Stuff done flag to eliminate encounter</text>
|
||||
<text top='168' left='364' width='170' height='27'>Note: Ignore these if you aren't sure what they do.</text>
|
||||
<text top='170' left='352' width='194' height='14'>Special called when enc. starts</text>
|
||||
<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>
|
||||
</dialog>
|
||||
|
@@ -8,8 +8,8 @@
|
||||
<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='sdfx' top='362' left='262' width='39' height='16'/>
|
||||
<field name='sdfy' top='362' left='310' width='39' height='16'/>
|
||||
<field name='sdfy' top='362' left='262' width='39' height='16'/>
|
||||
<field name='sdfx' 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'/>
|
||||
@@ -33,9 +33,10 @@
|
||||
1 - dead),
|
||||
if either is -1, this is ignored.
|
||||
</text>
|
||||
<button name='editsdf' type='regular' top='358' left='360'>Choose</button>
|
||||
<text size='large' top='182' left='9' width='205' height='17'>Creature and special encs.</text>
|
||||
<button name='okay' type='regular' top='364' left='492'>OK</button>
|
||||
<button name='cancel' type='regular' def-key='esc' top='364' left='411'>Cancel</button>
|
||||
<button name='okay' type='regular' top='358' left='512'>OK</button>
|
||||
<button name='cancel' type='regular' def-key='esc' top='358' left='438'>Cancel</button>
|
||||
<pict type='dlog' num='16' top='8' left='8'/>
|
||||
<text top='7' left='317' width='126' height='15'>Creature number:</text>
|
||||
<text name='num' top='7' left='454' width='50' height='15'/>
|
||||
|
Reference in New Issue
Block a user