Facil...
Vc quer uma Classe que bata de 2 armas, vc pode fazer o seguinte, Edita todas as facas mudando elas de Slotype, coloque elas no SloType de Ring!. Simplismente na hora de usa a faca coloquea em uma mão e a espada na outras!
Exemplo:
<item id="7404" article="an" name="assassin dagger">
<attribute key="weight" value="1700"/>
<attribute key="defense" value="12"/>
<attribute key="attack" value="40"/>
<attribute key="weaponType" value="sword"/>
<attribute key="extradef" value="-2"/>
So faça acresenta SloType:
<item id="7404" article="an" name="assassin dagger">
<attribute key="weight" value="1700"/>
<attribute key="defense" value="12"/>
<attribute key="attack" value="40"/>
<attribute key="weaponType" value="sword"/>
<attribute key="extradef" value="-2"/>
<attribute key="slotType" value="ring"/>
Ou simplesmente so faça tira a WeaponType, ficando assim:
<item id="7404" article="an" name="assassin dagger">
<attribute key="weight" value="1700"/>
<attribute key="defense" value="12"/>
<attribute key="attack" value="40"/>
<attribute key="extradef" value="-2"/>
:smile_positivo: