diff --git a/hwe/compare/item_catalog.php b/hwe/compare/item_catalog.php new file mode 100644 index 00000000..b34ce292 --- /dev/null +++ b/hwe/compare/item_catalog.php @@ -0,0 +1,40 @@ + $item->getRawName(), + 'name' => $item->getName(), + 'info' => $item->getInfo(), + 'cost' => $item->getCost(), + 'buyable' => $item->isBuyable(), + 'consumable' => $item->isConsumable(), + 'reqSecu' => $item->getReqSecu(), + ]; +} + +echo Json::encode($result);