
I am using D&D 4e Monster Importer and am trying to add speed to bar2, but there are multiple speed references in the xml : <LandSpeed> <id xsi:type="string">SPLand</id> <ReferencedObject> <ID xsi:type="string">SPLand</ID> <Name>Land</Name> </ReferencedObject> <Speed FinalValue="0"> <Name>Speed</Name> <DefaultBonus xsi:type="AddNumberBonus"> <Name>Ad hoc</Name> <Value>-6</Value> <ID xsi:type="string">Ad hoc</ID> </DefaultBonus> </Speed> </LandSpeed> <Phasing>false</Phasing> <Speeds> <CreatureSpeed> <id xsi:type="string">SP2</id> <ReferencedObject> <ID xsi:type="string">SP2</ID> <Name>Fly</Name> </ReferencedObject> <Speed FinalValue="8"> <Name>Speed</Name> <DefaultBonus xsi:type="AddNumberBonus"> <Name>Ad hoc</Name> <Value>2</Value> <ID xsi:type="string">Ad hoc</ID> </DefaultBonus> </Speed> <Details>(hover)</Details> </CreatureSpeed> </Speeds> for some, there is only the land speed listed but others there are 2 values, as above, is there a way to just reference the one that has a 'speed finalvalue' value? Thanks in advance