|
|
|
@ -79,6 +79,7 @@ const setMaterils = () => {
@@ -79,6 +79,7 @@ const setMaterils = () => {
|
|
|
|
|
} |
|
|
|
|
materials.value = state.grid.filter(equip => { |
|
|
|
|
if (!equip) return false; |
|
|
|
|
if (equip.quality.extraQuality != config.extra_quality[1]) return false; |
|
|
|
|
if (equip.base.name != prop.equip.base.name) return false; |
|
|
|
|
if (equip == prop.equip) return false; |
|
|
|
|
if (prop.equip.fusion > 1 && (equip.fusion <= 1 || equip.fusionEntry.type != prop.equip.fusionEntry.type)) return false; |
|
|
|
|