"use" serapeum and alexandria

This commit is contained in:
2026-01-03 22:01:40 -05:00
parent ac691cd181
commit 0204a521b9
6 changed files with 16 additions and 16 deletions

View File

@@ -4,17 +4,17 @@
(defparameter *chronostory-gacha-search-format* "https://chronostory.onrender.com/api/gacha-search?itemId=~a")
(defparameter *chronostory-gacha-url-format "https://chronostory.onrender.com/api/gacha-items?gachaId=~a")
(serapeum:comment
(comment
(reload-mob-data)
(defvar foo nil)
(setf foo (serapeum/bundle:random-elt *chronostory-mobs*))
*chronostory-drops*
(serapeum:filter-map
(filter-map
(lambda (m)
(when (= (parse-integer (gethash "DROPPERID" m))
(parse-integer (serapeum:href foo "mob" "mob_id")))
(parse-integer (href foo "mob" "mob_id")))
(gethash "ITEMNAME" m)))
(coerce *chronostory-drops* 'list)))