"use" serapeum and alexandria
This commit is contained in:
@@ -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)))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user