Mercurial > vba-clojure
comparison org/rom.org @ 372:998702f021e3
merged changes
author | Dylan Holmes <ocsenave@gmail.com> |
---|---|
date | Mon, 09 Apr 2012 01:44:19 -0500 |
parents | b477970d0b7a |
children | a6f212ae29a3 |
comparison
equal
deleted
inserted
replaced
371:b477970d0b7a | 372:998702f021e3 |
---|---|
808 : ((0 5 0.5) (0 8 0.0) (8 8 2.0) (20 7 2.0) (20 5 0.5)) | 808 : ((0 5 0.5) (0 8 0.0) (8 8 2.0) (20 7 2.0) (20 5 0.5)) |
809 : ([:normal :rock 0.5] [:normal :ghost 0.0] [:ghost :ghost 2.0] [:fire :bug 2.0] [:fire :rock 0.5]) | 809 : ([:normal :rock 0.5] [:normal :ghost 0.0] [:ghost :ghost 2.0] [:fire :bug 2.0] [:fire :rock 0.5]) |
810 | 810 |
811 | 811 |
812 *** | 812 *** |
813 | |
813 #+name: type-advantage | 814 #+name: type-advantage |
814 #+begin_src clojure | 815 #+begin_src clojure |
815 (defn hxc-advantage | 816 (defn hxc-advantage |
816 ;; in-game multipliers are stored as 10x their effective value | 817 ;; in-game multipliers are stored as 10x their effective value |
817 ;; to allow for fractional multipliers like 1/2 | 818 ;; to allow for fractional multipliers like 1/2 |