Files
jak-project/test/decompiler/reference/engine/target/target-part_REF.gc
T
ManDude 89ccb8cbc7 [decomp] progress (#780)
* cleanup `main`

* whitespace

* start `progress` decomp pt1

* fill in more stuff

* Update label_types.jsonc

* run cheats

* clang

* make most of `progress` decompile

* `progress` pt 2

* [decompiler] support dynamic format strings

* Make `progress-draw` decompile and almost all `progress`

* make clang shut up

* fix unhandled format string

* fix `progress-draw`

* Update DecompilerTypeSystem.cpp

* fix?

* fixes

* fix a few functions

* make `language-enum`

* warn on weird floats

* fix minor pad bug

* dump stuff in `progress`

* make `progress-screen` enum

* progress progress

* update refs and fix stupid bug

* trying to get it to work

* it works!?

* disable sound functions

* fixes

* final touches

* tests

* tests

* add process allocations

* use the right register for windows

* another try for windows, counting is hard

* one more try

* use process allocations

Co-authored-by: water <awaterford111445@gmail.com>
2021-09-06 20:35:03 -04:00

9867 lines
226 KiB
Common Lisp
Vendored

;;-*-Lisp-*-
(in-package goal)
;; definition for function birth-func-copy-target-y-rot
;; INFO: Return type mismatch int vs none.
;; Used lq/sq
(defun
birth-func-copy-target-y-rot
((arg0 int) (arg1 sparticle-cpuinfo) (arg2 sparticle-launchinfo))
(let ((v1-0 *target*))
(when v1-0
(let ((s5-0 (new-stack-matrix0)))
(let ((f0-1 (+ -16384.0 (y-angle (-> v1-0 control)))))
(matrix-rotate-y! s5-0 f0-1)
)
(vector3s-rotate*!
(the-as vector3s (-> arg1 vel-sxvel))
(the-as vector3s (-> arg1 vel-sxvel))
s5-0
)
(vector3s-rotate*!
(the-as vector3s (-> arg1 acc))
(the-as vector3s (-> arg1 acc))
s5-0
)
)
)
)
0
(none)
)
;; definition for function birth-func-ground-orient
;; INFO: Return type mismatch int vs none.
;; Used lq/sq
(defun
birth-func-ground-orient
((arg0 int) (arg1 sparticle-cpuinfo) (arg2 sparticle-launchinfo))
(local-vars (v1-11 float) (v1-12 float))
(rlet ((vf0 :class vf)
(vf1 :class vf)
(vf2 :class vf)
)
(init-vf0-vector)
(let ((a1-1 (new 'stack-no-clear 'vector)))
(set! (-> a1-1 quad) (-> arg2 launchrot quad))
(let ((s3-0 (new 'stack-no-clear 'bone))
(s5-0 *target*)
)
(set! (-> a1-1 y) (+ 4096.0 (-> a1-1 y)))
(when
(>=
(dummy-12
*collide-cache*
a1-1
(the-as float 20480.0)
(the-as uint #x2bef)
s5-0
s3-0
(the-as uint 1)
)
0.0
)
(let ((s2-0 (new 'stack-no-clear 'vector))
(s4-1 (new 'stack-no-clear 'quaternion))
)
(set! (-> s2-0 x) (-> s3-0 scale z))
(set! (-> s2-0 y) 0.0)
(set! (-> s2-0 z) (- (-> s3-0 scale x)))
(vector-normalize! s2-0 (the-as float 1.0))
(quaternion-vector-angle! s4-1 s2-0 (acos (-> s3-0 scale y)))
(let ((s3-1 (new 'stack-no-clear 'quaternion)))
(quaternion-vector-angle!
s3-1
*up-vector*
(+ 32768.0 (y-angle (-> s5-0 control)))
)
(quaternion-normalize! (quaternion*! s4-1 s3-1 s4-1))
)
(cond
((< (-> s4-1 w) 0.0)
(.lvf vf1 (&-> arg2 conerot quad))
(.lvf vf2 (&-> s4-1 vec quad))
(.sub.vf vf1 vf0 vf2 :mask #b111)
(.svf (&-> arg2 conerot quad) vf1)
(.mov v1-11 vf1)
)
(else
(.lvf vf1 (&-> arg2 conerot quad))
(.lvf vf2 (&-> s4-1 vec quad))
(.add.vf vf1 vf0 vf2 :mask #b111)
(.svf (&-> arg2 conerot quad) vf1)
(.mov v1-12 vf1)
)
)
)
)
)
)
0
(none)
)
)
;; definition for function birth-func-target-orient
;; INFO: Return type mismatch int vs none.
(defun
birth-func-target-orient
((arg0 int) (arg1 sparticle-cpuinfo) (arg2 sparticle-launchinfo))
(local-vars (v1-10 float) (v1-11 float) (sv-16 target))
(rlet ((vf0 :class vf)
(vf1 :class vf)
(vf2 :class vf)
)
(init-vf0-vector)
(set! sv-16 *target*)
(let ((s3-0 (new 'stack-no-clear 'vector)))
(new 'stack-no-clear 'vector)
(let ((s5-0 (new 'stack-no-clear 'quaternion)))
(let ((s2-0 (-> sv-16 control local-normal)))
(set! (-> s3-0 x) (-> s2-0 z))
(set! (-> s3-0 y) 0.0)
(set! (-> s3-0 z) (- (-> s2-0 x)))
(vector-normalize! s3-0 (the-as float 1.0))
(quaternion-vector-angle! s5-0 s3-0 (acos (-> s2-0 y)))
)
(let ((s3-1 (new 'stack-no-clear 'quaternion)))
(quaternion-vector-angle!
s3-1
*up-vector*
(+ 32768.0 (-> arg1 user-float) (y-angle (-> sv-16 control)))
)
(quaternion-normalize! (quaternion*! s5-0 s5-0 s3-1))
)
(cond
((< (-> s5-0 w) 0.0)
(.lvf vf1 (&-> arg2 conerot quad))
(.lvf vf2 (&-> s5-0 vec quad))
(.sub.vf vf1 vf0 vf2 :mask #b111)
(.svf (&-> arg2 conerot quad) vf1)
(.mov v1-10 vf1)
)
(else
(.lvf vf1 (&-> arg2 conerot quad))
(.lvf vf2 (&-> s5-0 vec quad))
(.add.vf vf1 vf0 vf2 :mask #b111)
(.svf (&-> arg2 conerot quad) vf1)
(.mov v1-11 vf1)
)
)
)
)
0
(none)
)
)
;; definition for function birth-func-vector-orient
;; INFO: Return type mismatch int vs none.
(defun
birth-func-vector-orient
((arg0 int) (arg1 sparticle-cpuinfo) (arg2 sparticle-launchinfo))
(local-vars (v1-4 float) (v1-5 float))
(rlet ((vf0 :class vf)
(vf1 :class vf)
(vf2 :class vf)
)
(init-vf0-vector)
*target*
(let ((s4-0 (new 'stack-no-clear 'vector)))
(new 'stack-no-clear 'vector)
(let ((s5-0 (new 'stack-no-clear 'quaternion))
(s3-0 (the-as object (-> arg1 user-float)))
)
(when (nonzero? (the-as float s3-0))
(set! (-> s4-0 x) (-> (the-as sprite-vec-data-2d s3-0) z))
(set! (-> s4-0 y) 0.0)
(set! (-> s4-0 z) (- (-> (the-as sprite-vec-data-2d s3-0) x)))
(vector-normalize! s4-0 (the-as float 1.0))
(quaternion-vector-angle!
s5-0
s4-0
(acos (-> (the-as sprite-vec-data-2d s3-0) y))
)
(cond
((< (-> s5-0 w) 0.0)
(.lvf vf1 (&-> arg2 conerot quad))
(.lvf vf2 (&-> s5-0 vec quad))
(.sub.vf vf1 vf0 vf2 :mask #b111)
(.svf (&-> arg2 conerot quad) vf1)
(.mov v1-4 vf1)
)
(else
(.lvf vf1 (&-> arg2 conerot quad))
(.lvf vf2 (&-> s5-0 vec quad))
(.add.vf vf1 vf0 vf2 :mask #b111)
(.svf (&-> arg2 conerot quad) vf1)
(.mov v1-5 vf1)
)
)
)
)
)
0
(none)
)
)
;; definition for function part-tracker-track-target-joint
;; INFO: Return type mismatch int vs none.
(defun
part-tracker-track-target-joint
((arg0 int) (arg1 sparticle-cpuinfo) (arg2 sparticle-launchinfo))
(let* ((v1-0 *target*)
(v1-2
(vector<-cspace!
(new 'stack-no-clear 'vector)
(-> v1-0 node-list data (the int (-> arg1 user-float)))
)
)
)
(set! (-> arg2 launchrot x) (-> v1-2 x))
(set! (-> arg2 launchrot y) (-> v1-2 y))
(set! (-> arg2 launchrot z) (-> v1-2 z))
)
0
(none)
)
;; failed to figure out what this is:
(set!
(-> *part-group-id-table* 1)
(new 'static 'sparticle-launch-group
:length 2
:duration #x5
:linger-duration #x5dc
:flags #x1
:name "group-target-hit"
:launcher
(new 'static 'inline-array sparticle-group-item 2
(new 'static 'sparticle-group-item :launcher #x38)
(new 'static 'sparticle-group-item :launcher #x39)
)
:bounds (new 'static 'sphere :w 49152.0)
)
)
;; failed to figure out what this is:
(set!
(-> *part-id-table* 56)
(new 'static 'sparticle-launcher
:init-specs
(new 'static 'inline-array sp-field-init-spec 18
(new 'static 'sp-field-init-spec
:field #x1
:initial-valuef (the-as float #x200400)
)
(new 'static 'sp-field-init-spec
:field #x6
:flags #x1
:initial-valuef 32.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xd
:flags #x1
:initial-valuef 12288.0
:random-rangef 4096.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xe
:initial-valuef (the-as float #x4)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x10
:flags #x1
:random-rangef 65536.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x11
:flags #x1
:initial-valuef 245.76
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x12
:flags #x1
:initial-valuef 128.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x13
:flags #x1
:initial-valuef 128.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x14
:flags #x1
:initial-valuef 128.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec :field #x15 :flags #x1 :random-multf 1.0)
(new 'static 'sp-field-init-spec
:field #x1c
:flags #x1
:initial-valuef 655.36
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1f
:flags #x1
:initial-valuef -27.306667
:random-rangef 54.613335
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x24
:flags #x1
:initial-valuef 6.4
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x2e
:initial-valuef (the-as float #x96)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x2f
:initial-valuef (the-as float #xc)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x32
:initial-valuef (the-as float #xa)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x33
:flags #x6
:initial-valuef (the-as float #x3a)
)
(new 'static 'sp-field-init-spec :field #x43)
)
)
)
;; failed to figure out what this is:
(set!
(-> *part-id-table* 58)
(new 'static 'sparticle-launcher
:init-specs
(new 'static 'inline-array sp-field-init-spec 2
(new 'static 'sp-field-init-spec
:field #x24
:flags #x1
:initial-valuef -0.64
:random-multf 1.0
)
(new 'static 'sp-field-init-spec :field #x43)
)
)
)
;; failed to figure out what this is:
(set!
(-> *part-id-table* 57)
(new 'static 'sparticle-launcher
:init-specs
(new 'static 'inline-array sp-field-init-spec 14
(new 'static 'sp-field-init-spec
:field #x1
:initial-valuef (the-as float #x201200)
)
(new 'static 'sp-field-init-spec
:field #x6
:flags #x1
:initial-valuef 1.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xd
:flags #x1
:initial-valuef 49152.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec :field #x10 :flags #x1 :random-multf 1.0)
(new 'static 'sp-field-init-spec
:field #x11
:flags #x3
:initial-valuef (the-as float #xfffffffc)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x12
:flags #x1
:initial-valuef 128.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x13
:flags #x1
:initial-valuef 128.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x14
:flags #x1
:initial-valuef 128.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x15
:flags #x1
:initial-valuef 64.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1f
:flags #x1
:initial-valuef -72.81778
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x24
:flags #x1
:initial-valuef -1.4222221
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x2e
:initial-valuef (the-as float #x2a)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x2f
:initial-valuef (the-as float #xc)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec :field #x43)
)
)
)
;; failed to figure out what this is:
(set!
(-> *part-group-id-table* 2)
(new 'static 'sparticle-launch-group
:length 2
:duration #xa
:linger-duration #x1c2
:name "group-red-eco-strike-ground"
:launcher
(new 'static 'inline-array sparticle-group-item 2
(new 'static 'sparticle-group-item :launcher #x3b)
(new 'static 'sparticle-group-item :launcher #x3c)
)
:bounds (new 'static 'sphere :w 8192.0)
)
)
;; failed to figure out what this is:
(set!
(-> *part-id-table* 59)
(new 'static 'sparticle-launcher
:init-specs
(new 'static 'inline-array sp-field-init-spec 25
(new 'static 'sp-field-init-spec
:field #x1
:initial-valuef (the-as float #x200000)
)
(new 'static 'sp-field-init-spec
:field #x6
:flags #x1
:initial-valuef 24.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xb
:flags #x1
:initial-valuef 4096.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xd
:flags #x1
:initial-valuef 4096.0
:random-rangef 4096.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x10
:flags #x1
:random-rangef 65536.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x11
:flags #x3
:initial-valuef (the-as float #xfffffffc)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x12
:flags #x1
:initial-valuef 128.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x13
:flags #x1
:initial-valuef 128.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x14
:flags #x1
:initial-valuef 32.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x15
:flags #x1
:initial-valuef 8.0
:random-rangef 56.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1a
:flags #x1
:initial-valuef 546.13336
:random-rangef 682.6667
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1c
:flags #x1
:initial-valuef 54.613335
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1f
:flags #x1
:initial-valuef -72.81778
:random-rangef 145.63556
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x20
:flags #x3
:initial-valuef (the-as float #xfffffffc)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x22
:flags #x1
:initial-valuef -1.4222223
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x24
:flags #x1
:initial-valuef -0.35555556
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x26
:flags #x1
:initial-valuef 0.34133333
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x2d
:flags #x1
:initial-valuef 0.7
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x2e
:initial-valuef (the-as float #xb4)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x2f
:initial-valuef (the-as float #xc)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x32
:initial-valuef (the-as float #x5a)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x33
:flags #x6
:initial-valuef (the-as float #x3d)
)
(new 'static 'sp-field-init-spec
:field #x3a
:flags #x1
:initial-valuef 16384.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x3b
:flags #x1
:random-rangef 65536.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec :field #x43)
)
)
)
;; failed to figure out what this is:
(set!
(-> *part-id-table* 60)
(new 'static 'sparticle-launcher
:init-specs
(new 'static 'inline-array sp-field-init-spec 21
(new 'static 'sp-field-init-spec
:field #x1
:initial-valuef (the-as float #x200f00)
)
(new 'static 'sp-field-init-spec
:field #x6
:flags #x1
:initial-valuef 32.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xb
:flags #x1
:initial-valuef 4096.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xd
:flags #x1
:initial-valuef 4096.0
:random-rangef 2048.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x11
:flags #x3
:initial-valuef (the-as float #xfffffffc)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x12
:flags #x1
:initial-valuef 128.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x13
:flags #x1
:initial-valuef 128.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x15
:flags #x1
:initial-valuef 64.0
:random-rangef 8.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1a
:flags #x1
:initial-valuef 1228.8
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1c
:flags #x1
:initial-valuef 13.653334
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x20
:flags #x3
:initial-valuef (the-as float #xfffffffc)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x22
:flags #x1
:initial-valuef -2.8444445
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x24
:flags #x1
:initial-valuef -0.82222223
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x2d
:flags #x1
:initial-valuef 0.7
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x2e
:initial-valuef (the-as float #x5a)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x2f
:initial-valuef (the-as float #xc)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x32
:initial-valuef (the-as float #x2d)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x33
:flags #x6
:initial-valuef (the-as float #x3d)
)
(new 'static 'sp-field-init-spec
:field #x3a
:flags #x1
:initial-valuef 16384.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x3b
:flags #x1
:random-rangef 65536.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec :field #x43)
)
)
)
;; failed to figure out what this is:
(set!
(-> *part-group-id-table* 3)
(new 'static 'sparticle-launch-group
:length 3
:duration #xa
:linger-duration #x1c2
:name "group-red-eco-spinkick"
:launcher
(new 'static 'inline-array sparticle-group-item 3
(new 'static 'sparticle-group-item :launcher #x3e)
(new 'static 'sparticle-group-item :launcher #x3f)
(new 'static 'sparticle-group-item :launcher #x40)
)
:bounds (new 'static 'sphere :w 8192.0)
)
)
;; failed to figure out what this is:
(set!
(-> *part-id-table* 62)
(new 'static 'sparticle-launcher
:init-specs
(new 'static 'inline-array sp-field-init-spec 23
(new 'static 'sp-field-init-spec
:field #x1
:initial-valuef (the-as float #x200000)
)
(new 'static 'sp-field-init-spec
:field #x6
:flags #x1
:initial-valuef 1.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xd
:flags #x1
:initial-valuef 6144.0
:random-rangef 4096.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x10
:flags #x1
:random-rangef 65536.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x11
:flags #x3
:initial-valuef (the-as float #xfffffffc)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x12
:flags #x1
:initial-valuef 128.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x13
:flags #x1
:initial-valuef 128.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x14
:flags #x1
:initial-valuef 32.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x15
:flags #x1
:initial-valuef 8.0
:random-rangef 56.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1c
:flags #x1
:initial-valuef 54.613335
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1f
:flags #x1
:initial-valuef -72.81778
:random-rangef 145.63556
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x20
:flags #x3
:initial-valuef (the-as float #xfffffffc)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x22
:flags #x1
:initial-valuef -1.4222223
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x24
:flags #x1
:initial-valuef -0.35555556
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x26
:flags #x1
:initial-valuef 0.34133333
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x2e
:initial-valuef (the-as float #xb4)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x2f
:initial-valuef (the-as float #xc)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x32
:initial-valuef (the-as float #x5a)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x33
:flags #x6
:initial-valuef (the-as float #x3d)
)
(new 'static 'sp-field-init-spec
:field #x3a
:flags #x1
:random-rangef 32768.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x3b
:flags #x1
:random-rangef 65536.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x3e
:flags #x1
:random-rangef 2048.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec :field #x43)
)
)
)
;; failed to figure out what this is:
(set!
(-> *part-id-table* 61)
(new 'static 'sparticle-launcher
:init-specs
(new 'static 'inline-array sp-field-init-spec 4
(new 'static 'sp-field-init-spec
:field #x21
:flags #x1
:initial-valuef -0.7111111
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x22
:flags #x1
:initial-valuef 0.7111111
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x23
:flags #x1
:initial-valuef 0.35555556
:random-multf 1.0
)
(new 'static 'sp-field-init-spec :field #x43)
)
)
)
;; failed to figure out what this is:
(set!
(-> *part-id-table* 63)
(new 'static 'sparticle-launcher
:init-specs
(new 'static 'inline-array sp-field-init-spec 19
(new 'static 'sp-field-init-spec
:field #x1
:initial-valuef (the-as float #x200f00)
)
(new 'static 'sp-field-init-spec
:field #x6
:flags #x1
:initial-valuef 0.66
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xd
:flags #x1
:initial-valuef 4096.0
:random-rangef 2048.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x11
:flags #x3
:initial-valuef (the-as float #xfffffffc)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x12
:flags #x1
:initial-valuef 128.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x13
:flags #x1
:initial-valuef 128.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x15
:flags #x1
:initial-valuef 64.0
:random-rangef 8.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1c
:flags #x1
:initial-valuef 13.653334
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x20
:flags #x3
:initial-valuef (the-as float #xfffffffc)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x22
:flags #x1
:initial-valuef -2.8444445
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x24
:flags #x1
:initial-valuef -0.82222223
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x2e
:initial-valuef (the-as float #x5a)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x2f
:initial-valuef (the-as float #xc)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x32
:initial-valuef (the-as float #x2d)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x33
:flags #x6
:initial-valuef (the-as float #x3d)
)
(new 'static 'sp-field-init-spec
:field #x3a
:flags #x1
:random-rangef 32768.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x3b
:flags #x1
:random-rangef 65536.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x3e
:flags #x1
:random-rangef 409.6
:random-multf 1.0
)
(new 'static 'sp-field-init-spec :field #x43)
)
)
)
;; failed to figure out what this is:
(set!
(-> *part-id-table* 64)
(new 'static 'sparticle-launcher
:init-specs
(new 'static 'inline-array sp-field-init-spec 13
(new 'static 'sp-field-init-spec
:field #x1
:initial-valuef (the-as float #x200f00)
)
(new 'static 'sp-field-init-spec
:field #x6
:flags #x1
:initial-valuef 1.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xd
:flags #x1
:initial-valuef 16384.0
:random-rangef 8192.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x10
:flags #x1
:random-rangef 65536.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x11
:flags #x3
:initial-valuef (the-as float #xfffffffc)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x12
:flags #x1
:initial-valuef 128.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x13
:flags #x1
:initial-valuef 96.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x15
:flags #x1
:initial-valuef 64.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x24
:flags #x1
:initial-valuef -4.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x26
:flags #x1
:initial-valuef 0.34133333
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x2e
:initial-valuef (the-as float #xa)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x2f
:initial-valuef (the-as float #xc)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec :field #x43)
)
)
)
;; failed to figure out what this is:
(set!
(-> *part-group-id-table* 4)
(new 'static 'sparticle-launch-group
:length 2
:duration #xa
:linger-duration #x1c2
:name "group-spin-hit"
:launcher
(new 'static 'inline-array sparticle-group-item 2
(new 'static 'sparticle-group-item :launcher #x41)
(new 'static 'sparticle-group-item :launcher #x42)
)
:bounds (new 'static 'sphere :w 8192.0)
)
)
;; failed to figure out what this is:
(set!
(-> *part-group-id-table* 5)
(new 'static 'sparticle-launch-group
:length 2
:duration #xa
:linger-duration #x1c2
:name "group-punch-hit"
:launcher
(new 'static 'inline-array sparticle-group-item 2
(new 'static 'sparticle-group-item :launcher #x41)
(new 'static 'sparticle-group-item :launcher #x42)
)
:bounds (new 'static 'sphere :w 8192.0)
)
)
;; failed to figure out what this is:
(set!
(-> *part-id-table* 65)
(new 'static 'sparticle-launcher
:init-specs
(new 'static 'inline-array sp-field-init-spec 21
(new 'static 'sp-field-init-spec
:field #x1
:initial-valuef (the-as float #x200200)
)
(new 'static 'sp-field-init-spec
:field #x6
:flags #x1
:initial-valuef 4.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xb
:flags #x1
:initial-valuef 3072.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xd
:flags #x1
:initial-valuef 12288.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xe
:initial-valuef (the-as float #x4)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x10
:flags #x1
:random-rangef 65536.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x11
:flags #x1
:initial-valuef 614.4
:random-rangef 2048.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x12
:flags #x1
:initial-valuef 192.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x13
:flags #x1
:initial-valuef 192.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x14
:flags #x1
:initial-valuef 64.0
:random-rangef 128.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec :field #x15 :flags #x1 :random-multf 1.0)
(new 'static 'sp-field-init-spec
:field #x1c
:flags #x1
:initial-valuef 40.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1f
:flags #x1
:initial-valuef -27.306667
:random-rangef 54.613335
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x20
:flags #x1
:initial-valuef 40.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x24
:flags #x1
:initial-valuef 2.1333334
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x2e
:initial-valuef (the-as float #x1e)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x2f
:initial-valuef (the-as float #xc)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x32
:initial-valuef (the-as float #xf)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x33
:flags #x6
:initial-valuef (the-as float #x43)
)
(new 'static 'sp-field-init-spec :field #x3f :flags #x1 :random-multf 1.0)
(new 'static 'sp-field-init-spec :field #x43)
)
)
)
;; failed to figure out what this is:
(set!
(-> *part-id-table* 67)
(new 'static 'sparticle-launcher
:init-specs
(new 'static 'inline-array sp-field-init-spec 2
(new 'static 'sp-field-init-spec
:field #x24
:flags #x1
:initial-valuef -2.1333334
:random-multf 1.0
)
(new 'static 'sp-field-init-spec :field #x43)
)
)
)
;; failed to figure out what this is:
(set!
(-> *part-id-table* 66)
(new 'static 'sparticle-launcher
:init-specs
(new 'static 'inline-array sp-field-init-spec 13
(new 'static 'sp-field-init-spec
:field #x1
:initial-valuef (the-as float #x201200)
)
(new 'static 'sp-field-init-spec
:field #x6
:flags #x1
:initial-valuef 1.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xb
:flags #x1
:initial-valuef 4096.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xd
:flags #x1
:initial-valuef 12288.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x10
:flags #x1
:random-rangef 65536.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x11
:flags #x3
:initial-valuef (the-as float #xfffffffc)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x12
:flags #x1
:initial-valuef 196.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x13
:flags #x1
:initial-valuef 196.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x14
:flags #x1
:initial-valuef 196.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x15
:flags #x1
:initial-valuef 28.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x2e
:initial-valuef (the-as float #xa)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x2f
:initial-valuef (the-as float #xc)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec :field #x43)
)
)
)
;; failed to figure out what this is:
(set!
(-> *part-group-id-table* 6)
(new 'static 'sparticle-launch-group
:length 23
:duration #xa
:linger-duration #x1c2
:name "group-smack-surface"
:launcher
(new 'static 'inline-array sparticle-group-item 23
(new 'static 'sparticle-group-item :launcher #x44)
(new 'static 'sparticle-group-item :launcher #x45)
(new 'static 'sparticle-group-item :launcher #x48 :binding #x47)
(new 'static 'sparticle-group-item :launcher #x47 :flags #xc)
(new 'static 'sparticle-group-item :launcher #x47 :flags #xc)
(new 'static 'sparticle-group-item :launcher #x47 :flags #xc)
(new 'static 'sparticle-group-item :launcher #x47 :flags #xc)
(new 'static 'sparticle-group-item :launcher #x47 :flags #xc)
(new 'static 'sparticle-group-item :launcher #x47 :flags #xc)
(new 'static 'sparticle-group-item :launcher #x47 :flags #xc)
(new 'static 'sparticle-group-item :launcher #x47 :flags #xc)
(new 'static 'sparticle-group-item :launcher #x47 :flags #xc)
(new 'static 'sparticle-group-item :launcher #x47 :flags #xc)
(new 'static 'sparticle-group-item :launcher #x47 :flags #xc)
(new 'static 'sparticle-group-item :launcher #x47 :flags #xc)
(new 'static 'sparticle-group-item :launcher #x47 :flags #xc)
(new 'static 'sparticle-group-item :launcher #x47 :flags #xc)
(new 'static 'sparticle-group-item :launcher #x47 :flags #xc)
(new 'static 'sparticle-group-item :launcher #x47 :flags #xc)
(new 'static 'sparticle-group-item :launcher #x47 :flags #xc)
(new 'static 'sparticle-group-item :launcher #x47 :flags #xc)
(new 'static 'sparticle-group-item :launcher #x47 :flags #xc)
(new 'static 'sparticle-group-item :launcher #x47 :flags #xc)
)
:bounds (new 'static 'sphere :w 8192.0)
)
)
;; failed to figure out what this is:
(set!
(-> *part-id-table* 68)
(new 'static 'sparticle-launcher
:init-specs
(new 'static 'inline-array sp-field-init-spec 22
(new 'static 'sp-field-init-spec
:field #x1
:initial-valuef (the-as float #x200000)
)
(new 'static 'sp-field-init-spec
:field #x4
:flags #x5
:sym 'birth-func-copy-target-y-rot
)
(new 'static 'sp-field-init-spec
:field #x6
:flags #x1
:initial-valuef 16.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xd
:flags #x1
:initial-valuef 4096.0
:random-rangef 2048.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x10
:flags #x1
:random-rangef 65536.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x11
:flags #x3
:initial-valuef (the-as float #xfffffffc)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x12
:flags #x1
:initial-valuef 96.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x13
:flags #x1
:initial-valuef 96.0
:random-rangef 32.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x14
:flags #x1
:initial-valuef 96.0
:random-rangef 32.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x15
:flags #x1
:initial-valuef 32.0
:random-rangef 32.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1a
:flags #x1
:initial-valuef 163.84
:random-rangef 81.92
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1c
:flags #x1
:initial-valuef 13.653334
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1f
:flags #x1
:initial-valuef -36.40889
:random-rangef 72.81778
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x20
:flags #x3
:initial-valuef (the-as float #xfffffffc)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x24
:flags #x1
:initial-valuef -0.85333335
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x26
:flags #x1
:initial-valuef -1.3653333
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x2d
:flags #x1
:initial-valuef 0.95
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x2e
:initial-valuef (the-as float #x12c)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x2f
:initial-valuef (the-as float #x1004)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x3a
:flags #x1
:random-rangef 65536.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec :field #x3f :flags #x1 :random-multf 1.0)
(new 'static 'sp-field-init-spec :field #x43)
)
)
)
;; failed to figure out what this is:
(set!
(-> *part-id-table* 69)
(new 'static 'sparticle-launcher
:init-specs
(new 'static 'inline-array sp-field-init-spec 22
(new 'static 'sp-field-init-spec
:field #x1
:initial-valuef (the-as float #x200000)
)
(new 'static 'sp-field-init-spec
:field #x4
:flags #x5
:sym 'birth-func-copy-target-y-rot
)
(new 'static 'sp-field-init-spec
:field #x6
:flags #x1
:initial-valuef 8.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xd
:flags #x1
:initial-valuef 2048.0
:random-rangef 1024.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x10
:flags #x1
:random-rangef 65536.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x11
:flags #x3
:initial-valuef (the-as float #xfffffffc)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x12
:flags #x1
:initial-valuef 96.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x13
:flags #x1
:initial-valuef 96.0
:random-rangef 32.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x14
:flags #x1
:initial-valuef 96.0
:random-rangef 32.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x15
:flags #x1
:initial-valuef 32.0
:random-rangef 32.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1a
:flags #x1
:initial-valuef 327.68
:random-rangef 81.92
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1c
:flags #x1
:initial-valuef 13.653334
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1f
:flags #x1
:initial-valuef -36.40889
:random-rangef 72.81778
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x20
:flags #x3
:initial-valuef (the-as float #xfffffffc)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x24
:flags #x1
:initial-valuef -0.85333335
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x26
:flags #x1
:initial-valuef -1.3653333
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x2d
:flags #x1
:initial-valuef 0.95
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x2e
:initial-valuef (the-as float #x12c)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x2f
:initial-valuef (the-as float #x1004)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x3a
:flags #x1
:random-rangef 65536.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec :field #x3f :flags #x1 :random-multf 1.0)
(new 'static 'sp-field-init-spec :field #x43)
)
)
)
;; failed to figure out what this is:
(set!
(-> *part-id-table* 72)
(new 'static 'sparticle-launcher
:init-specs
(new 'static 'inline-array sp-field-init-spec 11
(new 'static 'sp-field-init-spec
:field #x1
:initial-valuef (the-as float #x201200)
)
(new 'static 'sp-field-init-spec
:field #x6
:flags #x1
:initial-valuef 12.0
:random-rangef 8.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xd
:flags #x1
:initial-valuef 4096.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x11
:flags #x3
:initial-valuef (the-as float #xfffffffc)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x12
:flags #x1
:initial-valuef 128.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec :field #x15 :flags #x1 :random-multf 1.0)
(new 'static 'sp-field-init-spec
:field #x2e
:initial-valuef (the-as float #x25c)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x2f
:initial-valuef (the-as float #x8)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x30
:flags #x1
:initial-valuef 8.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x31
:flags #x5
:sym 'part-tracker-track-target-joint
)
(new 'static 'sp-field-init-spec :field #x43)
)
)
)
;; failed to figure out what this is:
(set!
(-> *part-id-table* 71)
(new 'static 'sparticle-launcher
:init-specs
(new 'static 'inline-array sp-field-init-spec 19
(new 'static 'sp-field-init-spec
:field #x1
:initial-valuef (the-as float #x200f00)
)
(new 'static 'sp-field-init-spec
:field #x6
:flags #x1
:initial-valuef 1.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec :field #xa :flags #x1 :random-multf 1.0)
(new 'static 'sp-field-init-spec
:field #xb
:flags #x1
:initial-valuef -5461.3335
:random-rangef 10922.667
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xc
:flags #x1
:initial-valuef 2048.0
:random-rangef 2048.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xd
:flags #x1
:initial-valuef 409.6
:random-rangef 204.8
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x11
:flags #x3
:initial-valuef (the-as float #xfffffffc)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x12
:flags #x1
:initial-valuef 32.0
:random-rangef 92.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x13
:flags #x1
:initial-valuef 128.0
:random-rangef 128.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec :field #x14 :flags #x1 :random-multf 1.0)
(new 'static 'sp-field-init-spec
:field #x15
:flags #x1
:initial-valuef 32.0
:random-rangef 96.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x18
:flags #x1
:random-rangef 65536.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x19
:flags #x2
:initial-valuef -218.45334
:random-rangef (the-as float #x1)
:random-multf 436.90668
)
(new 'static 'sp-field-init-spec :field #x1a :flags #x1 :random-multf 1.0)
(new 'static 'sp-field-init-spec
:field #x1b
:flags #x1
:initial-valuef 13.653334
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x24
:flags #x1
:initial-valuef -0.30476192
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x2e
:initial-valuef (the-as float #x25c)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x2f
:initial-valuef (the-as float #x8c)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec :field #x43)
)
)
)
;; failed to figure out what this is:
(set!
(-> *part-group-id-table* 8)
(new 'static 'sparticle-launch-group
:length 3
:duration #x5
:linger-duration #x1c2
:name "group-land-poof-sand"
:launcher
(new 'static 'inline-array sparticle-group-item 3
(new 'static 'sparticle-group-item :launcher #x49)
(new 'static 'sparticle-group-item :launcher #x4a)
(new 'static 'sparticle-group-item :launcher #x4b)
)
:bounds (new 'static 'sphere :w 8192.0)
)
)
;; failed to figure out what this is:
(set!
(-> *part-id-table* 73)
(new 'static 'sparticle-launcher
:init-specs
(new 'static 'inline-array sp-field-init-spec 21
(new 'static 'sp-field-init-spec
:field #x1
:initial-valuef (the-as float #x200000)
)
(new 'static 'sp-field-init-spec
:field #x6
:flags #x1
:initial-valuef 16.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xd
:flags #x1
:initial-valuef 4096.0
:random-rangef 4096.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x10
:flags #x1
:random-rangef 65536.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x11
:flags #x3
:initial-valuef (the-as float #xfffffffc)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x12
:flags #x1
:initial-valuef 128.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x13
:flags #x1
:initial-valuef 96.0
:random-rangef 32.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x14
:flags #x1
:initial-valuef 64.0
:random-rangef 32.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x15
:flags #x1
:initial-valuef 16.0
:random-rangef 32.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1a
:flags #x1
:initial-valuef 81.92
:random-rangef 40.96
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1c
:flags #x1
:initial-valuef 13.653334
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1f
:flags #x1
:initial-valuef -36.40889
:random-rangef 72.81778
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x20
:flags #x3
:initial-valuef (the-as float #xfffffffc)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x24
:flags #x1
:initial-valuef -0.16
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x26
:flags #x1
:initial-valuef -1.3653333
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x2d
:flags #x1
:initial-valuef 0.95
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x2e
:initial-valuef (the-as float #x12c)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x2f
:initial-valuef (the-as float #x1004)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x3a
:flags #x1
:initial-valuef 10922.667
:random-rangef 5461.3335
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x3b
:flags #x1
:random-rangef 65536.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec :field #x43)
)
)
)
;; failed to figure out what this is:
(set!
(-> *part-id-table* 74)
(new 'static 'sparticle-launcher
:init-specs
(new 'static 'inline-array sp-field-init-spec 21
(new 'static 'sp-field-init-spec
:field #x1
:initial-valuef (the-as float #x200000)
)
(new 'static 'sp-field-init-spec
:field #x6
:flags #x1
:initial-valuef 12.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xd
:flags #x1
:initial-valuef 2048.0
:random-rangef 1024.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x10
:flags #x1
:random-rangef 65536.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x11
:flags #x3
:initial-valuef (the-as float #xfffffffc)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x12
:flags #x1
:initial-valuef 128.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x13
:flags #x1
:initial-valuef 96.0
:random-rangef 32.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x14
:flags #x1
:initial-valuef 64.0
:random-rangef 32.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x15
:flags #x1
:initial-valuef 16.0
:random-rangef 16.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1a
:flags #x1
:initial-valuef 218.45334
:random-rangef 81.92
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1c
:flags #x1
:initial-valuef 6.826667
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1f
:flags #x1
:initial-valuef -36.40889
:random-rangef 72.81778
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x20
:flags #x3
:initial-valuef (the-as float #xfffffffc)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x24
:flags #x1
:initial-valuef -0.21333334
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x26
:flags #x1
:initial-valuef -1.3653333
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x2d
:flags #x1
:initial-valuef 0.95
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x2e
:initial-valuef (the-as float #x96)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x2f
:initial-valuef (the-as float #x1004)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x3a
:flags #x1
:initial-valuef 10922.667
:random-rangef 5461.3335
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x3b
:flags #x1
:random-rangef 65536.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec :field #x43)
)
)
)
;; failed to figure out what this is:
(set!
(-> *part-id-table* 75)
(new 'static 'sparticle-launcher
:init-specs
(new 'static 'inline-array sp-field-init-spec 20
(new 'static 'sp-field-init-spec
:field #x1
:initial-valuef (the-as float #x200400)
)
(new 'static 'sp-field-init-spec
:field #x6
:flags #x1
:initial-valuef 32.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xa
:flags #x1
:initial-valuef -1638.4
:random-rangef 3276.8
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xb
:flags #x1
:initial-valuef -409.6
:random-rangef 1638.4
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xc
:flags #x1
:initial-valuef -1638.4
:random-rangef 3276.8
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xd
:flags #x1
:initial-valuef 286.72
:random-rangef 81.92
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x11
:flags #x3
:initial-valuef (the-as float #xfffffffc)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x12
:flags #x2
:initial-valuef 128.0
:random-rangef (the-as float #x2)
:random-multf 32.0
)
(new 'static 'sp-field-init-spec
:field #x13
:flags #x2
:initial-valuef 64.0
:random-rangef (the-as float #x1)
:random-multf 64.0
)
(new 'static 'sp-field-init-spec
:field #x14
:flags #x2
:initial-valuef 32.0
:random-rangef (the-as float #x1)
:random-multf 32.0
)
(new 'static 'sp-field-init-spec
:field #x15
:flags #x1
:initial-valuef 64.0
:random-rangef 64.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1a
:flags #x1
:initial-valuef 61.44
:random-rangef 27.306667
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x24
:flags #x1
:initial-valuef -0.42666668
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x26
:flags #x1
:initial-valuef -5.4613333
:random-rangef 2.7306666
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x2e
:initial-valuef (the-as float #x12c)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x2f
:initial-valuef (the-as float #x1004)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x3a
:flags #x1
:initial-valuef 5461.3335
:random-rangef 9102.223
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x3b
:flags #x1
:random-rangef 65536.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x3e
:flags #x1
:initial-valuef 2048.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec :field #x43)
)
)
)
;; failed to figure out what this is:
(set!
(-> *part-group-id-table* 575)
(new 'static 'sparticle-launch-group
:length 3
:duration #x5
:linger-duration #x1c2
:name "group-land-poof-dirt"
:launcher
(new 'static 'inline-array sparticle-group-item 3
(new 'static 'sparticle-group-item :launcher #x943)
(new 'static 'sparticle-group-item :launcher #x944)
(new 'static 'sparticle-group-item :launcher #x942)
)
:bounds (new 'static 'sphere :w 8192.0)
)
)
;; failed to figure out what this is:
(set!
(-> *part-id-table* 2371)
(new 'static 'sparticle-launcher
:init-specs
(new 'static 'inline-array sp-field-init-spec 21
(new 'static 'sp-field-init-spec
:field #x1
:initial-valuef (the-as float #x200000)
)
(new 'static 'sp-field-init-spec
:field #x6
:flags #x1
:initial-valuef 16.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xd
:flags #x1
:initial-valuef 4096.0
:random-rangef 4096.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x10
:flags #x1
:random-rangef 65536.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x11
:flags #x3
:initial-valuef (the-as float #xfffffffc)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x12
:flags #x1
:initial-valuef 128.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x13
:flags #x1
:initial-valuef 96.0
:random-rangef 32.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x14
:flags #x1
:initial-valuef 64.0
:random-rangef 32.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x15
:flags #x1
:initial-valuef 16.0
:random-rangef 32.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1a
:flags #x1
:initial-valuef 81.92
:random-rangef 40.96
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1c
:flags #x1
:initial-valuef 13.653334
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1f
:flags #x1
:initial-valuef -36.40889
:random-rangef 72.81778
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x20
:flags #x3
:initial-valuef (the-as float #xfffffffc)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x24
:flags #x1
:initial-valuef -0.16
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x26
:flags #x1
:initial-valuef -1.3653333
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x2d
:flags #x1
:initial-valuef 0.95
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x2e
:initial-valuef (the-as float #x12c)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x2f
:initial-valuef (the-as float #x1004)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x3a
:flags #x1
:initial-valuef 10922.667
:random-rangef 5461.3335
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x3b
:flags #x1
:random-rangef 65536.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec :field #x43)
)
)
)
;; failed to figure out what this is:
(set!
(-> *part-id-table* 2372)
(new 'static 'sparticle-launcher
:init-specs
(new 'static 'inline-array sp-field-init-spec 21
(new 'static 'sp-field-init-spec
:field #x1
:initial-valuef (the-as float #x200000)
)
(new 'static 'sp-field-init-spec
:field #x6
:flags #x1
:initial-valuef 12.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xd
:flags #x1
:initial-valuef 2048.0
:random-rangef 1024.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x10
:flags #x1
:random-rangef 65536.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x11
:flags #x3
:initial-valuef (the-as float #xfffffffc)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x12
:flags #x1
:initial-valuef 128.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x13
:flags #x1
:initial-valuef 96.0
:random-rangef 32.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x14
:flags #x1
:initial-valuef 64.0
:random-rangef 32.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x15
:flags #x1
:initial-valuef 16.0
:random-rangef 16.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1a
:flags #x1
:initial-valuef 218.45334
:random-rangef 81.92
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1c
:flags #x1
:initial-valuef 6.826667
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1f
:flags #x1
:initial-valuef -36.40889
:random-rangef 72.81778
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x20
:flags #x3
:initial-valuef (the-as float #xfffffffc)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x24
:flags #x1
:initial-valuef -0.21333334
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x26
:flags #x1
:initial-valuef -1.3653333
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x2d
:flags #x1
:initial-valuef 0.95
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x2e
:initial-valuef (the-as float #x96)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x2f
:initial-valuef (the-as float #x1004)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x3a
:flags #x1
:initial-valuef 10922.667
:random-rangef 5461.3335
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x3b
:flags #x1
:random-rangef 65536.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec :field #x43)
)
)
)
;; failed to figure out what this is:
(set!
(-> *part-id-table* 2370)
(new 'static 'sparticle-launcher
:init-specs
(new 'static 'inline-array sp-field-init-spec 20
(new 'static 'sp-field-init-spec
:field #x1
:initial-valuef (the-as float #x200400)
)
(new 'static 'sp-field-init-spec
:field #x6
:flags #x1
:initial-valuef 32.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xa
:flags #x1
:initial-valuef -1638.4
:random-rangef 3276.8
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xb
:flags #x1
:initial-valuef -409.6
:random-rangef 1638.4
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xc
:flags #x1
:initial-valuef -1638.4
:random-rangef 3276.8
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xd
:flags #x1
:initial-valuef 286.72
:random-rangef 81.92
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x11
:flags #x3
:initial-valuef (the-as float #xfffffffc)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x12
:flags #x2
:initial-valuef 128.0
:random-rangef (the-as float #x2)
:random-multf 32.0
)
(new 'static 'sp-field-init-spec
:field #x13
:flags #x2
:initial-valuef 64.0
:random-rangef (the-as float #x1)
:random-multf 64.0
)
(new 'static 'sp-field-init-spec
:field #x14
:flags #x2
:initial-valuef 32.0
:random-rangef (the-as float #x1)
:random-multf 32.0
)
(new 'static 'sp-field-init-spec
:field #x15
:flags #x1
:initial-valuef 64.0
:random-rangef 64.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1a
:flags #x1
:initial-valuef 61.44
:random-rangef 27.306667
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x24
:flags #x1
:initial-valuef -0.42666668
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x26
:flags #x1
:initial-valuef -5.4613333
:random-rangef 2.7306666
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x2e
:initial-valuef (the-as float #x12c)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x2f
:initial-valuef (the-as float #x1004)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x3a
:flags #x1
:initial-valuef 5461.3335
:random-rangef 9102.223
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x3b
:flags #x1
:random-rangef 65536.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x3e
:flags #x1
:initial-valuef 2048.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec :field #x43)
)
)
)
;; failed to figure out what this is:
(set!
(-> *part-group-id-table* 9)
(new 'static 'sparticle-launch-group
:length 3
:duration #x5
:linger-duration #x1c2
:name "group-land-poof-snow"
:launcher
(new 'static 'inline-array sparticle-group-item 3
(new 'static 'sparticle-group-item :launcher #x4c)
(new 'static 'sparticle-group-item :launcher #x4d)
(new 'static 'sparticle-group-item :launcher #x4e)
)
:bounds (new 'static 'sphere :w 8192.0)
)
)
;; failed to figure out what this is:
(set!
(-> *part-id-table* 76)
(new 'static 'sparticle-launcher
:init-specs
(new 'static 'inline-array sp-field-init-spec 21
(new 'static 'sp-field-init-spec
:field #x1
:initial-valuef (the-as float #x200000)
)
(new 'static 'sp-field-init-spec
:field #x6
:flags #x1
:initial-valuef 16.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xd
:flags #x1
:initial-valuef 4096.0
:random-rangef 4096.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x10
:flags #x1
:random-rangef 65536.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x11
:flags #x3
:initial-valuef (the-as float #xfffffffc)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x12
:flags #x1
:initial-valuef 196.0
:random-rangef 64.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x13
:flags #x1
:initial-valuef 196.0
:random-rangef 64.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x14
:flags #x1
:initial-valuef 196.0
:random-rangef 64.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x15
:flags #x1
:initial-valuef 16.0
:random-rangef 32.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1a
:flags #x1
:initial-valuef 81.92
:random-rangef 40.96
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1c
:flags #x1
:initial-valuef 13.653334
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1f
:flags #x1
:initial-valuef -36.40889
:random-rangef 72.81778
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x20
:flags #x3
:initial-valuef (the-as float #xfffffffc)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x24
:flags #x1
:initial-valuef -0.16
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x26
:flags #x1
:initial-valuef -1.3653333
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x2d
:flags #x1
:initial-valuef 0.95
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x2e
:initial-valuef (the-as float #x12c)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x2f
:initial-valuef (the-as float #x1004)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x3a
:flags #x1
:initial-valuef 10922.667
:random-rangef 5461.3335
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x3b
:flags #x1
:random-rangef 65536.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec :field #x43)
)
)
)
;; failed to figure out what this is:
(set!
(-> *part-id-table* 77)
(new 'static 'sparticle-launcher
:init-specs
(new 'static 'inline-array sp-field-init-spec 21
(new 'static 'sp-field-init-spec
:field #x1
:initial-valuef (the-as float #x200000)
)
(new 'static 'sp-field-init-spec
:field #x6
:flags #x1
:initial-valuef 12.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xd
:flags #x1
:initial-valuef 2048.0
:random-rangef 1024.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x10
:flags #x1
:random-rangef 65536.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x11
:flags #x3
:initial-valuef (the-as float #xfffffffc)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x12
:flags #x1
:initial-valuef 196.0
:random-rangef 64.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x13
:flags #x1
:initial-valuef 196.0
:random-rangef 64.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x14
:flags #x1
:initial-valuef 196.0
:random-rangef 64.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x15
:flags #x1
:initial-valuef 16.0
:random-rangef 16.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1a
:flags #x1
:initial-valuef 218.45334
:random-rangef 81.92
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1c
:flags #x1
:initial-valuef 6.826667
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1f
:flags #x1
:initial-valuef -36.40889
:random-rangef 72.81778
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x20
:flags #x3
:initial-valuef (the-as float #xfffffffc)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x24
:flags #x1
:initial-valuef -0.21333334
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x26
:flags #x1
:initial-valuef -1.3653333
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x2d
:flags #x1
:initial-valuef 0.95
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x2e
:initial-valuef (the-as float #x96)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x2f
:initial-valuef (the-as float #x1004)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x3a
:flags #x1
:initial-valuef 10922.667
:random-rangef 5461.3335
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x3b
:flags #x1
:random-rangef 65536.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec :field #x43)
)
)
)
;; failed to figure out what this is:
(set!
(-> *part-id-table* 78)
(new 'static 'sparticle-launcher
:init-specs
(new 'static 'inline-array sp-field-init-spec 20
(new 'static 'sp-field-init-spec
:field #x1
:initial-valuef (the-as float #x200400)
)
(new 'static 'sp-field-init-spec
:field #x6
:flags #x1
:initial-valuef 32.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xa
:flags #x1
:initial-valuef -1638.4
:random-rangef 3276.8
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xb
:flags #x1
:initial-valuef -409.6
:random-rangef 1638.4
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xc
:flags #x1
:initial-valuef -1638.4
:random-rangef 3276.8
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xd
:flags #x1
:initial-valuef 286.72
:random-rangef 81.92
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x11
:flags #x3
:initial-valuef (the-as float #xfffffffc)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x12
:flags #x2
:initial-valuef 196.0
:random-rangef (the-as float #x1)
:random-multf 64.0
)
(new 'static 'sp-field-init-spec
:field #x13
:flags #x2
:initial-valuef 196.0
:random-rangef (the-as float #x1)
:random-multf 64.0
)
(new 'static 'sp-field-init-spec
:field #x14
:flags #x2
:initial-valuef 196.0
:random-rangef (the-as float #x1)
:random-multf 64.0
)
(new 'static 'sp-field-init-spec
:field #x15
:flags #x1
:initial-valuef 64.0
:random-rangef 64.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1a
:flags #x1
:initial-valuef 61.44
:random-rangef 27.306667
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x24
:flags #x1
:initial-valuef -0.42666668
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x26
:flags #x1
:initial-valuef -5.4613333
:random-rangef 2.7306666
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x2e
:initial-valuef (the-as float #x12c)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x2f
:initial-valuef (the-as float #x1004)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x3a
:flags #x1
:initial-valuef 5461.3335
:random-rangef 9102.223
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x3b
:flags #x1
:random-rangef 65536.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x3e
:flags #x1
:initial-valuef 2048.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec :field #x43)
)
)
)
;; failed to figure out what this is:
(set!
(-> *part-group-id-table* 580)
(new 'static 'sparticle-launch-group
:length 3
:duration #x5
:linger-duration #x1c2
:name "group-land-poof-ice"
:launcher
(new 'static 'inline-array sparticle-group-item 3
(new 'static 'sparticle-group-item :launcher #x4c)
(new 'static 'sparticle-group-item :launcher #x4d)
(new 'static 'sparticle-group-item :launcher #x4e)
)
:bounds (new 'static 'sphere :w 8192.0)
)
)
;; failed to figure out what this is:
(set!
(-> *part-group-id-table* 10)
(new 'static 'sparticle-launch-group
:length 3
:duration #x5
:linger-duration #x1c2
:name "group-land-poof-grass"
:launcher
(new 'static 'inline-array sparticle-group-item 3
(new 'static 'sparticle-group-item :launcher #x4f)
(new 'static 'sparticle-group-item :launcher #x50)
(new 'static 'sparticle-group-item :launcher #x51)
)
:bounds (new 'static 'sphere :w 8192.0)
)
)
;; failed to figure out what this is:
(set!
(-> *part-id-table* 79)
(new 'static 'sparticle-launcher
:init-specs
(new 'static 'inline-array sp-field-init-spec 21
(new 'static 'sp-field-init-spec
:field #x1
:initial-valuef (the-as float #x200000)
)
(new 'static 'sp-field-init-spec
:field #x6
:flags #x1
:initial-valuef 16.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xd
:flags #x1
:initial-valuef 4096.0
:random-rangef 4096.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x10
:flags #x1
:random-rangef 65536.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x11
:flags #x3
:initial-valuef (the-as float #xfffffffc)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x12
:flags #x1
:initial-valuef 64.0
:random-rangef 32.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x13
:flags #x1
:initial-valuef 96.0
:random-rangef 32.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x14
:flags #x1
:random-rangef 32.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x15
:flags #x1
:initial-valuef 16.0
:random-rangef 32.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1a
:flags #x1
:initial-valuef 81.92
:random-rangef 40.96
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1c
:flags #x1
:initial-valuef 13.653334
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1f
:flags #x1
:initial-valuef -36.40889
:random-rangef 72.81778
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x20
:flags #x3
:initial-valuef (the-as float #xfffffffc)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x24
:flags #x1
:initial-valuef -0.16
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x26
:flags #x1
:initial-valuef -1.3653333
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x2d
:flags #x1
:initial-valuef 0.95
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x2e
:initial-valuef (the-as float #x12c)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x2f
:initial-valuef (the-as float #x1004)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x3a
:flags #x1
:initial-valuef 10922.667
:random-rangef 5461.3335
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x3b
:flags #x1
:random-rangef 65536.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec :field #x43)
)
)
)
;; failed to figure out what this is:
(set!
(-> *part-id-table* 80)
(new 'static 'sparticle-launcher
:init-specs
(new 'static 'inline-array sp-field-init-spec 21
(new 'static 'sp-field-init-spec
:field #x1
:initial-valuef (the-as float #x200000)
)
(new 'static 'sp-field-init-spec
:field #x6
:flags #x1
:initial-valuef 12.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xd
:flags #x1
:initial-valuef 2048.0
:random-rangef 1024.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x10
:flags #x1
:random-rangef 65536.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x11
:flags #x3
:initial-valuef (the-as float #xfffffffc)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x12
:flags #x1
:initial-valuef 64.0
:random-rangef 32.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x13
:flags #x1
:initial-valuef 96.0
:random-rangef 32.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x14
:flags #x1
:random-rangef 32.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x15
:flags #x1
:initial-valuef 16.0
:random-rangef 16.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1a
:flags #x1
:initial-valuef 218.45334
:random-rangef 81.92
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1c
:flags #x1
:initial-valuef 6.826667
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1f
:flags #x1
:initial-valuef -36.40889
:random-rangef 72.81778
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x20
:flags #x3
:initial-valuef (the-as float #xfffffffc)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x24
:flags #x1
:initial-valuef -0.21333334
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x26
:flags #x1
:initial-valuef -1.3653333
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x2d
:flags #x1
:initial-valuef 0.95
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x2e
:initial-valuef (the-as float #x96)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x2f
:initial-valuef (the-as float #x1004)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x3a
:flags #x1
:initial-valuef 10922.667
:random-rangef 5461.3335
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x3b
:flags #x1
:random-rangef 65536.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec :field #x43)
)
)
)
;; failed to figure out what this is:
(set!
(-> *part-id-table* 81)
(new 'static 'sparticle-launcher
:init-specs
(new 'static 'inline-array sp-field-init-spec 21
(new 'static 'sp-field-init-spec
:field #x1
:initial-valuef (the-as float #x201700)
)
(new 'static 'sp-field-init-spec
:field #x6
:flags #x1
:initial-valuef 32.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xa
:flags #x1
:initial-valuef -1638.4
:random-rangef 3276.8
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xb
:flags #x1
:initial-valuef -409.6
:random-rangef 1638.4
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xc
:flags #x1
:initial-valuef -1638.4
:random-rangef 3276.8
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xd
:flags #x1
:initial-valuef 614.4
:random-rangef 1433.6
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x10
:flags #x1
:random-rangef 65536.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x11
:flags #x1
:initial-valuef 614.4
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x12
:flags #x1
:random-rangef 2.0
:random-multf 64.0
)
(new 'static 'sp-field-init-spec
:field #x13
:flags #x2
:initial-valuef 64.0
:random-rangef (the-as float #x2)
:random-multf 64.0
)
(new 'static 'sp-field-init-spec
:field #x15
:flags #x1
:initial-valuef 64.0
:random-rangef 64.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1a
:flags #x1
:initial-valuef 61.44
:random-rangef 27.306667
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1f
:flags #x1
:initial-valuef -436.90668
:random-rangef 873.81335
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x24
:flags #x1
:initial-valuef -0.42666668
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x26
:flags #x1
:initial-valuef -5.4613333
:random-rangef 3.4133334
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x2e
:initial-valuef (the-as float #x12c)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x2f
:initial-valuef (the-as float #x1004)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x3a
:flags #x1
:initial-valuef 5461.3335
:random-rangef 9102.223
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x3b
:flags #x1
:random-rangef 65536.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x3e
:flags #x1
:initial-valuef 2048.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec :field #x43)
)
)
)
;; failed to figure out what this is:
(set!
(-> *part-group-id-table* 11)
(new 'static 'sparticle-launch-group
:length 2
:duration #x5
:linger-duration #x1c2
:name "group-land-poof-wood"
:launcher
(new 'static 'inline-array sparticle-group-item 2
(new 'static 'sparticle-group-item :launcher #x52)
(new 'static 'sparticle-group-item :launcher #x53)
)
:bounds (new 'static 'sphere :w 8192.0)
)
)
;; failed to figure out what this is:
(set!
(-> *part-id-table* 82)
(new 'static 'sparticle-launcher
:init-specs
(new 'static 'inline-array sp-field-init-spec 21
(new 'static 'sp-field-init-spec
:field #x1
:initial-valuef (the-as float #x200000)
)
(new 'static 'sp-field-init-spec
:field #x6
:flags #x1
:initial-valuef 16.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xd
:flags #x1
:initial-valuef 4096.0
:random-rangef 4096.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x10
:flags #x1
:random-rangef 65536.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x11
:flags #x3
:initial-valuef (the-as float #xfffffffc)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x12
:flags #x1
:initial-valuef 96.0
:random-rangef 32.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x13
:flags #x1
:initial-valuef 64.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x14
:flags #x1
:random-rangef 32.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x15
:flags #x1
:initial-valuef 16.0
:random-rangef 32.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1a
:flags #x1
:initial-valuef 81.92
:random-rangef 40.96
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1c
:flags #x1
:initial-valuef 13.653334
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1f
:flags #x1
:initial-valuef -36.40889
:random-rangef 72.81778
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x20
:flags #x3
:initial-valuef (the-as float #xfffffffc)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x24
:flags #x1
:initial-valuef -0.16
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x26
:flags #x1
:initial-valuef -1.3653333
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x2d
:flags #x1
:initial-valuef 0.95
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x2e
:initial-valuef (the-as float #x12c)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x2f
:initial-valuef (the-as float #x1004)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x3a
:flags #x1
:initial-valuef 10922.667
:random-rangef 5461.3335
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x3b
:flags #x1
:random-rangef 65536.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec :field #x43)
)
)
)
;; failed to figure out what this is:
(set!
(-> *part-id-table* 83)
(new 'static 'sparticle-launcher
:init-specs
(new 'static 'inline-array sp-field-init-spec 21
(new 'static 'sp-field-init-spec
:field #x1
:initial-valuef (the-as float #x200000)
)
(new 'static 'sp-field-init-spec
:field #x6
:flags #x1
:initial-valuef 12.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xd
:flags #x1
:initial-valuef 2048.0
:random-rangef 1024.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x10
:flags #x1
:random-rangef 65536.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x11
:flags #x3
:initial-valuef (the-as float #xfffffffc)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x12
:flags #x1
:initial-valuef 96.0
:random-rangef 32.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x13
:flags #x1
:initial-valuef 64.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x14
:flags #x1
:random-rangef 32.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x15
:flags #x1
:initial-valuef 16.0
:random-rangef 16.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1a
:flags #x1
:initial-valuef 218.45334
:random-rangef 81.92
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1c
:flags #x1
:initial-valuef 6.826667
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1f
:flags #x1
:initial-valuef -36.40889
:random-rangef 72.81778
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x20
:flags #x3
:initial-valuef (the-as float #xfffffffc)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x24
:flags #x1
:initial-valuef -0.21333334
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x26
:flags #x1
:initial-valuef -1.3653333
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x2d
:flags #x1
:initial-valuef 0.95
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x2e
:initial-valuef (the-as float #x96)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x2f
:initial-valuef (the-as float #x1004)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x3a
:flags #x1
:initial-valuef 10922.667
:random-rangef 5461.3335
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x3b
:flags #x1
:random-rangef 65536.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec :field #x43)
)
)
)
;; failed to figure out what this is:
(set!
(-> *part-group-id-table* 12)
(new 'static 'sparticle-launch-group
:length 4
:duration #x5
:linger-duration #x2ee
:name "group-land-poof-crwood"
:launcher
(new 'static 'inline-array sparticle-group-item 4
(new 'static 'sparticle-group-item :launcher #x52)
(new 'static 'sparticle-group-item :launcher #x53)
(new 'static 'sparticle-group-item :launcher #x54)
(new 'static 'sparticle-group-item :launcher #x54)
)
:bounds (new 'static 'sphere :w 8192.0)
)
)
;; failed to figure out what this is:
(set!
(-> *part-group-id-table* 13)
(new 'static 'sparticle-launch-group
:length 2
:duration #x5
:linger-duration #x1c2
:name "group-land-poof-stone"
:launcher
(new 'static 'inline-array sparticle-group-item 2
(new 'static 'sparticle-group-item :launcher #x55)
(new 'static 'sparticle-group-item :launcher #x56)
)
:bounds (new 'static 'sphere :w 8192.0)
)
)
;; failed to figure out what this is:
(set!
(-> *part-id-table* 85)
(new 'static 'sparticle-launcher
:init-specs
(new 'static 'inline-array sp-field-init-spec 21
(new 'static 'sp-field-init-spec
:field #x1
:initial-valuef (the-as float #x200000)
)
(new 'static 'sp-field-init-spec
:field #x6
:flags #x1
:initial-valuef 16.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xd
:flags #x1
:initial-valuef 4096.0
:random-rangef 4096.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x10
:flags #x1
:random-rangef 65536.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x11
:flags #x3
:initial-valuef (the-as float #xfffffffc)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x12
:flags #x1
:initial-valuef 96.0
:random-rangef 32.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x13
:flags #x1
:initial-valuef 96.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x14
:flags #x1
:initial-valuef 96.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x15
:flags #x1
:initial-valuef 16.0
:random-rangef 32.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1a
:flags #x1
:initial-valuef 81.92
:random-rangef 40.96
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1c
:flags #x1
:initial-valuef 13.653334
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1f
:flags #x1
:initial-valuef -36.40889
:random-rangef 72.81778
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x20
:flags #x3
:initial-valuef (the-as float #xfffffffc)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x24
:flags #x1
:initial-valuef -0.16
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x26
:flags #x1
:initial-valuef -1.3653333
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x2d
:flags #x1
:initial-valuef 0.95
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x2e
:initial-valuef (the-as float #x12c)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x2f
:initial-valuef (the-as float #x1004)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x3a
:flags #x1
:initial-valuef 10922.667
:random-rangef 5461.3335
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x3b
:flags #x1
:random-rangef 65536.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec :field #x43)
)
)
)
;; failed to figure out what this is:
(set!
(-> *part-id-table* 86)
(new 'static 'sparticle-launcher
:init-specs
(new 'static 'inline-array sp-field-init-spec 21
(new 'static 'sp-field-init-spec
:field #x1
:initial-valuef (the-as float #x200000)
)
(new 'static 'sp-field-init-spec
:field #x6
:flags #x1
:initial-valuef 12.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xd
:flags #x1
:initial-valuef 2048.0
:random-rangef 1024.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x10
:flags #x1
:random-rangef 65536.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x11
:flags #x3
:initial-valuef (the-as float #xfffffffc)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x12
:flags #x1
:initial-valuef 96.0
:random-rangef 32.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x13
:flags #x1
:initial-valuef 96.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x14
:flags #x1
:initial-valuef 96.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x15
:flags #x1
:initial-valuef 16.0
:random-rangef 16.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1a
:flags #x1
:initial-valuef 218.45334
:random-rangef 81.92
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1c
:flags #x1
:initial-valuef 6.826667
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1f
:flags #x1
:initial-valuef -36.40889
:random-rangef 72.81778
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x20
:flags #x3
:initial-valuef (the-as float #xfffffffc)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x24
:flags #x1
:initial-valuef -0.21333334
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x26
:flags #x1
:initial-valuef -1.3653333
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x2d
:flags #x1
:initial-valuef 0.95
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x2e
:initial-valuef (the-as float #x96)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x2f
:initial-valuef (the-as float #x1004)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x3a
:flags #x1
:initial-valuef 10922.667
:random-rangef 5461.3335
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x3b
:flags #x1
:random-rangef 65536.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec :field #x43)
)
)
)
;; failed to figure out what this is:
(set!
(-> *part-group-id-table* 581)
(new 'static 'sparticle-launch-group
:length 2
:duration #x5
:linger-duration #x1c2
:name "group-land-poof-pcmetal"
:launcher
(new 'static 'inline-array sparticle-group-item 2
(new 'static 'sparticle-group-item :launcher #x945)
(new 'static 'sparticle-group-item :launcher #x946)
)
:bounds (new 'static 'sphere :w 8192.0)
)
)
;; failed to figure out what this is:
(set!
(-> *part-id-table* 2373)
(new 'static 'sparticle-launcher
:init-specs
(new 'static 'inline-array sp-field-init-spec 19
(new 'static 'sp-field-init-spec
:field #x1
:initial-valuef (the-as float #x200000)
)
(new 'static 'sp-field-init-spec
:field #x6
:flags #x1
:initial-valuef 16.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xd
:flags #x1
:initial-valuef 4096.0
:random-rangef 4096.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x10
:flags #x1
:random-rangef 65536.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x11
:flags #x3
:initial-valuef (the-as float #xfffffffc)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x12
:flags #x1
:initial-valuef 128.0
:random-rangef 64.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x13
:flags #x1
:initial-valuef 70.0
:random-rangef 32.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x14
:flags #x1
:initial-valuef 40.0
:random-rangef 20.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x15
:flags #x1
:initial-valuef 24.0
:random-rangef 24.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1a
:flags #x1
:initial-valuef 81.92
:random-rangef 40.96
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1f
:flags #x1
:initial-valuef -36.40889
:random-rangef 72.81778
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x24
:flags #x1
:initial-valuef -0.16
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x26
:flags #x1
:initial-valuef -1.3653333
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x2d
:flags #x1
:initial-valuef 0.95
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x2e
:initial-valuef (the-as float #x12c)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x2f
:initial-valuef (the-as float #x1004)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x3a
:flags #x1
:initial-valuef 10922.667
:random-rangef 5461.3335
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x3b
:flags #x1
:random-rangef 65536.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec :field #x43)
)
)
)
;; failed to figure out what this is:
(set!
(-> *part-id-table* 2374)
(new 'static 'sparticle-launcher
:init-specs
(new 'static 'inline-array sp-field-init-spec 21
(new 'static 'sp-field-init-spec
:field #x1
:initial-valuef (the-as float #x200000)
)
(new 'static 'sp-field-init-spec
:field #x6
:flags #x1
:initial-valuef 12.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xd
:flags #x1
:initial-valuef 2048.0
:random-rangef 1024.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x10
:flags #x1
:random-rangef 65536.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x11
:flags #x3
:initial-valuef (the-as float #xfffffffc)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x12
:flags #x1
:initial-valuef 128.0
:random-rangef 64.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x13
:flags #x1
:initial-valuef 70.0
:random-rangef 32.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x14
:flags #x1
:initial-valuef 40.0
:random-rangef 20.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x15
:flags #x1
:initial-valuef 16.0
:random-rangef 16.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1a
:flags #x1
:initial-valuef 218.45334
:random-rangef 81.92
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1c
:flags #x1
:initial-valuef 6.826667
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1f
:flags #x1
:initial-valuef -36.40889
:random-rangef 72.81778
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x20
:flags #x3
:initial-valuef (the-as float #xfffffffc)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x24
:flags #x1
:initial-valuef -0.21333334
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x26
:flags #x1
:initial-valuef -1.3653333
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x2d
:flags #x1
:initial-valuef 0.95
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x2e
:initial-valuef (the-as float #x96)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x2f
:initial-valuef (the-as float #x1004)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x3a
:flags #x1
:initial-valuef 10922.667
:random-rangef 5461.3335
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x3b
:flags #x1
:random-rangef 65536.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec :field #x43)
)
)
)
;; failed to figure out what this is:
(set!
(-> *part-group-id-table* 14)
(new 'static 'sparticle-launch-group
:length 1
:duration #x5
:linger-duration #x258
:name "group-run-poof-stone"
:launcher
(new 'static 'inline-array sparticle-group-item 1
(new 'static 'sparticle-group-item :launcher #x57)
)
:bounds (new 'static 'sphere :w 8192.0)
)
)
;; failed to figure out what this is:
(set!
(-> *part-group-id-table* 15)
(new 'static 'sparticle-launch-group
:length 1
:duration #x5
:linger-duration #x258
:name "group-just-poof-stone"
:launcher
(new 'static 'inline-array sparticle-group-item 1
(new 'static 'sparticle-group-item :launcher #x57)
)
:bounds (new 'static 'sphere :w 8192.0)
)
)
;; failed to figure out what this is:
(set!
(-> *part-id-table* 87)
(new 'static 'sparticle-launcher
:init-specs
(new 'static 'inline-array sp-field-init-spec 16
(new 'static 'sp-field-init-spec
:field #x1
:initial-valuef (the-as float #x200000)
)
(new 'static 'sp-field-init-spec
:field #x6
:flags #x1
:initial-valuef 8.0
:random-rangef 16.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xd
:flags #x1
:initial-valuef 2048.0
:random-rangef 2048.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x11
:flags #x3
:initial-valuef (the-as float #xfffffffc)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x12
:flags #x1
:initial-valuef 96.0
:random-rangef 32.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x13
:flags #x1
:initial-valuef 96.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x14
:flags #x1
:initial-valuef 96.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x15
:flags #x1
:initial-valuef 16.0
:random-rangef 32.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1a
:flags #x1
:initial-valuef 81.92
:random-rangef 40.96
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x24
:flags #x1
:initial-valuef -0.45714286
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x2d
:flags #x1
:initial-valuef 0.965
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x2e
:initial-valuef (the-as float #x69)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x2f
:initial-valuef (the-as float #x5004)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x3a
:flags #x1
:initial-valuef 10922.667
:random-rangef 5461.3335
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x3b
:flags #x1
:random-rangef 65536.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec :field #x43)
)
)
)
;; failed to figure out what this is:
(set!
(-> *part-group-id-table* 582)
(new 'static 'sparticle-launch-group
:length 2
:duration #x5
:linger-duration #x258
:name "group-run-poof-snow"
:launcher
(new 'static 'inline-array sparticle-group-item 2
(new 'static 'sparticle-group-item :launcher #x947)
(new 'static 'sparticle-group-item :launcher #x948 :flags #x1)
)
:bounds (new 'static 'sphere :w 8192.0)
)
)
;; failed to figure out what this is:
(set!
(-> *part-group-id-table* 583)
(new 'static 'sparticle-launch-group
:length 1
:duration #x5
:linger-duration #x258
:name "group-just-poof-snow"
:launcher
(new 'static 'inline-array sparticle-group-item 1
(new 'static 'sparticle-group-item :launcher #x947)
)
:bounds (new 'static 'sphere :w 8192.0)
)
)
;; failed to figure out what this is:
(set!
(-> *part-group-id-table* 584)
(new 'static 'sparticle-launch-group
:length 1
:duration #x5
:linger-duration #x258
:name "group-just-footprint-snow"
:launcher
(new 'static 'inline-array sparticle-group-item 1
(new 'static 'sparticle-group-item :launcher #x948 :flags #x1)
)
:bounds (new 'static 'sphere :w 8192.0)
)
)
;; failed to figure out what this is:
(set!
(-> *part-id-table* 2376)
(new 'static 'sparticle-launcher
:init-specs
(new 'static 'inline-array sp-field-init-spec 14
(new 'static 'sp-field-init-spec
:field #x1
:initial-valuef (the-as float #x200e00)
)
(new 'static 'sp-field-init-spec
:field #x4
:flags #x5
:sym 'birth-func-target-orient
)
(new 'static 'sp-field-init-spec
:field #x6
:flags #x1
:initial-valuef 1.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xa
:flags #x1
:initial-valuef -1024.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xd
:flags #x1
:initial-valuef 2457.6
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x11
:flags #x3
:initial-valuef (the-as float #xfffffffc)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x12
:flags #x1
:initial-valuef 32.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x13
:flags #x1
:initial-valuef 32.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x14
:flags #x1
:initial-valuef 16.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x15
:flags #x1
:initial-valuef 64.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x24
:flags #x1
:initial-valuef -0.07111111
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x2e
:initial-valuef (the-as float #x41a)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x2f
:initial-valuef (the-as float #x5004)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec :field #x43)
)
)
)
;; failed to figure out what this is:
(set!
(-> *part-id-table* 2375)
(new 'static 'sparticle-launcher
:init-specs
(new 'static 'inline-array sp-field-init-spec 16
(new 'static 'sp-field-init-spec
:field #x1
:initial-valuef (the-as float #x200000)
)
(new 'static 'sp-field-init-spec
:field #x6
:flags #x1
:initial-valuef 8.0
:random-rangef 16.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xd
:flags #x1
:initial-valuef 2048.0
:random-rangef 2048.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x11
:flags #x3
:initial-valuef (the-as float #xfffffffc)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x12
:flags #x1
:initial-valuef 196.0
:random-rangef 64.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x13
:flags #x1
:initial-valuef 196.0
:random-rangef 64.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x14
:flags #x1
:initial-valuef 196.0
:random-rangef 64.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x15
:flags #x1
:initial-valuef 24.0
:random-rangef 24.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1a
:flags #x1
:initial-valuef 81.92
:random-rangef 40.96
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x24
:flags #x1
:initial-valuef -0.45714286
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x2d
:flags #x1
:initial-valuef 0.965
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x2e
:initial-valuef (the-as float #x69)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x2f
:initial-valuef (the-as float #x5004)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x3a
:flags #x1
:initial-valuef 10922.667
:random-rangef 5461.3335
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x3b
:flags #x1
:random-rangef 65536.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec :field #x43)
)
)
)
;; failed to figure out what this is:
(set!
(-> *part-group-id-table* 585)
(new 'static 'sparticle-launch-group
:length 1
:duration #x5
:linger-duration #x258
:name "group-run-poof-ice"
:launcher
(new 'static 'inline-array sparticle-group-item 1
(new 'static 'sparticle-group-item :launcher #x947)
)
:bounds (new 'static 'sphere :w 8192.0)
)
)
;; failed to figure out what this is:
(set!
(-> *part-group-id-table* 586)
(new 'static 'sparticle-launch-group
:length 1
:duration #x5
:linger-duration #x258
:name "group-just-poof-ice"
:launcher
(new 'static 'inline-array sparticle-group-item 1
(new 'static 'sparticle-group-item :launcher #x947)
)
:bounds (new 'static 'sphere :w 8192.0)
)
)
;; failed to figure out what this is:
(set!
(-> *part-group-id-table* 16)
(new 'static 'sparticle-launch-group
:length 3
:duration #x5
:linger-duration #x258
:name "group-run-poof-crwood"
:launcher
(new 'static 'inline-array sparticle-group-item 3
(new 'static 'sparticle-group-item :launcher #x59)
(new 'static 'sparticle-group-item :launcher #x59)
(new 'static 'sparticle-group-item :launcher #x54)
)
:bounds (new 'static 'sphere :w 8192.0)
)
)
;; failed to figure out what this is:
(set!
(-> *part-group-id-table* 17)
(new 'static 'sparticle-launch-group
:length 1
:duration #x5
:linger-duration #x258
:name "group-just-poof-crwood"
:launcher
(new 'static 'inline-array sparticle-group-item 1
(new 'static 'sparticle-group-item :launcher #x58)
)
:bounds (new 'static 'sphere :w 8192.0)
)
)
;; failed to figure out what this is:
(set!
(-> *part-id-table* 84)
(new 'static 'sparticle-launcher
:init-specs
(new 'static 'inline-array sp-field-init-spec 22
(new 'static 'sp-field-init-spec
:field #x1
:initial-valuef (the-as float #x200000)
)
(new 'static 'sp-field-init-spec
:field #x6
:flags #x1
:initial-valuef 8.0
:random-rangef 16.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xb
:flags #x1
:initial-valuef -4096.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xd
:flags #x1
:initial-valuef 4096.0
:random-rangef 2048.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x11
:flags #x3
:initial-valuef (the-as float #xfffffffc)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x12
:flags #x1
:initial-valuef 64.0
:random-rangef 32.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x13
:flags #x1
:initial-valuef 64.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x14
:flags #x1
:random-rangef 32.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec :field #x15 :flags #x1 :random-multf 1.0)
(new 'static 'sp-field-init-spec
:field #x1a
:flags #x1
:random-rangef -13.653334
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1c
:flags #x1
:initial-valuef 6.826667
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x20
:flags #x3
:initial-valuef (the-as float #xfffffffc)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x24
:flags #x1
:initial-valuef 0.16
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x26
:flags #x1
:initial-valuef -0.27306667
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x2e
:initial-valuef (the-as float #x384)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x2f
:initial-valuef (the-as float #x5004)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x32
:initial-valuef (the-as float #x4b)
:random-rangef (the-as float #x4a)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x33
:flags #x6
:initial-valuef (the-as float #x5a)
)
(new 'static 'sp-field-init-spec
:field #x3a
:flags #x1
:initial-valuef 16384.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x3b
:flags #x1
:random-rangef 65536.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x3e
:flags #x1
:random-rangef 12288.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec :field #x43)
)
)
)
;; failed to figure out what this is:
(set!
(-> *part-id-table* 90)
(new 'static 'sparticle-launcher
:init-specs
(new 'static 'inline-array sp-field-init-spec 4
(new 'static 'sp-field-init-spec :field #x24 :flags #x1 :random-multf 1.0)
(new 'static 'sp-field-init-spec
:field #x32
:initial-valuef (the-as float #x96)
:random-rangef (the-as float #x95)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x33
:flags #x6
:initial-valuef (the-as float #x5b)
)
(new 'static 'sp-field-init-spec :field #x43)
)
)
)
;; failed to figure out what this is:
(set!
(-> *part-id-table* 91)
(new 'static 'sparticle-launcher
:init-specs
(new 'static 'inline-array sp-field-init-spec 2
(new 'static 'sp-field-init-spec
:field #x24
:flags #x1
:initial-valuef -0.08
:random-multf 1.0
)
(new 'static 'sp-field-init-spec :field #x43)
)
)
)
;; failed to figure out what this is:
(set!
(-> *part-group-id-table* 18)
(new 'static 'sparticle-launch-group
:length 1
:duration #x5
:linger-duration #x258
:name "group-run-poof-wood"
:launcher
(new 'static 'inline-array sparticle-group-item 1
(new 'static 'sparticle-group-item :launcher #x59)
)
:bounds (new 'static 'sphere :w 8192.0)
)
)
;; failed to figure out what this is:
(set!
(-> *part-group-id-table* 19)
(new 'static 'sparticle-launch-group
:length 1
:duration #x5
:linger-duration #x258
:name "group-just-poof-wood"
:launcher
(new 'static 'inline-array sparticle-group-item 1
(new 'static 'sparticle-group-item :launcher #x59)
)
:bounds (new 'static 'sphere :w 8192.0)
)
)
;; failed to figure out what this is:
(set!
(-> *part-id-table* 89)
(new 'static 'sparticle-launcher
:init-specs
(new 'static 'inline-array sp-field-init-spec 16
(new 'static 'sp-field-init-spec
:field #x1
:initial-valuef (the-as float #x200000)
)
(new 'static 'sp-field-init-spec
:field #x6
:flags #x1
:initial-valuef 8.0
:random-rangef 16.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xd
:flags #x1
:initial-valuef 2048.0
:random-rangef 2048.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x11
:flags #x3
:initial-valuef (the-as float #xfffffffc)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x12
:flags #x1
:initial-valuef 96.0
:random-rangef 32.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x13
:flags #x1
:initial-valuef 64.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x14
:flags #x1
:random-rangef 32.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x15
:flags #x1
:initial-valuef 16.0
:random-rangef 32.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1a
:flags #x1
:initial-valuef 81.92
:random-rangef 40.96
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x24
:flags #x1
:initial-valuef -0.45714286
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x2d
:flags #x1
:initial-valuef 0.965
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x2e
:initial-valuef (the-as float #x69)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x2f
:initial-valuef (the-as float #x5004)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x3a
:flags #x1
:initial-valuef 10922.667
:random-rangef 5461.3335
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x3b
:flags #x1
:random-rangef 65536.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec :field #x43)
)
)
)
;; failed to figure out what this is:
(set!
(-> *part-group-id-table* 587)
(new 'static 'sparticle-launch-group
:length 1
:duration #x5
:linger-duration #x258
:name "group-run-poof-pcmetal"
:launcher
(new 'static 'inline-array sparticle-group-item 1
(new 'static 'sparticle-group-item :launcher #x949)
)
:bounds (new 'static 'sphere :w 8192.0)
)
)
;; failed to figure out what this is:
(set!
(-> *part-group-id-table* 588)
(new 'static 'sparticle-launch-group
:length 1
:duration #x5
:linger-duration #x258
:name "group-just-poof-pcmetal"
:launcher
(new 'static 'inline-array sparticle-group-item 1
(new 'static 'sparticle-group-item :launcher #x949)
)
:bounds (new 'static 'sphere :w 8192.0)
)
)
;; failed to figure out what this is:
(set!
(-> *part-id-table* 2377)
(new 'static 'sparticle-launcher
:init-specs
(new 'static 'inline-array sp-field-init-spec 16
(new 'static 'sp-field-init-spec
:field #x1
:initial-valuef (the-as float #x200000)
)
(new 'static 'sp-field-init-spec
:field #x6
:flags #x1
:initial-valuef 8.0
:random-rangef 16.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xd
:flags #x1
:initial-valuef 2048.0
:random-rangef 2048.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x11
:flags #x3
:initial-valuef (the-as float #xfffffffc)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x12
:flags #x1
:initial-valuef 128.0
:random-rangef 64.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x13
:flags #x1
:initial-valuef 70.0
:random-rangef 32.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x14
:flags #x1
:initial-valuef 40.0
:random-rangef 20.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x15
:flags #x1
:initial-valuef 16.0
:random-rangef 32.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1a
:flags #x1
:initial-valuef 81.92
:random-rangef 40.96
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x24
:flags #x1
:initial-valuef -0.45714286
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x2d
:flags #x1
:initial-valuef 0.965
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x2e
:initial-valuef (the-as float #x69)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x2f
:initial-valuef (the-as float #x5004)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x3a
:flags #x1
:initial-valuef 10922.667
:random-rangef 5461.3335
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x3b
:flags #x1
:random-rangef 65536.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec :field #x43)
)
)
)
;; failed to figure out what this is:
(set!
(-> *part-group-id-table* 20)
(new 'static 'sparticle-launch-group
:length 2
:duration #x5
:linger-duration #x258
:name "group-run-poof-grass"
:launcher
(new 'static 'inline-array sparticle-group-item 2
(new 'static 'sparticle-group-item :launcher #x5c)
(new 'static 'sparticle-group-item :launcher #x5d :flags #x1)
)
:bounds (new 'static 'sphere :w 8192.0)
)
)
;; failed to figure out what this is:
(set!
(-> *part-group-id-table* 21)
(new 'static 'sparticle-launch-group
:length 1
:duration #x5
:linger-duration #x258
:name "group-just-poof-grass"
:launcher
(new 'static 'inline-array sparticle-group-item 1
(new 'static 'sparticle-group-item :launcher #x5c)
)
:bounds (new 'static 'sphere :w 8192.0)
)
)
;; failed to figure out what this is:
(set!
(-> *part-group-id-table* 22)
(new 'static 'sparticle-launch-group
:length 1
:duration #x5
:linger-duration #x258
:name "group-just-footprint-grass"
:launcher
(new 'static 'inline-array sparticle-group-item 1
(new 'static 'sparticle-group-item :launcher #x5d :flags #x1)
)
:bounds (new 'static 'sphere :w 8192.0)
)
)
;; failed to figure out what this is:
(set!
(-> *part-id-table* 92)
(new 'static 'sparticle-launcher
:init-specs
(new 'static 'inline-array sp-field-init-spec 16
(new 'static 'sp-field-init-spec
:field #x1
:initial-valuef (the-as float #x200000)
)
(new 'static 'sp-field-init-spec
:field #x6
:flags #x1
:initial-valuef 8.0
:random-rangef 16.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xd
:flags #x1
:initial-valuef 2048.0
:random-rangef 2048.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x11
:flags #x3
:initial-valuef (the-as float #xfffffffc)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x12
:flags #x1
:initial-valuef 64.0
:random-rangef 32.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x13
:flags #x1
:initial-valuef 96.0
:random-rangef 32.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x14
:flags #x1
:random-rangef 32.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x15
:flags #x1
:initial-valuef 16.0
:random-rangef 32.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1a
:flags #x1
:initial-valuef 81.92
:random-rangef 40.96
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x24
:flags #x1
:initial-valuef -0.45714286
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x2d
:flags #x1
:initial-valuef 0.965
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x2e
:initial-valuef (the-as float #x69)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x2f
:initial-valuef (the-as float #x5004)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x3a
:flags #x1
:initial-valuef 10922.667
:random-rangef 5461.3335
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x3b
:flags #x1
:random-rangef 65536.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec :field #x43)
)
)
)
;; failed to figure out what this is:
(set!
(-> *part-id-table* 93)
(new 'static 'sparticle-launcher
:init-specs
(new 'static 'inline-array sp-field-init-spec 14
(new 'static 'sp-field-init-spec
:field #x1
:initial-valuef (the-as float #x200e00)
)
(new 'static 'sp-field-init-spec
:field #x4
:flags #x5
:sym 'birth-func-target-orient
)
(new 'static 'sp-field-init-spec
:field #x6
:flags #x1
:initial-valuef 1.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xa
:flags #x1
:initial-valuef -1024.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xd
:flags #x1
:initial-valuef 2457.6
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x11
:flags #x3
:initial-valuef (the-as float #xfffffffc)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x12
:flags #x1
:initial-valuef 32.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x13
:flags #x1
:initial-valuef 32.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x14
:flags #x1
:initial-valuef 16.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x15
:flags #x1
:initial-valuef 48.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x24
:flags #x1
:initial-valuef -0.053333335
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x2e
:initial-valuef (the-as float #x41a)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x2f
:initial-valuef (the-as float #x5004)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec :field #x43)
)
)
)
;; failed to figure out what this is:
(set!
(-> *part-group-id-table* 23)
(new 'static 'sparticle-launch-group
:length 2
:duration #x5
:linger-duration #x258
:name "group-run-poof-sand"
:launcher
(new 'static 'inline-array sparticle-group-item 2
(new 'static 'sparticle-group-item :launcher #x58)
(new 'static 'sparticle-group-item :launcher #x5e :flags #x1)
)
:bounds (new 'static 'sphere :w 8192.0)
)
)
;; failed to figure out what this is:
(set!
(-> *part-group-id-table* 24)
(new 'static 'sparticle-launch-group
:length 1
:duration #x5
:linger-duration #x258
:name "group-just-poof-sand"
:launcher
(new 'static 'inline-array sparticle-group-item 1
(new 'static 'sparticle-group-item :launcher #x58)
)
:bounds (new 'static 'sphere :w 8192.0)
)
)
;; failed to figure out what this is:
(set!
(-> *part-group-id-table* 25)
(new 'static 'sparticle-launch-group
:length 1
:duration #x5
:linger-duration #x258
:name "group-just-footprint-sand"
:launcher
(new 'static 'inline-array sparticle-group-item 1
(new 'static 'sparticle-group-item :launcher #x5e :flags #x1)
)
:bounds (new 'static 'sphere :w 8192.0)
)
)
;; failed to figure out what this is:
(set!
(-> *part-id-table* 88)
(new 'static 'sparticle-launcher
:init-specs
(new 'static 'inline-array sp-field-init-spec 16
(new 'static 'sp-field-init-spec
:field #x1
:initial-valuef (the-as float #x200000)
)
(new 'static 'sp-field-init-spec
:field #x6
:flags #x1
:initial-valuef 8.0
:random-rangef 16.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xd
:flags #x1
:initial-valuef 2048.0
:random-rangef 2048.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x11
:flags #x3
:initial-valuef (the-as float #xfffffffc)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x12
:flags #x1
:initial-valuef 128.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x13
:flags #x1
:initial-valuef 96.0
:random-rangef 32.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x14
:flags #x1
:initial-valuef 64.0
:random-rangef 32.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x15
:flags #x1
:initial-valuef 16.0
:random-rangef 32.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1a
:flags #x1
:initial-valuef 81.92
:random-rangef 40.96
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x24
:flags #x1
:initial-valuef -0.45714286
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x2d
:flags #x1
:initial-valuef 0.965
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x2e
:initial-valuef (the-as float #x69)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x2f
:initial-valuef (the-as float #x5004)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x3a
:flags #x1
:initial-valuef 10922.667
:random-rangef 5461.3335
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x3b
:flags #x1
:random-rangef 65536.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec :field #x43)
)
)
)
;; failed to figure out what this is:
(set!
(-> *part-id-table* 94)
(new 'static 'sparticle-launcher
:init-specs
(new 'static 'inline-array sp-field-init-spec 14
(new 'static 'sp-field-init-spec
:field #x1
:initial-valuef (the-as float #x200e00)
)
(new 'static 'sp-field-init-spec
:field #x4
:flags #x5
:sym 'birth-func-target-orient
)
(new 'static 'sp-field-init-spec
:field #x6
:flags #x1
:initial-valuef 1.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xa
:flags #x1
:initial-valuef -1024.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xd
:flags #x1
:initial-valuef 2457.6
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x11
:flags #x3
:initial-valuef (the-as float #xfffffffc)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x12
:flags #x1
:initial-valuef 32.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x13
:flags #x1
:initial-valuef 32.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x14
:flags #x1
:initial-valuef 16.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x15
:flags #x1
:initial-valuef 32.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x24
:flags #x1
:initial-valuef -0.035555556
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x2e
:initial-valuef (the-as float #x41a)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x2f
:initial-valuef (the-as float #x5004)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec :field #x43)
)
)
)
;; failed to figure out what this is:
(set!
(-> *part-group-id-table* 576)
(new 'static 'sparticle-launch-group
:length 1
:duration #x5
:linger-duration #x258
:name "group-run-poof-dirt"
:launcher
(new 'static 'inline-array sparticle-group-item 1
(new 'static 'sparticle-group-item :launcher #x94a)
)
:bounds (new 'static 'sphere :w 8192.0)
)
)
;; failed to figure out what this is:
(set!
(-> *part-group-id-table* 577)
(new 'static 'sparticle-launch-group
:length 1
:duration #x5
:linger-duration #x258
:name "group-just-poof-dirt"
:launcher
(new 'static 'inline-array sparticle-group-item 1
(new 'static 'sparticle-group-item :launcher #x94a)
)
:bounds (new 'static 'sphere :w 8192.0)
)
)
;; failed to figure out what this is:
(set!
(-> *part-group-id-table* 578)
(new 'static 'sparticle-launch-group
:length 1
:duration #x5
:linger-duration #x258
:name "group-just-footprint-dirt"
:launcher
(new 'static 'inline-array sparticle-group-item 1
(new 'static 'sparticle-group-item :launcher #x94b :flags #x1)
)
:bounds (new 'static 'sphere :w 8192.0)
)
)
;; failed to figure out what this is:
(set!
(-> *part-id-table* 2378)
(new 'static 'sparticle-launcher
:init-specs
(new 'static 'inline-array sp-field-init-spec 16
(new 'static 'sp-field-init-spec
:field #x1
:initial-valuef (the-as float #x200000)
)
(new 'static 'sp-field-init-spec
:field #x6
:flags #x1
:initial-valuef 8.0
:random-rangef 16.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xd
:flags #x1
:initial-valuef 2048.0
:random-rangef 2048.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x11
:flags #x3
:initial-valuef (the-as float #xfffffffc)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x12
:flags #x1
:initial-valuef 128.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x13
:flags #x1
:initial-valuef 96.0
:random-rangef 32.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x14
:flags #x1
:initial-valuef 64.0
:random-rangef 32.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x15
:flags #x1
:initial-valuef 16.0
:random-rangef 32.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1a
:flags #x1
:initial-valuef 81.92
:random-rangef 40.96
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x24
:flags #x1
:initial-valuef -0.45714286
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x2d
:flags #x1
:initial-valuef 0.965
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x2e
:initial-valuef (the-as float #x69)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x2f
:initial-valuef (the-as float #x5004)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x3a
:flags #x1
:initial-valuef 10922.667
:random-rangef 5461.3335
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x3b
:flags #x1
:random-rangef 65536.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec :field #x43)
)
)
)
;; failed to figure out what this is:
(set!
(-> *part-id-table* 2379)
(new 'static 'sparticle-launcher
:init-specs
(new 'static 'inline-array sp-field-init-spec 14
(new 'static 'sp-field-init-spec
:field #x1
:initial-valuef (the-as float #x200e00)
)
(new 'static 'sp-field-init-spec
:field #x4
:flags #x5
:sym 'birth-func-target-orient
)
(new 'static 'sp-field-init-spec
:field #x6
:flags #x1
:initial-valuef 1.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xa
:flags #x1
:initial-valuef -1024.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xd
:flags #x1
:initial-valuef 2457.6
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x11
:flags #x3
:initial-valuef (the-as float #xfffffffc)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x12
:flags #x1
:initial-valuef 32.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x13
:flags #x1
:initial-valuef 32.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x14
:flags #x1
:initial-valuef 16.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x15
:flags #x1
:initial-valuef 32.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x24
:flags #x1
:initial-valuef -0.035555556
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x2e
:initial-valuef (the-as float #x41a)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x2f
:initial-valuef (the-as float #x5004)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec :field #x43)
)
)
)
;; failed to figure out what this is:
(set!
(-> *part-id-table* 95)
(new 'static 'sparticle-launcher
:init-specs
(new 'static 'inline-array sp-field-init-spec 19
(new 'static 'sp-field-init-spec
:field #x1
:initial-valuef (the-as float #x200400)
)
(new 'static 'sp-field-init-spec
:field #x6
:flags #x1
:random-rangef 6.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xa
:flags #x1
:initial-valuef -1638.4
:random-rangef 3276.8
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xb
:flags #x1
:initial-valuef -409.6
:random-rangef 1638.4
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xc
:flags #x1
:initial-valuef -1638.4
:random-rangef 3276.8
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xd
:flags #x1
:initial-valuef 286.72
:random-rangef 81.92
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x11
:flags #x3
:initial-valuef (the-as float #xfffffffc)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x12
:flags #x2
:initial-valuef 128.0
:random-rangef (the-as float #x2)
:random-multf 32.0
)
(new 'static 'sp-field-init-spec
:field #x13
:flags #x2
:initial-valuef 64.0
:random-rangef (the-as float #x1)
:random-multf 64.0
)
(new 'static 'sp-field-init-spec
:field #x14
:flags #x2
:initial-valuef 32.0
:random-rangef (the-as float #x1)
:random-multf 32.0
)
(new 'static 'sp-field-init-spec
:field #x15
:flags #x1
:initial-valuef 64.0
:random-rangef 64.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x19
:flags #x1
:initial-valuef -3.4133334
:random-rangef 6.826667
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1a
:flags #x1
:initial-valuef 20.48
:random-rangef 27.306667
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1b
:flags #x1
:initial-valuef -3.4133334
:random-rangef 6.826667
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x24
:flags #x1
:initial-valuef -0.42666668
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x26
:flags #x1
:initial-valuef -2.7306666
:random-rangef 1.3653333
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x2e
:initial-valuef (the-as float #x12c)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x2f
:initial-valuef (the-as float #x5004)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec :field #x43)
)
)
)
;; failed to figure out what this is:
(set!
(-> *part-id-table* 2253)
(new 'static 'sparticle-launcher
:init-specs
(new 'static 'inline-array sp-field-init-spec 19
(new 'static 'sp-field-init-spec
:field #x1
:initial-valuef (the-as float #x200400)
)
(new 'static 'sp-field-init-spec
:field #x6
:flags #x1
:random-rangef 6.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xa
:flags #x1
:initial-valuef -1638.4
:random-rangef 3276.8
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xb
:flags #x1
:initial-valuef -409.6
:random-rangef 1638.4
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xc
:flags #x1
:initial-valuef -1638.4
:random-rangef 3276.8
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xd
:flags #x1
:initial-valuef 286.72
:random-rangef 81.92
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x11
:flags #x3
:initial-valuef (the-as float #xfffffffc)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x12
:flags #x2
:initial-valuef 128.0
:random-rangef (the-as float #x2)
:random-multf 32.0
)
(new 'static 'sp-field-init-spec
:field #x13
:flags #x2
:initial-valuef 64.0
:random-rangef (the-as float #x1)
:random-multf 64.0
)
(new 'static 'sp-field-init-spec
:field #x14
:flags #x2
:initial-valuef 32.0
:random-rangef (the-as float #x1)
:random-multf 32.0
)
(new 'static 'sp-field-init-spec
:field #x15
:flags #x1
:initial-valuef 64.0
:random-rangef 64.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x19
:flags #x1
:initial-valuef -3.4133334
:random-rangef 6.826667
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1a
:flags #x1
:initial-valuef 20.48
:random-rangef 27.306667
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1b
:flags #x1
:initial-valuef -3.4133334
:random-rangef 6.826667
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x24
:flags #x1
:initial-valuef -0.42666668
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x26
:flags #x1
:initial-valuef -2.7306666
:random-rangef 1.3653333
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x2e
:initial-valuef (the-as float #x12c)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x2f
:initial-valuef (the-as float #x5004)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec :field #x43)
)
)
)
;; failed to figure out what this is:
(set!
(-> *part-id-table* 96)
(new 'static 'sparticle-launcher
:init-specs
(new 'static 'inline-array sp-field-init-spec 20
(new 'static 'sp-field-init-spec
:field #x1
:initial-valuef (the-as float #x201700)
)
(new 'static 'sp-field-init-spec
:field #x6
:flags #x1
:random-rangef 2.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xa
:flags #x1
:initial-valuef -1638.4
:random-rangef 3276.8
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xb
:flags #x1
:initial-valuef -409.6
:random-rangef 1638.4
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xc
:flags #x1
:initial-valuef -1638.4
:random-rangef 3276.8
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xd
:flags #x1
:initial-valuef 819.2
:random-rangef 819.2
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x10
:flags #x1
:random-rangef 65536.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x11
:flags #x1
:initial-valuef 409.6
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x12
:flags #x1
:random-rangef 2.0
:random-multf 64.0
)
(new 'static 'sp-field-init-spec
:field #x13
:flags #x2
:initial-valuef 64.0
:random-rangef (the-as float #x2)
:random-multf 64.0
)
(new 'static 'sp-field-init-spec
:field #x15
:flags #x1
:initial-valuef 96.0
:random-rangef 32.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x19
:flags #x1
:initial-valuef -3.4133334
:random-rangef 6.826667
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1a
:flags #x1
:initial-valuef 20.48
:random-rangef 27.306667
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1b
:flags #x1
:initial-valuef -3.4133334
:random-rangef 6.826667
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1f
:flags #x1
:initial-valuef -436.90668
:random-rangef 873.81335
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x24
:flags #x1
:initial-valuef -0.42666668
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x26
:flags #x1
:initial-valuef -2.7306666
:random-rangef 1.3653333
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x2e
:initial-valuef (the-as float #x12c)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x2f
:initial-valuef (the-as float #x5004)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec :field #x43)
)
)
)
;; failed to figure out what this is:
(set!
(-> *part-id-table* 2250)
(new 'static 'sparticle-launcher
:init-specs
(new 'static 'inline-array sp-field-init-spec 19
(new 'static 'sp-field-init-spec
:field #x1
:initial-valuef (the-as float #x200400)
)
(new 'static 'sp-field-init-spec
:field #x6
:flags #x1
:random-rangef 6.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xa
:flags #x1
:initial-valuef -1638.4
:random-rangef 3276.8
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xb
:flags #x1
:initial-valuef -409.6
:random-rangef 1638.4
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xc
:flags #x1
:initial-valuef -1638.4
:random-rangef 3276.8
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xd
:flags #x1
:initial-valuef 286.72
:random-rangef 81.92
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x11
:flags #x3
:initial-valuef (the-as float #xfffffffc)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x12
:flags #x2
:initial-valuef 196.0
:random-rangef (the-as float #x1)
:random-multf 64.0
)
(new 'static 'sp-field-init-spec
:field #x13
:flags #x2
:initial-valuef 196.0
:random-rangef (the-as float #x1)
:random-multf 64.0
)
(new 'static 'sp-field-init-spec
:field #x14
:flags #x2
:initial-valuef 196.0
:random-rangef (the-as float #x1)
:random-multf 64.0
)
(new 'static 'sp-field-init-spec
:field #x15
:flags #x1
:initial-valuef 64.0
:random-rangef 64.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x19
:flags #x1
:initial-valuef -3.4133334
:random-rangef 6.826667
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1a
:flags #x1
:initial-valuef 20.48
:random-rangef 27.306667
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1b
:flags #x1
:initial-valuef -3.4133334
:random-rangef 6.826667
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x24
:flags #x1
:initial-valuef -0.42666668
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x26
:flags #x1
:initial-valuef -2.7306666
:random-rangef 1.3653333
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x2e
:initial-valuef (the-as float #x12c)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x2f
:initial-valuef (the-as float #x5004)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec :field #x43)
)
)
)
;; failed to figure out what this is:
(set!
(-> *part-id-table* 97)
(new 'static 'sparticle-launcher
:init-specs
(new 'static 'inline-array sp-field-init-spec 1
(new 'static 'sp-field-init-spec :field #x43)
)
)
)
;; failed to figure out what this is:
(set!
(-> *part-id-table* 98)
(new 'static 'sparticle-launcher
:init-specs
(new 'static 'inline-array sp-field-init-spec 1
(new 'static 'sp-field-init-spec :field #x43)
)
)
)
;; failed to figure out what this is:
(set!
(-> *part-id-table* 99)
(new 'static 'sparticle-launcher
:init-specs
(new 'static 'inline-array sp-field-init-spec 1
(new 'static 'sp-field-init-spec :field #x43)
)
)
)
;; failed to figure out what this is:
(set!
(-> *part-group-id-table* 26)
(new 'static 'sparticle-launch-group
:length 2
:duration #x5
:linger-duration #x1c2
:name "group-slide-poof-sand"
:launcher
(new 'static 'inline-array sparticle-group-item 2
(new 'static 'sparticle-group-item :launcher #x64)
(new 'static 'sparticle-group-item :launcher #x65)
)
:bounds (new 'static 'sphere :w 8192.0)
)
)
;; failed to figure out what this is:
(set!
(-> *part-id-table* 100)
(new 'static 'sparticle-launcher
:init-specs
(new 'static 'inline-array sp-field-init-spec 21
(new 'static 'sp-field-init-spec
:field #x1
:initial-valuef (the-as float #x200000)
)
(new 'static 'sp-field-init-spec
:field #x6
:flags #x1
:initial-valuef 6.0
:random-rangef 6.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xd
:flags #x1
:initial-valuef 2457.6
:random-rangef 2457.6
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x10
:flags #x1
:random-rangef 65536.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x11
:flags #x3
:initial-valuef (the-as float #xfffffffc)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x12
:flags #x1
:initial-valuef 128.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x13
:flags #x1
:initial-valuef 96.0
:random-rangef 32.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x14
:flags #x1
:initial-valuef 64.0
:random-rangef 32.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x15
:flags #x1
:initial-valuef 16.0
:random-rangef 16.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1a
:flags #x1
:initial-valuef 81.92
:random-rangef 40.96
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1c
:flags #x1
:initial-valuef 13.653334
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1f
:flags #x1
:initial-valuef -36.40889
:random-rangef 72.81778
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x20
:flags #x3
:initial-valuef (the-as float #xfffffffc)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x24
:flags #x1
:initial-valuef -0.17777778
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x26
:flags #x1
:initial-valuef -0.27306667
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x2d
:flags #x1
:initial-valuef 0.94
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x2e
:initial-valuef (the-as float #xb4)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x2f
:initial-valuef (the-as float #x5004)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x3a
:flags #x1
:initial-valuef 10922.667
:random-rangef 5461.3335
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x3b
:flags #x1
:random-rangef 65536.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec :field #x43)
)
)
)
;; failed to figure out what this is:
(set!
(-> *part-id-table* 101)
(new 'static 'sparticle-launcher
:init-specs
(new 'static 'inline-array sp-field-init-spec 20
(new 'static 'sp-field-init-spec
:field #x1
:initial-valuef (the-as float #x200400)
)
(new 'static 'sp-field-init-spec
:field #x6
:flags #x1
:random-rangef 8.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xa
:flags #x1
:initial-valuef -1638.4
:random-rangef 3276.8
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xb
:flags #x1
:initial-valuef -409.6
:random-rangef 1638.4
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xc
:flags #x1
:initial-valuef -1638.4
:random-rangef 3276.8
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xd
:flags #x1
:initial-valuef 286.72
:random-rangef 81.92
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x11
:flags #x3
:initial-valuef (the-as float #xfffffffc)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x12
:flags #x2
:initial-valuef 128.0
:random-rangef (the-as float #x2)
:random-multf 32.0
)
(new 'static 'sp-field-init-spec
:field #x13
:flags #x2
:initial-valuef 64.0
:random-rangef (the-as float #x1)
:random-multf 64.0
)
(new 'static 'sp-field-init-spec
:field #x14
:flags #x2
:initial-valuef 32.0
:random-rangef (the-as float #x1)
:random-multf 32.0
)
(new 'static 'sp-field-init-spec
:field #x15
:flags #x1
:initial-valuef 64.0
:random-rangef 64.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1a
:flags #x1
:initial-valuef 34.133335
:random-rangef 13.653334
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x24
:flags #x1
:initial-valuef -0.42666668
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x26
:flags #x1
:initial-valuef -4.096
:random-rangef 2.048
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x2e
:initial-valuef (the-as float #x12c)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x2f
:initial-valuef (the-as float #x5004)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x3a
:flags #x1
:initial-valuef 5461.3335
:random-rangef 9102.223
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x3b
:flags #x1
:random-rangef 65536.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x3e
:flags #x1
:initial-valuef 2048.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec :field #x43)
)
)
)
;; failed to figure out what this is:
(set!
(-> *part-group-id-table* 579)
(new 'static 'sparticle-launch-group
:length 2
:duration #x5
:linger-duration #x1c2
:name "group-slide-poof-dirt"
:launcher
(new 'static 'inline-array sparticle-group-item 2
(new 'static 'sparticle-group-item :launcher #x94c)
(new 'static 'sparticle-group-item :launcher #x94d)
)
:bounds (new 'static 'sphere :w 8192.0)
)
)
;; failed to figure out what this is:
(set!
(-> *part-id-table* 2380)
(new 'static 'sparticle-launcher
:init-specs
(new 'static 'inline-array sp-field-init-spec 21
(new 'static 'sp-field-init-spec
:field #x1
:initial-valuef (the-as float #x200000)
)
(new 'static 'sp-field-init-spec
:field #x6
:flags #x1
:initial-valuef 6.0
:random-rangef 6.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xd
:flags #x1
:initial-valuef 2457.6
:random-rangef 2457.6
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x10
:flags #x1
:random-rangef 65536.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x11
:flags #x3
:initial-valuef (the-as float #xfffffffc)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x12
:flags #x1
:initial-valuef 128.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x13
:flags #x1
:initial-valuef 96.0
:random-rangef 32.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x14
:flags #x1
:initial-valuef 64.0
:random-rangef 32.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x15
:flags #x1
:initial-valuef 16.0
:random-rangef 16.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1a
:flags #x1
:initial-valuef 81.92
:random-rangef 40.96
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1c
:flags #x1
:initial-valuef 13.653334
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1f
:flags #x1
:initial-valuef -36.40889
:random-rangef 72.81778
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x20
:flags #x3
:initial-valuef (the-as float #xfffffffc)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x24
:flags #x1
:initial-valuef -0.17777778
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x26
:flags #x1
:initial-valuef -0.27306667
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x2d
:flags #x1
:initial-valuef 0.94
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x2e
:initial-valuef (the-as float #xb4)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x2f
:initial-valuef (the-as float #x5004)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x3a
:flags #x1
:initial-valuef 10922.667
:random-rangef 5461.3335
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x3b
:flags #x1
:random-rangef 65536.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec :field #x43)
)
)
)
;; failed to figure out what this is:
(set!
(-> *part-id-table* 2381)
(new 'static 'sparticle-launcher
:init-specs
(new 'static 'inline-array sp-field-init-spec 20
(new 'static 'sp-field-init-spec
:field #x1
:initial-valuef (the-as float #x200400)
)
(new 'static 'sp-field-init-spec
:field #x6
:flags #x1
:random-rangef 8.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xa
:flags #x1
:initial-valuef -1638.4
:random-rangef 3276.8
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xb
:flags #x1
:initial-valuef -409.6
:random-rangef 1638.4
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xc
:flags #x1
:initial-valuef -1638.4
:random-rangef 3276.8
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xd
:flags #x1
:initial-valuef 286.72
:random-rangef 81.92
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x11
:flags #x3
:initial-valuef (the-as float #xfffffffc)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x12
:flags #x2
:initial-valuef 128.0
:random-rangef (the-as float #x2)
:random-multf 32.0
)
(new 'static 'sp-field-init-spec
:field #x13
:flags #x2
:initial-valuef 64.0
:random-rangef (the-as float #x1)
:random-multf 64.0
)
(new 'static 'sp-field-init-spec
:field #x14
:flags #x2
:initial-valuef 32.0
:random-rangef (the-as float #x1)
:random-multf 32.0
)
(new 'static 'sp-field-init-spec
:field #x15
:flags #x1
:initial-valuef 64.0
:random-rangef 64.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1a
:flags #x1
:initial-valuef 34.133335
:random-rangef 13.653334
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x24
:flags #x1
:initial-valuef -0.42666668
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x26
:flags #x1
:initial-valuef -4.096
:random-rangef 2.048
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x2e
:initial-valuef (the-as float #x12c)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x2f
:initial-valuef (the-as float #x5004)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x3a
:flags #x1
:initial-valuef 5461.3335
:random-rangef 9102.223
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x3b
:flags #x1
:random-rangef 65536.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x3e
:flags #x1
:initial-valuef 2048.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec :field #x43)
)
)
)
;; failed to figure out what this is:
(set!
(-> *part-group-id-table* 27)
(new 'static 'sparticle-launch-group
:length 2
:duration #x5
:linger-duration #x1c2
:name "group-slide-poof-grass"
:launcher
(new 'static 'inline-array sparticle-group-item 2
(new 'static 'sparticle-group-item :launcher #x66)
(new 'static 'sparticle-group-item :launcher #x67)
)
:bounds (new 'static 'sphere :w 8192.0)
)
)
;; failed to figure out what this is:
(set!
(-> *part-id-table* 102)
(new 'static 'sparticle-launcher
:init-specs
(new 'static 'inline-array sp-field-init-spec 21
(new 'static 'sp-field-init-spec
:field #x1
:initial-valuef (the-as float #x200000)
)
(new 'static 'sp-field-init-spec
:field #x6
:flags #x1
:initial-valuef 6.0
:random-rangef 6.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xd
:flags #x1
:initial-valuef 2457.6
:random-rangef 2457.6
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x10
:flags #x1
:random-rangef 65536.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x11
:flags #x3
:initial-valuef (the-as float #xfffffffc)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x12
:flags #x1
:initial-valuef 64.0
:random-rangef 32.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x13
:flags #x1
:initial-valuef 96.0
:random-rangef 32.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x14
:flags #x1
:random-rangef 32.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x15
:flags #x1
:initial-valuef 16.0
:random-rangef 16.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1a
:flags #x1
:initial-valuef 81.92
:random-rangef 40.96
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1c
:flags #x1
:initial-valuef 13.653334
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1f
:flags #x1
:initial-valuef -36.40889
:random-rangef 72.81778
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x20
:flags #x3
:initial-valuef (the-as float #xfffffffc)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x24
:flags #x1
:initial-valuef -0.17777778
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x26
:flags #x1
:initial-valuef -0.27306667
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x2d
:flags #x1
:initial-valuef 0.94
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x2e
:initial-valuef (the-as float #xb4)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x2f
:initial-valuef (the-as float #x5004)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x3a
:flags #x1
:initial-valuef 10922.667
:random-rangef 5461.3335
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x3b
:flags #x1
:random-rangef 65536.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec :field #x43)
)
)
)
;; failed to figure out what this is:
(set!
(-> *part-id-table* 103)
(new 'static 'sparticle-launcher
:init-specs
(new 'static 'inline-array sp-field-init-spec 21
(new 'static 'sp-field-init-spec
:field #x1
:initial-valuef (the-as float #x201700)
)
(new 'static 'sp-field-init-spec
:field #x6
:flags #x1
:random-rangef 8.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xa
:flags #x1
:initial-valuef -1638.4
:random-rangef 3276.8
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xb
:flags #x1
:initial-valuef -409.6
:random-rangef 1638.4
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xc
:flags #x1
:initial-valuef -1638.4
:random-rangef 3276.8
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xd
:flags #x1
:initial-valuef 614.4
:random-rangef 1433.6
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x10
:flags #x1
:random-rangef 65536.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x11
:flags #x1
:initial-valuef 614.4
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x12
:flags #x1
:random-rangef 2.0
:random-multf 64.0
)
(new 'static 'sp-field-init-spec
:field #x13
:flags #x2
:initial-valuef 64.0
:random-rangef (the-as float #x2)
:random-multf 64.0
)
(new 'static 'sp-field-init-spec
:field #x15
:flags #x1
:initial-valuef 64.0
:random-rangef 64.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1a
:flags #x1
:initial-valuef 34.133335
:random-rangef 13.653334
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1f
:flags #x1
:initial-valuef -436.90668
:random-rangef 873.81335
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x24
:flags #x1
:initial-valuef -0.42666668
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x26
:flags #x1
:initial-valuef -4.096
:random-rangef 2.048
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x2e
:initial-valuef (the-as float #x12c)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x2f
:initial-valuef (the-as float #x5004)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x3a
:flags #x1
:initial-valuef 5461.3335
:random-rangef 9102.223
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x3b
:flags #x1
:random-rangef 65536.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x3e
:flags #x1
:initial-valuef 2048.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec :field #x43)
)
)
)
;; failed to figure out what this is:
(set!
(-> *part-group-id-table* 28)
(new 'static 'sparticle-launch-group
:length 1
:duration #x5
:linger-duration #x1c2
:name "group-slide-poof-stone"
:launcher
(new 'static 'inline-array sparticle-group-item 1
(new 'static 'sparticle-group-item :launcher #x68)
)
:bounds (new 'static 'sphere :w 8192.0)
)
)
;; failed to figure out what this is:
(set!
(-> *part-id-table* 104)
(new 'static 'sparticle-launcher
:init-specs
(new 'static 'inline-array sp-field-init-spec 21
(new 'static 'sp-field-init-spec
:field #x1
:initial-valuef (the-as float #x200000)
)
(new 'static 'sp-field-init-spec
:field #x6
:flags #x1
:initial-valuef 6.0
:random-rangef 6.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xd
:flags #x1
:initial-valuef 2457.6
:random-rangef 2457.6
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x10
:flags #x1
:random-rangef 65536.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x11
:flags #x3
:initial-valuef (the-as float #xfffffffc)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x12
:flags #x1
:initial-valuef 96.0
:random-rangef 32.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x13
:flags #x1
:initial-valuef 96.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x14
:flags #x1
:initial-valuef 96.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x15
:flags #x1
:initial-valuef 16.0
:random-rangef 16.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1a
:flags #x1
:initial-valuef 81.92
:random-rangef 40.96
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1c
:flags #x1
:initial-valuef 13.653334
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1f
:flags #x1
:initial-valuef -36.40889
:random-rangef 72.81778
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x20
:flags #x3
:initial-valuef (the-as float #xfffffffc)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x24
:flags #x1
:initial-valuef -0.17777778
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x26
:flags #x1
:initial-valuef -0.27306667
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x2d
:flags #x1
:initial-valuef 0.94
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x2e
:initial-valuef (the-as float #xb4)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x2f
:initial-valuef (the-as float #x5004)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x3a
:flags #x1
:initial-valuef 10922.667
:random-rangef 5461.3335
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x3b
:flags #x1
:random-rangef 65536.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec :field #x43)
)
)
)
;; failed to figure out what this is:
(set!
(-> *part-group-id-table* 589)
(new 'static 'sparticle-launch-group
:length 1
:duration #x5
:linger-duration #x1c2
:name "group-slide-poof-pcmetal"
:launcher
(new 'static 'inline-array sparticle-group-item 1
(new 'static 'sparticle-group-item :launcher #x94e)
)
:bounds (new 'static 'sphere :w 8192.0)
)
)
;; failed to figure out what this is:
(set!
(-> *part-id-table* 2382)
(new 'static 'sparticle-launcher
:init-specs
(new 'static 'inline-array sp-field-init-spec 21
(new 'static 'sp-field-init-spec
:field #x1
:initial-valuef (the-as float #x200000)
)
(new 'static 'sp-field-init-spec
:field #x6
:flags #x1
:initial-valuef 6.0
:random-rangef 6.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xd
:flags #x1
:initial-valuef 2457.6
:random-rangef 2457.6
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x10
:flags #x1
:random-rangef 65536.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x11
:flags #x3
:initial-valuef (the-as float #xfffffffc)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x12
:flags #x1
:initial-valuef 128.0
:random-rangef 64.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x13
:flags #x1
:initial-valuef 70.0
:random-rangef 32.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x14
:flags #x1
:initial-valuef 40.0
:random-rangef 20.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x15
:flags #x1
:initial-valuef 16.0
:random-rangef 16.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1a
:flags #x1
:initial-valuef 81.92
:random-rangef 40.96
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1c
:flags #x1
:initial-valuef 13.653334
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1f
:flags #x1
:initial-valuef -36.40889
:random-rangef 72.81778
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x20
:flags #x3
:initial-valuef (the-as float #xfffffffc)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x24
:flags #x1
:initial-valuef -0.17777778
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x26
:flags #x1
:initial-valuef -0.27306667
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x2d
:flags #x1
:initial-valuef 0.94
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x2e
:initial-valuef (the-as float #xb4)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x2f
:initial-valuef (the-as float #x5004)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x3a
:flags #x1
:initial-valuef 10922.667
:random-rangef 5461.3335
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x3b
:flags #x1
:random-rangef 65536.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec :field #x43)
)
)
)
;; failed to figure out what this is:
(set!
(-> *part-group-id-table* 590)
(new 'static 'sparticle-launch-group
:length 1
:duration #x5
:linger-duration #x1c2
:name "group-slide-poof-snow"
:launcher
(new 'static 'inline-array sparticle-group-item 1
(new 'static 'sparticle-group-item :launcher #x94f)
)
:bounds (new 'static 'sphere :w 8192.0)
)
)
;; failed to figure out what this is:
(set!
(-> *part-id-table* 2383)
(new 'static 'sparticle-launcher
:init-specs
(new 'static 'inline-array sp-field-init-spec 21
(new 'static 'sp-field-init-spec
:field #x1
:initial-valuef (the-as float #x200000)
)
(new 'static 'sp-field-init-spec
:field #x6
:flags #x1
:initial-valuef 6.0
:random-rangef 6.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xd
:flags #x1
:initial-valuef 2457.6
:random-rangef 2457.6
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x10
:flags #x1
:random-rangef 65536.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x11
:flags #x3
:initial-valuef (the-as float #xfffffffc)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x12
:flags #x2
:initial-valuef 196.0
:random-rangef (the-as float #x1)
:random-multf 64.0
)
(new 'static 'sp-field-init-spec
:field #x13
:flags #x2
:initial-valuef 196.0
:random-rangef (the-as float #x1)
:random-multf 64.0
)
(new 'static 'sp-field-init-spec
:field #x14
:flags #x2
:initial-valuef 196.0
:random-rangef (the-as float #x1)
:random-multf 64.0
)
(new 'static 'sp-field-init-spec
:field #x15
:flags #x1
:initial-valuef 16.0
:random-rangef 16.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1a
:flags #x1
:initial-valuef 81.92
:random-rangef 40.96
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1c
:flags #x1
:initial-valuef 13.653334
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1f
:flags #x1
:initial-valuef -36.40889
:random-rangef 72.81778
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x20
:flags #x3
:initial-valuef (the-as float #xfffffffc)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x24
:flags #x1
:initial-valuef -0.17777778
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x26
:flags #x1
:initial-valuef -0.27306667
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x2d
:flags #x1
:initial-valuef 0.94
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x2e
:initial-valuef (the-as float #xb4)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x2f
:initial-valuef (the-as float #x5004)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x3a
:flags #x1
:initial-valuef 10922.667
:random-rangef 5461.3335
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x3b
:flags #x1
:random-rangef 65536.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec :field #x43)
)
)
)
;; failed to figure out what this is:
(set!
(-> *part-group-id-table* 591)
(new 'static 'sparticle-launch-group
:length 1
:duration #x5
:linger-duration #x1c2
:name "group-slide-poof-ice"
:launcher
(new 'static 'inline-array sparticle-group-item 1
(new 'static 'sparticle-group-item :launcher #x94f)
)
:bounds (new 'static 'sphere :w 8192.0)
)
)
;; failed to figure out what this is:
(set!
(-> *part-group-id-table* 29)
(new 'static 'sparticle-launch-group
:length 1
:duration #x5
:linger-duration #x1c2
:name "group-slide-poof-wood"
:launcher
(new 'static 'inline-array sparticle-group-item 1
(new 'static 'sparticle-group-item :launcher #x69)
)
:bounds (new 'static 'sphere :w 8192.0)
)
)
;; failed to figure out what this is:
(set!
(-> *part-id-table* 105)
(new 'static 'sparticle-launcher
:init-specs
(new 'static 'inline-array sp-field-init-spec 21
(new 'static 'sp-field-init-spec
:field #x1
:initial-valuef (the-as float #x200000)
)
(new 'static 'sp-field-init-spec
:field #x6
:flags #x1
:initial-valuef 6.0
:random-rangef 6.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xd
:flags #x1
:initial-valuef 2457.6
:random-rangef 2457.6
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x10
:flags #x1
:random-rangef 65536.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x11
:flags #x3
:initial-valuef (the-as float #xfffffffc)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x12
:flags #x1
:initial-valuef 96.0
:random-rangef 32.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x13
:flags #x1
:initial-valuef 64.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x14
:flags #x1
:random-rangef 32.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x15
:flags #x1
:initial-valuef 16.0
:random-rangef 16.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1a
:flags #x1
:initial-valuef 81.92
:random-rangef 40.96
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1c
:flags #x1
:initial-valuef 13.653334
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1f
:flags #x1
:initial-valuef -36.40889
:random-rangef 72.81778
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x20
:flags #x3
:initial-valuef (the-as float #xfffffffc)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x24
:flags #x1
:initial-valuef -0.17777778
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x26
:flags #x1
:initial-valuef -0.27306667
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x2d
:flags #x1
:initial-valuef 0.94
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x2e
:initial-valuef (the-as float #xb4)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x2f
:initial-valuef (the-as float #x5004)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x3a
:flags #x1
:initial-valuef 10922.667
:random-rangef 5461.3335
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x3b
:flags #x1
:random-rangef 65536.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec :field #x43)
)
)
)
;; failed to figure out what this is:
(set!
(-> *part-group-id-table* 30)
(new 'static 'sparticle-launch-group
:length 1
:duration #x5
:linger-duration #x2ee
:name "group-slide-poof-crwood"
:launcher
(new 'static 'inline-array sparticle-group-item 1
(new 'static 'sparticle-group-item :launcher #x69)
)
:bounds (new 'static 'sphere :w 8192.0)
)
)
;; failed to figure out what this is:
(set!
(-> *part-id-table* 106)
(new 'static 'sparticle-launcher
:init-specs
(new 'static 'inline-array sp-field-init-spec 16
(new 'static 'sp-field-init-spec
:field #x1
:initial-valuef (the-as float #x200400)
)
(new 'static 'sp-field-init-spec
:field #x6
:flags #x1
:random-rangef 8.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xa
:flags #x1
:initial-valuef -1638.4
:random-rangef 3276.8
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xb
:flags #x1
:initial-valuef -409.6
:random-rangef 1638.4
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xc
:flags #x1
:initial-valuef -1638.4
:random-rangef 3276.8
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xd
:flags #x1
:initial-valuef 286.72
:random-rangef 81.92
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x11
:flags #x3
:initial-valuef (the-as float #xfffffffc)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x12
:flags #x2
:initial-valuef 128.0
:random-rangef (the-as float #x2)
:random-multf 32.0
)
(new 'static 'sp-field-init-spec
:field #x13
:flags #x2
:initial-valuef 64.0
:random-rangef (the-as float #x1)
:random-multf 64.0
)
(new 'static 'sp-field-init-spec
:field #x14
:flags #x2
:initial-valuef 32.0
:random-rangef (the-as float #x1)
:random-multf 32.0
)
(new 'static 'sp-field-init-spec
:field #x15
:flags #x1
:initial-valuef 64.0
:random-rangef 64.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x24
:flags #x1
:initial-valuef -0.42666668
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x26
:flags #x1
:initial-valuef -5.4613333
:random-rangef 3.4133334
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x2e
:initial-valuef (the-as float #x12c)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x2f
:initial-valuef (the-as float #x5004)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec :field #x43)
)
)
)
;; failed to figure out what this is:
(set!
(-> *part-id-table* 2265)
(new 'static 'sparticle-launcher
:init-specs
(new 'static 'inline-array sp-field-init-spec 16
(new 'static 'sp-field-init-spec
:field #x1
:initial-valuef (the-as float #x200400)
)
(new 'static 'sp-field-init-spec
:field #x6
:flags #x1
:random-rangef 8.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xa
:flags #x1
:initial-valuef -1638.4
:random-rangef 3276.8
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xb
:flags #x1
:initial-valuef -409.6
:random-rangef 1638.4
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xc
:flags #x1
:initial-valuef -1638.4
:random-rangef 3276.8
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xd
:flags #x1
:initial-valuef 286.72
:random-rangef 81.92
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x11
:flags #x3
:initial-valuef (the-as float #xfffffffc)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x12
:flags #x2
:initial-valuef 128.0
:random-rangef (the-as float #x2)
:random-multf 32.0
)
(new 'static 'sp-field-init-spec
:field #x13
:flags #x2
:initial-valuef 64.0
:random-rangef (the-as float #x1)
:random-multf 64.0
)
(new 'static 'sp-field-init-spec
:field #x14
:flags #x2
:initial-valuef 32.0
:random-rangef (the-as float #x1)
:random-multf 32.0
)
(new 'static 'sp-field-init-spec
:field #x15
:flags #x1
:initial-valuef 64.0
:random-rangef 64.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x24
:flags #x1
:initial-valuef -0.42666668
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x26
:flags #x1
:initial-valuef -5.4613333
:random-rangef 3.4133334
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x2e
:initial-valuef (the-as float #x12c)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x2f
:initial-valuef (the-as float #x5004)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec :field #x43)
)
)
)
;; failed to figure out what this is:
(set!
(-> *part-id-table* 2262)
(new 'static 'sparticle-launcher
:init-specs
(new 'static 'inline-array sp-field-init-spec 16
(new 'static 'sp-field-init-spec
:field #x1
:initial-valuef (the-as float #x200400)
)
(new 'static 'sp-field-init-spec
:field #x6
:flags #x1
:random-rangef 8.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xa
:flags #x1
:initial-valuef -1638.4
:random-rangef 3276.8
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xb
:flags #x1
:initial-valuef -409.6
:random-rangef 1638.4
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xc
:flags #x1
:initial-valuef -1638.4
:random-rangef 3276.8
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xd
:flags #x1
:initial-valuef 286.72
:random-rangef 81.92
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x11
:flags #x3
:initial-valuef (the-as float #xfffffffc)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x12
:flags #x2
:initial-valuef 196.0
:random-rangef (the-as float #x1)
:random-multf 64.0
)
(new 'static 'sp-field-init-spec
:field #x13
:flags #x2
:initial-valuef 196.0
:random-rangef (the-as float #x1)
:random-multf 64.0
)
(new 'static 'sp-field-init-spec
:field #x14
:flags #x2
:initial-valuef 196.0
:random-rangef (the-as float #x1)
:random-multf 64.0
)
(new 'static 'sp-field-init-spec
:field #x15
:flags #x1
:initial-valuef 64.0
:random-rangef 64.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x24
:flags #x1
:initial-valuef -0.42666668
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x26
:flags #x1
:initial-valuef -5.4613333
:random-rangef 3.4133334
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x2e
:initial-valuef (the-as float #x12c)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x2f
:initial-valuef (the-as float #x5004)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec :field #x43)
)
)
)
;; failed to figure out what this is:
(set!
(-> *part-id-table* 107)
(new 'static 'sparticle-launcher
:init-specs
(new 'static 'inline-array sp-field-init-spec 17
(new 'static 'sp-field-init-spec
:field #x1
:initial-valuef (the-as float #x201700)
)
(new 'static 'sp-field-init-spec
:field #x6
:flags #x1
:random-rangef 8.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xa
:flags #x1
:initial-valuef -1638.4
:random-rangef 3276.8
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xb
:flags #x1
:initial-valuef -409.6
:random-rangef 1638.4
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xc
:flags #x1
:initial-valuef -1638.4
:random-rangef 3276.8
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xd
:flags #x1
:initial-valuef 614.4
:random-rangef 1433.6
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x10
:flags #x1
:random-rangef 65536.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x11
:flags #x1
:initial-valuef 614.4
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x12
:flags #x1
:random-rangef 2.0
:random-multf 64.0
)
(new 'static 'sp-field-init-spec
:field #x13
:flags #x2
:initial-valuef 64.0
:random-rangef (the-as float #x2)
:random-multf 64.0
)
(new 'static 'sp-field-init-spec
:field #x15
:flags #x1
:initial-valuef 64.0
:random-rangef 64.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1f
:flags #x1
:initial-valuef -436.90668
:random-rangef 873.81335
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x24
:flags #x1
:initial-valuef -0.42666668
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x26
:flags #x1
:initial-valuef -5.4613333
:random-rangef 3.4133334
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x2e
:initial-valuef (the-as float #x12c)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x2f
:initial-valuef (the-as float #x5004)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec :field #x43)
)
)
)
;; failed to figure out what this is:
(set!
(-> *part-group-id-table* 31)
(new 'static 'sparticle-launch-group
:length 36
:duration #x258
:linger-duration #x5dc
:flags #x1
:name "group-dark-eco-death"
:launcher
(new 'static 'inline-array sparticle-group-item 36
(new 'static 'sparticle-group-item
:launcher #x127
:fade-after (meters 100.0)
:period #x258
:length #x5
:binding #x128
)
(new 'static 'sparticle-group-item
:launcher #x128
:flags #xc
:binding #x129
)
(new 'static 'sparticle-group-item
:launcher #x129
:fade-after (meters 80.0)
:falloff-to (meters 100.0)
:flags #x4
)
(new 'static 'sparticle-group-item
:launcher #x128
:flags #xc
:binding #x129
)
(new 'static 'sparticle-group-item
:launcher #x129
:fade-after (meters 80.0)
:falloff-to (meters 100.0)
:flags #x4
)
(new 'static 'sparticle-group-item
:launcher #x128
:flags #xc
:binding #x129
)
(new 'static 'sparticle-group-item
:launcher #x129
:fade-after (meters 80.0)
:falloff-to (meters 100.0)
:flags #x4
)
(new 'static 'sparticle-group-item
:launcher #x128
:flags #xc
:binding #x129
)
(new 'static 'sparticle-group-item
:launcher #x129
:fade-after (meters 80.0)
:falloff-to (meters 100.0)
:flags #x4
)
(new 'static 'sparticle-group-item
:launcher #x128
:flags #xc
:binding #x129
)
(new 'static 'sparticle-group-item
:launcher #x129
:fade-after (meters 80.0)
:falloff-to (meters 100.0)
:flags #x4
)
(new 'static 'sparticle-group-item
:launcher #x128
:flags #xc
:binding #x129
)
(new 'static 'sparticle-group-item
:launcher #x129
:fade-after (meters 80.0)
:falloff-to (meters 100.0)
:flags #x4
)
(new 'static 'sparticle-group-item
:launcher #x128
:flags #xc
:binding #x129
)
(new 'static 'sparticle-group-item
:launcher #x129
:fade-after (meters 80.0)
:falloff-to (meters 100.0)
:flags #x4
)
(new 'static 'sparticle-group-item
:launcher #x128
:flags #xc
:binding #x129
)
(new 'static 'sparticle-group-item
:launcher #x129
:fade-after (meters 80.0)
:falloff-to (meters 100.0)
:flags #x4
)
(new 'static 'sparticle-group-item
:launcher #x128
:flags #xc
:binding #x129
)
(new 'static 'sparticle-group-item
:launcher #x129
:fade-after (meters 80.0)
:falloff-to (meters 100.0)
:flags #x4
)
(new 'static 'sparticle-group-item
:launcher #x128
:flags #xc
:binding #x129
)
(new 'static 'sparticle-group-item
:launcher #x129
:fade-after (meters 80.0)
:falloff-to (meters 100.0)
:flags #x4
)
(new 'static 'sparticle-group-item
:launcher #x128
:flags #xc
:binding #x129
)
(new 'static 'sparticle-group-item
:launcher #x129
:fade-after (meters 80.0)
:falloff-to (meters 100.0)
:flags #x4
)
(new 'static 'sparticle-group-item
:launcher #x128
:flags #xc
:binding #x129
)
(new 'static 'sparticle-group-item
:launcher #x129
:fade-after (meters 80.0)
:falloff-to (meters 100.0)
:flags #x4
)
(new 'static 'sparticle-group-item
:launcher #x128
:flags #xc
:binding #x129
)
(new 'static 'sparticle-group-item
:launcher #x129
:fade-after (meters 80.0)
:falloff-to (meters 100.0)
:flags #x4
)
(new 'static 'sparticle-group-item
:launcher #x128
:flags #xc
:binding #x129
)
(new 'static 'sparticle-group-item
:launcher #x129
:fade-after (meters 80.0)
:falloff-to (meters 100.0)
:flags #x4
)
(new 'static 'sparticle-group-item
:launcher #x128
:flags #xc
:binding #x129
)
(new 'static 'sparticle-group-item
:launcher #x129
:fade-after (meters 80.0)
:falloff-to (meters 100.0)
:flags #x4
)
(new 'static 'sparticle-group-item
:launcher #x128
:flags #xc
:binding #x129
)
(new 'static 'sparticle-group-item
:launcher #x129
:fade-after (meters 80.0)
:falloff-to (meters 100.0)
:flags #x4
)
(new 'static 'sparticle-group-item
:launcher #x82f
:period #x258
:length #x5
)
(new 'static 'sparticle-group-item
:launcher #x830
:fade-after (meters 80.0)
:falloff-to (meters 80.0)
:period #x258
:length #x28
)
(new 'static 'sparticle-group-item
:launcher #x831
:period #x258
:length #x14
)
)
:bounds (new 'static 'sphere :w 49152.0)
)
)
;; failed to figure out what this is:
(set!
(-> *part-group-id-table* 32)
(new 'static 'sparticle-launch-group
:length 4
:duration #x4b
:linger-duration #x258
:name "group-lava-death"
:launcher
(new 'static 'inline-array sparticle-group-item 4
(new 'static 'sparticle-group-item :launcher #x7d3)
(new 'static 'sparticle-group-item :launcher #x7d4)
(new 'static 'sparticle-group-item :launcher #x7d5)
(new 'static 'sparticle-group-item :launcher #x7d6)
)
:bounds (new 'static 'sphere :w 8192.0)
)
)
;; failed to figure out what this is:
(set!
(-> *part-group-id-table* 708)
(new 'static 'sparticle-launch-group
:length 1
:duration #x96
:linger-duration #x258
:name "group-burn-death"
:launcher
(new 'static 'inline-array sparticle-group-item 1
(new 'static 'sparticle-group-item :launcher #x7d3)
)
:bounds (new 'static 'sphere :w 8192.0)
)
)
;; failed to figure out what this is:
(set!
(-> *part-id-table* 2006)
(new 'static 'sparticle-launcher
:init-specs
(new 'static 'inline-array sp-field-init-spec 17
(new 'static 'sp-field-init-spec
:field #x1
:initial-valuef (the-as float #x200f00)
)
(new 'static 'sp-field-init-spec
:field #x6
:flags #x1
:initial-valuef 8.0
:random-rangef 16.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xd
:flags #x1
:initial-valuef 819.2
:random-rangef 2048.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x11
:flags #x3
:initial-valuef (the-as float #xfffffffc)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x12
:flags #x1
:initial-valuef 256.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x13
:flags #x1
:random-rangef 128.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x15
:flags #x1
:initial-valuef 128.0
:random-rangef 128.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1a
:flags #x1
:initial-valuef 54.613335
:random-rangef 163.84
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1c
:flags #x1
:initial-valuef -9.557333
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x20
:flags #x3
:initial-valuef (the-as float #xfffffffc)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x26
:flags #x1
:initial-valuef -5.4613333
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x2e
:initial-valuef (the-as float #x168)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x2f
:initial-valuef (the-as float #x4009)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x3a
:flags #x1
:random-rangef 10922.667
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x3b
:flags #x1
:random-rangef 65536.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x3e
:flags #x1
:initial-valuef 4096.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec :field #x43)
)
)
)
;; failed to figure out what this is:
(set!
(-> *part-id-table* 2003)
(new 'static 'sparticle-launcher
:init-specs
(new 'static 'inline-array sp-field-init-spec 23
(new 'static 'sp-field-init-spec
:field #x1
:initial-valuef (the-as float #x200000)
)
(new 'static 'sp-field-init-spec
:field #x6
:flags #x1
:initial-valuef 5.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xa
:flags #x1
:random-rangef 2048.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xb
:flags #x1
:random-rangef 12288.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xd
:flags #x1
:initial-valuef 4096.0
:random-rangef 8192.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x10
:flags #x1
:random-rangef 65536.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x11
:flags #x3
:initial-valuef (the-as float #xfffffffc)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x12
:flags #x1
:initial-valuef 128.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x13
:flags #x1
:random-rangef 128.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec :field #x14 :flags #x1 :random-multf 1.0)
(new 'static 'sp-field-init-spec
:field #x15
:flags #x1
:initial-valuef 32.0
:random-rangef 64.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1a
:flags #x1
:initial-valuef 218.45334
:random-rangef 218.45334
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1c
:flags #x1
:initial-valuef 96.37647
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1f
:flags #x1
:initial-valuef -109.22667
:random-rangef 218.45334
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x20
:flags #x3
:initial-valuef (the-as float #xfffffffc)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x24
:flags #x1
:initial-valuef -1.5058824
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x2d
:flags #x1
:initial-valuef 0.98
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x2e
:initial-valuef (the-as float #x51)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x2f
:initial-valuef (the-as float #x400c)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x3a
:flags #x1
:random-rangef 5461.3335
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x3b
:flags #x1
:random-rangef 65536.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x3f
:flags #x1
:random-rangef 65536.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec :field #x43)
)
)
)
;; failed to figure out what this is:
(set!
(-> *part-id-table* 2004)
(new 'static 'sparticle-launcher
:init-specs
(new 'static 'inline-array sp-field-init-spec 23
(new 'static 'sp-field-init-spec
:field #x1
:initial-valuef (the-as float #x200000)
)
(new 'static 'sp-field-init-spec
:field #x6
:flags #x1
:initial-valuef 32.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xa
:flags #x1
:initial-valuef 2048.0
:random-rangef 8192.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xb
:flags #x1
:initial-valuef 2048.0
:random-rangef 2048.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xd
:flags #x1
:initial-valuef 4096.0
:random-rangef 8192.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x10
:flags #x1
:random-rangef 65536.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x11
:flags #x3
:initial-valuef (the-as float #xfffffffc)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x12
:flags #x1
:initial-valuef 128.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x13
:flags #x1
:random-rangef 128.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec :field #x14 :flags #x1 :random-multf 1.0)
(new 'static 'sp-field-init-spec
:field #x15
:flags #x1
:initial-valuef 32.0
:random-rangef 64.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1a
:flags #x1
:random-rangef 6.826667
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1c
:flags #x1
:initial-valuef 182.04443
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1f
:flags #x1
:initial-valuef -109.22667
:random-rangef 218.45334
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x20
:flags #x3
:initial-valuef (the-as float #xfffffffc)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x24
:flags #x1
:initial-valuef -2.8444443
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x2d
:flags #x1
:initial-valuef 0.98
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x2e
:initial-valuef (the-as float #x2a)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x2f
:initial-valuef (the-as float #x400c)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x3a
:flags #x1
:initial-valuef 16384.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x3b
:flags #x1
:random-rangef 65536.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x3f
:flags #x1
:random-rangef 65536.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec :field #x43)
)
)
)
;; failed to figure out what this is:
(set!
(-> *part-id-table* 2005)
(new 'static 'sparticle-launcher
:init-specs
(new 'static 'inline-array sp-field-init-spec 28
(new 'static 'sp-field-init-spec
:field #x1
:initial-valuef (the-as float #x200000)
)
(new 'static 'sp-field-init-spec
:field #x6
:flags #x1
:initial-valuef 8.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xa
:flags #x1
:initial-valuef -4096.0
:random-rangef 8192.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xb
:flags #x1
:random-rangef 12288.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xc
:flags #x1
:initial-valuef -4096.0
:random-rangef 8192.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xd
:flags #x1
:initial-valuef 8192.0
:random-rangef 12288.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x10
:flags #x1
:random-rangef 65536.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x11
:flags #x3
:initial-valuef (the-as float #xfffffffc)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x12
:flags #x1
:initial-valuef 255.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x13
:flags #x1
:initial-valuef 255.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x14
:flags #x1
:initial-valuef 255.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec :field #x15 :flags #x1 :random-multf 1.0)
(new 'static 'sp-field-init-spec
:field #x1a
:flags #x1
:initial-valuef 54.613335
:random-rangef 54.613335
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1c
:flags #x1
:initial-valuef 36.40889
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1f
:flags #x1
:initial-valuef -109.22667
:random-rangef 218.45334
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x20
:flags #x3
:initial-valuef (the-as float #xfffffffc)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x21
:flags #x1
:initial-valuef -0.56666666
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x22
:flags #x1
:initial-valuef -0.56666666
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x23
:flags #x1
:initial-valuef -0.56666666
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x24
:flags #x1
:initial-valuef 0.15
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x2d
:flags #x1
:initial-valuef 0.97
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x2e
:initial-valuef (the-as float #x1c2)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x2f
:initial-valuef (the-as float #x4004)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x32
:initial-valuef (the-as float #x51)
:random-rangef (the-as float #x50)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x33
:flags #x6
:initial-valuef (the-as float #x7d7)
)
(new 'static 'sp-field-init-spec
:field #x3a
:flags #x1
:random-rangef 5461.3335
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x3b
:flags #x1
:random-rangef 65536.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec :field #x43)
)
)
)
;; failed to figure out what this is:
(set!
(-> *part-id-table* 2007)
(new 'static 'sparticle-launcher
:init-specs
(new 'static 'inline-array sp-field-init-spec 2
(new 'static 'sp-field-init-spec
:field #x24
:flags #x1
:initial-valuef -0.08
:random-multf 1.0
)
(new 'static 'sp-field-init-spec :field #x43)
)
)
)
;; failed to figure out what this is:
(set!
(-> *part-id-table* 2002)
(new 'static 'sparticle-launcher
:init-specs
(new 'static 'inline-array sp-field-init-spec 20
(new 'static 'sp-field-init-spec
:field #x1
:initial-valuef (the-as float #x200000)
)
(new 'static 'sp-field-init-spec
:field #x6
:flags #x1
:initial-valuef 1.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xd
:flags #x1
:initial-valuef 6144.0
:random-rangef 8192.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x10
:flags #x1
:random-rangef 65536.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x11
:flags #x3
:initial-valuef (the-as float #xfffffffc)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x12
:flags #x1
:initial-valuef 32.0
:random-rangef 32.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x13
:flags #x1
:initial-valuef 32.0
:random-rangef 32.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x14
:flags #x1
:initial-valuef 32.0
:random-rangef 32.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec :field #x15 :flags #x1 :random-multf 1.0)
(new 'static 'sp-field-init-spec
:field #x1a
:flags #x1
:initial-valuef 13.653334
:random-rangef 27.306667
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1c
:flags #x1
:initial-valuef 13.653334
:random-rangef 13.653334
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1f
:flags #x1
:initial-valuef -36.40889
:random-rangef 72.81778
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x20
:flags #x3
:initial-valuef (the-as float #xfffffffc)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x24
:flags #x1
:initial-valuef 0.85333335
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x2d
:flags #x1
:initial-valuef 0.98
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x2e
:initial-valuef (the-as float #x1c2)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x2f
:initial-valuef (the-as float #x4004)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x32
:initial-valuef (the-as float #xf)
:random-rangef (the-as float #x3b)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x33
:flags #x6
:initial-valuef (the-as float #x7d8)
)
(new 'static 'sp-field-init-spec :field #x43)
)
)
)
;; failed to figure out what this is:
(set!
(-> *part-id-table* 2008)
(new 'static 'sparticle-launcher
:init-specs
(new 'static 'inline-array sp-field-init-spec 2
(new 'static 'sp-field-init-spec
:field #x24
:flags #x1
:initial-valuef -0.28444445
:random-multf 1.0
)
(new 'static 'sp-field-init-spec :field #x43)
)
)
)
;; definition for function process-drawable-burn-effect
;; Used lq/sq
(defbehavior process-drawable-burn-effect target ((arg0 int))
(sound-play-by-name
(static-sound-name "get-burned")
(new-sound-id)
1024
0
0
(the-as uint 1)
(the-as vector #t)
)
(let ((s5-1 (new 'stack 'rgbaf))
(s3-0 (-> *display* base-frame-counter))
(s4-1 (-> self parent))
)
(set!
(-> s5-1 quad)
(-> (the-as process-drawable (-> s4-1 0)) draw color-mult quad)
)
(let
((s2-1
(vector-float*!
(the-as vector (new 'stack 'rgbaf))
(the-as vector s5-1)
0.0
)
)
)
(while (< (- (-> *display* base-frame-counter) s3-0) arg0)
(let ((v1-8 (- (-> *display* base-frame-counter) s3-0)))
(if (< v1-8 (/ arg0 2))
(vector-lerp!
(-> (the-as process-drawable (-> s4-1 0)) draw color-mult)
s5-1
s2-1
(/ (the float v1-8) (the float arg0))
)
(vector-lerp!
(-> (the-as process-drawable (-> s4-1 0)) draw color-mult)
s5-1
s2-1
(- 1.0 (/ (the float v1-8) (the float arg0)))
)
)
)
(let
((a2-3
(process-drawable-random-point!
(the-as process-drawable (ppointer->process s4-1))
(new 'stack-no-clear 'vector)
)
)
)
(sp-launch-particles-var
*sp-particle-system-2d*
(-> *part-id-table* 2002)
a2-3
#f
#f
(the-as float 1.0)
)
)
(suspend)
0
)
)
(let ((v0-8 (-> (the-as process-drawable (-> s4-1 0)) draw color-mult)))
(set! (-> v0-8 quad) (-> s5-1 quad))
v0-8
)
)
)
;; failed to figure out what this is:
(set!
(-> *part-id-table* 2391)
(new 'static 'sparticle-launcher
:init-specs
(new 'static 'inline-array sp-field-init-spec 17
(new 'static 'sp-field-init-spec
:field #x1
:initial-valuef (the-as float #x200a00)
)
(new 'static 'sp-field-init-spec
:field #x4
:flags #x5
:sym 'birth-func-target-orient
)
(new 'static 'sp-field-init-spec
:field #x6
:flags #x1
:initial-valuef 1.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xb
:flags #x1
:initial-valuef 81.92
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xd
:flags #x1
:initial-valuef 2048.0
:random-rangef 2048.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x11
:flags #x3
:initial-valuef (the-as float #xfffffffc)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x12
:flags #x1
:initial-valuef 110.0
:random-rangef 32.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x13
:flags #x1
:initial-valuef 128.0
:random-rangef 32.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x14
:flags #x1
:initial-valuef 96.0
:random-rangef 32.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x15
:flags #x1
:initial-valuef 8.0
:random-rangef 40.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x1c
:flags #x1
:initial-valuef 13.653334
:random-rangef 13.653334
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x20
:flags #x3
:initial-valuef (the-as float #xfffffffc)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x24
:flags #x1
:initial-valuef -0.2
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x2e
:initial-valuef (the-as float #xf0)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x2f
:initial-valuef (the-as float #x400c)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x30
:flags #x1
:initial-valuef -8192.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec :field #x43)
)
)
)
;; failed to figure out what this is:
(set!
(-> *part-group-id-table* 611)
(new 'static 'sparticle-launch-group
:length 1
:duration #xbb8
:linger-duration #x5dc
:flags #x4
:name "group-part-first-person-hud-left"
:launcher
(new 'static 'inline-array sparticle-group-item 1
(new 'static 'sparticle-group-item :launcher #x9aa :flags #x8)
)
:bounds (new 'static 'sphere :w 4096.0)
)
)
;; failed to figure out what this is:
(set!
(-> *part-group-id-table* 612)
(new 'static 'sparticle-launch-group
:length 1
:duration #xbb8
:linger-duration #x5dc
:flags #x4
:name "group-part-first-person-hud-right"
:launcher
(new 'static 'inline-array sparticle-group-item 1
(new 'static 'sparticle-group-item :launcher #x9ab :flags #x8)
)
:bounds (new 'static 'sphere :w 4096.0)
)
)
;; failed to figure out what this is:
(set!
(-> *part-group-id-table* 613)
(new 'static 'sparticle-launch-group
:length 1
:duration #xbb8
:linger-duration #x5dc
:flags #x4
:name "group-part-first-person-hud-selector"
:launcher
(new 'static 'inline-array sparticle-group-item 1
(new 'static 'sparticle-group-item :launcher #x9ac :flags #x8)
)
:bounds (new 'static 'sphere :w 4096.0)
)
)
;; failed to figure out what this is:
(set!
(-> *part-id-table* 2474)
(new 'static 'sparticle-launcher
:init-specs
(new 'static 'inline-array sp-field-init-spec 12
(new 'static 'sp-field-init-spec :field #x1 :initial-valuef 4.0)
(new 'static 'sp-field-init-spec
:field #x6
:flags #x1
:initial-valuef 1.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xd
:flags #x1
:initial-valuef 14336.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x11
:flags #x1
:initial-valuef 53248.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x12
:flags #x1
:initial-valuef 128.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x13
:flags #x1
:initial-valuef 128.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x14
:flags #x1
:initial-valuef 128.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x15
:flags #x1
:initial-valuef 128.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x2e
:initial-valuef (the-as float #xffffffff)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x2f
:initial-valuef (the-as float #x2204)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x31
:flags #x5
:sym 'part-first-person-hud-left-func
)
(new 'static 'sp-field-init-spec :field #x43)
)
)
)
;; failed to figure out what this is:
(set!
(-> *part-id-table* 2475)
(new 'static 'sparticle-launcher
:init-specs
(new 'static 'inline-array sp-field-init-spec 13
(new 'static 'sp-field-init-spec :field #x1 :initial-valuef 4.0)
(new 'static 'sp-field-init-spec
:field #x6
:flags #x1
:initial-valuef 1.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xd
:flags #x1
:initial-valuef 14336.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x10
:flags #x1
:initial-valuef 32768.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x11
:flags #x1
:initial-valuef 53248.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x12
:flags #x1
:initial-valuef 128.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x13
:flags #x1
:initial-valuef 128.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x14
:flags #x1
:initial-valuef 128.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x15
:flags #x1
:initial-valuef 128.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x2e
:initial-valuef (the-as float #xffffffff)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x2f
:initial-valuef (the-as float #x2204)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x31
:flags #x5
:sym 'part-first-person-hud-right-func
)
(new 'static 'sp-field-init-spec :field #x43)
)
)
)
;; failed to figure out what this is:
(set!
(-> *part-id-table* 2476)
(new 'static 'sparticle-launcher
:init-specs
(new 'static 'inline-array sp-field-init-spec 12
(new 'static 'sp-field-init-spec :field #x1 :initial-valuef 4.0004883)
(new 'static 'sp-field-init-spec
:field #x6
:flags #x1
:initial-valuef 1.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #xd
:flags #x1
:initial-valuef 4096.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x11
:flags #x3
:initial-valuef (the-as float #xfffffffc)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x12
:flags #x1
:initial-valuef 128.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x13
:flags #x1
:initial-valuef 128.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x14
:flags #x1
:initial-valuef 128.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x15
:flags #x1
:initial-valuef 128.0
:random-multf 1.0
)
(new 'static 'sp-field-init-spec
:field #x2e
:initial-valuef (the-as float #xffffffff)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x2f
:initial-valuef (the-as float #x2200)
:random-multf (the-as float #x1)
)
(new 'static 'sp-field-init-spec
:field #x31
:flags #x5
:sym 'part-first-person-hud-selector-func
)
(new 'static 'sp-field-init-spec :field #x43)
)
)
)