comparison clojure/com/aurellem/gb/pokemon.clj @ 219:1af1a279895b

adjusted default ditto's base stats.
author Robert McIntyre <rlm@mit.edu>
date Sat, 24 Mar 2012 00:01:04 -0500
parents d7f2e0384d24
children ff37bc3004a7
comparison
equal deleted inserted replaced
218:ca9d2897435b 219:1af1a279895b
378 :hp 30 378 :hp 30
379 :attack 18 379 :attack 18
380 :defense 18 380 :defense 18
381 :speed 18 381 :speed 18
382 :special 18} 382 :special 18}
383 :moves [[:transform {:pp-ups 3 :current-pp 5}]]}) 383 :moves [[:transform {:pp-ups 0 :current-pp 5}]]})
384 384
385 (defn expand-pokemon 385 (defn expand-pokemon
386 "Given a map describing a pokemon, fill in any missing 386 "Given a map describing a pokemon, fill in any missing
387 values based on the ones already present." 387 values based on the ones already present."
388 [pokemon] 388 [pokemon]