|
31 | 31 | <readonly /> |
32 | 32 | </number_charabilitydamage> |
33 | 33 | <button_abilperms name="strengthpermlist"> |
34 | | - <anchored to="abilityframe" position="insidetopleft" offset="265,27" /> |
| 34 | + <anchored to="strengthperm" /> |
35 | 35 | <target>strength</target> |
36 | 36 | </button_abilperms> |
37 | 37 | <number_charabilitybonus name="strengthbonus" source="abilities.strength.bonus"> |
|
67 | 67 | <readonly /> |
68 | 68 | </number_charabilitydamage> |
69 | 69 | <button_abilperms name="dexteritypermlist"> |
70 | | - <anchored to="abilityframe" position="insidetopleft" offset="265,60" /> |
| 70 | + <anchored to="dexterityperm" /> |
71 | 71 | <target>dexterity</target> |
72 | 72 | </button_abilperms> |
73 | 73 | <number_charabilitybonus name="dexteritybonus" source="abilities.dexterity.bonus"> |
|
103 | 103 | <readonly /> |
104 | 104 | </number_charabilitydamage> |
105 | 105 | <button_abilperms name="constitutionpermlist"> |
106 | | - <anchored to="abilityframe" position="insidetopleft" offset="265,92" /> |
| 106 | + <anchored to="constitutionperm" /> |
107 | 107 | <target>constitution</target> |
108 | 108 | </button_abilperms> |
109 | 109 | <number_charabilitybonus name="constitutionbonus" source="abilities.constitution.bonus"> |
|
139 | 139 | <readonly /> |
140 | 140 | </number_charabilitydamage> |
141 | 141 | <button_abilperms name="intelligencepermlist"> |
142 | | - <anchored to="abilityframe" position="insidetopleft" offset="265,124" /> |
| 142 | + <anchored to="intelligenceperm" /> |
143 | 143 | <target>intelligence</target> |
144 | 144 | </button_abilperms> |
145 | 145 | <number_charabilitybonus name="intelligencebonus" source="abilities.intelligence.bonus"> |
|
175 | 175 | <readonly /> |
176 | 176 | </number_charabilitydamage> |
177 | 177 | <button_abilperms name="wisdompermlist"> |
178 | | - <anchored to="abilityframe" position="insidetopleft" offset="265,156" /> |
| 178 | + <anchored to="wisdomperm" /> |
179 | 179 | <target>wisdom</target> |
180 | 180 | </button_abilperms> |
181 | 181 | <number_charabilitybonus name="wisdombonus" source="abilities.wisdom.bonus"> |
|
211 | 211 | <readonly /> |
212 | 212 | </number_charabilitydamage> |
213 | 213 | <button_abilperms name="charismapermlist"> |
214 | | - <anchored to="abilityframe" position="insidetopleft" offset="265,188" /> |
| 214 | + <anchored to="charismaperm" /> |
215 | 215 | <target>charisma</target> |
216 | 216 | </button_abilperms> |
217 | 217 | <number_charabilitybonus name="charismabonus" source="abilities.charisma.bonus"> |
|
341 | 341 | </template> |
342 | 342 | <template name="button_abilperms" merge="join"> |
343 | 343 | <buttoncontrol> |
344 | | - <anchored width="20" height="20" /> |
| 344 | + <anchored position="right" width="20" height="20" /> |
345 | 345 | <state icon="button_details" pressed="button_details_down" /> |
346 | 346 | <script> |
347 | 347 | function onButtonPress() |
|
0 commit comments